wuwa fps
This is UNMAINTAINED ion play the game anymore. should work though.
credits to: WakuWakuPadoru for the settings!!
This script is only tested on Linux, open an issue if you enounter issues.
I have dualboot im just lazyi dont dual boot anymore. im a grown up.
This script sets your fps to 120 before launching the game, on both Windows and Linux (through Steam with Cachy or GE Proton (artix BTW))
It simply modifies the game's settings database before launching the game, since apparently it resets every time.
You won't have to do anything manually to play, but it DOES require some manual setup, the installer will guide you.
Installation
Linux
- Download
install-wuwa-fps.sh - Make it executable:
chmod +x install-wuwa-fps.sh - Run the installer with
./install-wuwa-fps.sh
Windows
- Download
install-wuwa-fps.bat - Right click and run as admin (adds wuwa-fps to PATH)
Then jsut follow the installer instructions
Requirements
- Linux:
sqlite3package - Windows:
sqlite3.exein PATH - Wuthering Waves installed through Steam
Setup After Installation
- Right-click Wuthering Waves in Steam
- Select Properties
- In Launch Options, paste the path shown by the installer:
(The installer gives you the path to copy)/path/to/wuwa-fps.sh && %command%
Alternative Usage
If you don't want to change your launch settings, you can also run the script manually before starting the game:
- Linux:
wuwa-fps.sh - Windows:
wuwa-fps.bat
Safety
The script is completely safe, it only modifies settings files while game is still not open. No anticheat risk (for now), the db file isn't monitored by ac before launching.
Quick Troubleshooting
Script not found: Make sure you restart your terminal/command prompt after installation
Permission errors: Try closing Steam when you install (Windows) Check your groups ('Tux)
Database not found: Make sure you've launched WuWa at least once, and that it's installed through Steam
Uninstalling
Quick Uninstall
Run this command to clean up the script's files:
- Linux:
wuwa-fps.sh --rm - Windows:
wuwa-fps.bat --rm
The --rm flag will:
- Remove the script files
- Clean up PATH entries
- Tell you how to remove the Steam launch option
Manual Uninstall
In case you mess things up, this will remove the script COMPLETELY:
- Remove from Steam: Right click wuwa -> Properties -> Clear or change launch options
- Delete script files:
- Linux:
rm ~/.local/bin/wuwa-fps.sh - Windows: Delete
%USERPROFILE%\AppData\Local\WuWa-FPS\folder
- Linux:
- Clean PATH (optional):
- Linux: Edit
~/.bashrcand remove the PATH export line - Windows: Remove from User Environment Variables in System Properties
- Linux: Edit