This is a project that makes it easy to tweak Wuthering Waves (WuWa) game data.
(Recommended) Windows from Fast Server
Get the latest build in the releases page. Or get the exe's directly : Windows | Linux | MacOS (MacOS and Linux builds are not tested yet, once game is released for the platforms I will tweak the code accordingly)
- Auto detect game path
- Uncap the FPS (Default cap was 60FPS)
- Optimize Game Shaders, Textures and Meshes
- Improve Quality of In Game Textures
- Improve Lighting thru shadow tweaks
- Improve Game Performance
- Backup Files before applying tweaks (Just in case)
- Add custom screen scaling (Default was 100%)
- Add advanced graphics settingstweaks for potato PC's
- Automatic updates
To build from source, you need to have Bun installed.
- Clone the repository:
git clone https://github.com/yazninja/wuwa-tweaks.git
cd wuwa-tweaks
- Install dependencies:
bun install
- Run the project:
bun run dev
- Build the project:
bun run build-win # for windows
bun run build-linux # for linux
bun run build-mac # for macos
-
u/kenshinakh for the original post on tweaks.
-
github/dromzeh for wuwa-fps-unlocker a rust project that unlocks the fps of the game.
-
Bun for the build system.
Made with ❤️ by Yaz