mirror of
https://github.com/ok-oldking/ok-wuthering-waves.git
synced 2025-06-07 09:25:34 +00:00
30 lines
701 B
Markdown
30 lines
701 B
Markdown
# 
|
|
|
|
## OK-WW
|
|
|
|
Automation for Wuthering Waves using Computer Vision
|
|
|
|
* Farm Boss Echo (Dreamless, Jue)
|
|
* 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
|
|
```
|
|
|
|
|
|
|