mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-07 09:25:34 +00:00
34 lines
919 B
Markdown
34 lines
919 B
Markdown
# 
|
|
|
|
## 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
|
|

|
|
|
|
### 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
|
|
```
|
|
|
|
|
|
|