⚠️ Project Status: Unmaintained after Withering Waves 2.1
This project is no longer maintained due to personal reasons, it will still remain public for archival purposes. Thank you for the support for this project over time.
Note: If you're interested in making an optimizer, feel free to take it and make your own ones, the core optimizing algorithm is located in WuWaGA::Run (although it's by no mean optimized, haha get it?)
WuWaOptim.exe "path to echoes.yaml"As long as the scanner and the optimizer are located in the same folder and you had ran the scanner, you can start the optimizer by double-clicking on it in File Explorer
See Optimizer Input
See Optimizer Echo Backpack/Storage
- Go to the echo page in you backpack (press b), scroll to the top
- Run
WuWaScan.exeas administrator as Wuthering Waves also runs as administrator - Enter the number of echoes to scan
- Enter the scan delay
- Wait (You can terminate the scanning process with space bar)
⚠️ Your Windows Display Scaling must be set to 100%
⚠️ Only support 1920x1080 in Simplified Chinese until Kuro fix this, or I have motivation to implementing echo scanning in character page
Text overlapping
Your echo page should look like the following (4 by 6)
Text overlapping
Simplified Chinese Traditional Chinese
- git
- cmake
- vcpkg
- Commit id: 80d54ff62d528339c626a6fbc3489a7f25956ade
- Microsoft Visual C++
- tested on 17.10.4
git clone https://github.com/EMCJava/WuWaOpt.git cd WuWaOpt && mkdir build && cd build
Replace PATH_TO_VCPKG to the root directory of vcpkg
cmake -DCMAKE_TOOLCHAIN_FILE=PATH_TO_VCPKG/scripts/buildsystems/vcpkg.cmake ..
cmake --build . --target WuWaScan --config Release cd .. && build\WuWaScan\Release\WuWaScan.exe
cmake --build . --target WuWaOptim --config Release cd .. && build\WuWaOptim\Release\WuWaOptim.exe