WuWa Tool is an Android utility designed to organize, backup, and apply graphic configuration files (.ini) for Wuthering Waves securely and efficiently. It utilizes Shizuku to access and modify internal game files without requiring a traditional Root.
Go to the Releases Page to download the latest APK ready for your Android.
If you are looking for optimized configuration files to use with this tool, check out this great repository:
PLEASE READ CAREFULLY BEFORE USE:
- Not Affiliated: This application is an unofficial tool and is NOT affiliated, endorsed, or supported by Kuro Games.
- Use at Your Own Risk: This tool modifies internal game configuration files (
Engine.ini,GameUserSettings.ini,DeviceProfiles.ini). While modifying.inifiles for performance is a common practice, modifying game clients always carries a theoretical risk. - No Liability: The developer (k4wai1) is not responsible for any bans, game crashes, or data loss resulting from the use of this tool.
- Smart Injection: Applies configurations intelligently. It doesn't matter if your downloaded config is buried in 10 subfolders; the app finds the
.inifiles and puts them where they belong. - Auto-Backup: The first time you use the app, it creates a secure backup of your original files in
.WuWa_Backup. - Material You UI: A modern interface that adapts to your device's theme (Dark/Light mode support).
- Root-less Operation: Uses Shizuku (ADB) to access
Android/data, preserving the security of your device.
Recommended Structure:
Internal Storage/
└── WuWa_Configs/ <-- Select this folder in the App
├── MaxFPS/ <-- Config Name (Appears in App)
│ ├── Engine.ini
│ └── GameUserSettings.ini
└── HighQuality/ <-- Config Name (Appears in App)
└── Engine.ini
- Android Code Studio: For the incredible development environment (AndroidIDE).
- Shizuku: For the non-root permission API.
- Arglax: For the config examples.
The User Interface (UI) and logic implementation of this application were developed with the assistance of Google Gemini AI.