0
0
mirror of https://github.com/ok-oldking/ok-wuthering-waves.git synced 2025-06-07 09:25:34 +00:00
ok-wuthering-waves/README.md
firedcto@gmail.com a298fb1335 update readme
2024-07-10 11:00:19 +08:00

34 lines
919 B
Markdown

# ![icon](icon.png)
## OK-WW
自动战斗, 后台刷声骸, QQ群: [970523295](https://qm.qq.com/q/qMezq2IDGU)
Automation for Wuthering Waves using Computer Vision, Auto Combat
Demonstration: [https://youtu.be/N32I1aMfdqQ](https://youtu.be/N32I1aMfdqQ)
* Farm Boss Echo (Dreamless, Jue and World Bosses)
* Auto Combat (Beats 90% players for [Fully Supported Characters](src/char))
* Auto Skip Dialogs in Quests
* Supports All Game Languages
![img.png](readme/img.png)
### How to Run
* Download the 7z from [release](releases), extract and run the exe
* May need to add the app folder to Windows Defender white list.
* Game must be a 16:9 ratio like 1920x1080, 3840x2160, lowest supported resolution is 1600*900
* Can run while game is in background, but not minimized
### Development
use Python 3.11, other versions might work but not tested
```
pip install -r requirements.txt
python main_debug.py
```