Enables unlocking framerate from 60 FPS to 120 FPS, even on so called "unsupported systems".
- Automatically detects your Steam installation or works from the local game folder.
- Patches
LocalStorage.dbto set a custom FPS limit (max 120). - Patches
LocalStorage.dbto prevent the game from restoring 60 FPS. - Creates a backup of the database before patching, so that you can recover in case of an error.
- Go 1.20+ (if compiling from source)
- Linux/macOS (paths may need adjustments for Windows)
- A computer
- Wuthering Waves installed
- Some efford and optionaly a cup of coffee
Warning
It is recommended to run the patcher afther each Wuthering Waves update! In case the developers may change something, you will know that it does not work anymore and you can open a issue. Or, the game some how reverts the patch.
Download the latest release from GitHub Releases ->.
You may optionally choose to read and verify the source code, and compile & run from source.
TIP: When the Steam installation is not automaticly found, please place the binary in your game install directory under the folder "Wuthering Waves".
# Make executable
$ chmod +x wuwa-fps-patcher.elf
$ ./wuwa-fps-patcher.elfThe patcher will attempt to detect your Steam installation. If it fails, place the binary in the game folder:
Wuthering Waves/
├── Client/
│ └── Saved/
│ └── LocalStorage/
│ └── LocalStorage.db
└── fps-patcher
you should see someting fimiliar to the following output when the patcher has been run:
Trying to automatically find your steam installation...
making a backup
Backup created at: /home/carlottaisbest/.local/share/Steam/steamapps/common/Wuthering Waves/Client/Saved/LocalStorage/LocalStorage.db.backup
Backup complete
Found your Wuthering Waves installation at: /home/carlottaisbest/.local/share/Steam/steamapps/common/Wuthering Waves
FPS patched successfully to the value of: 120
Press Enter to exit
Before modifying the database, the program creates a backup in the game folder:
LocalStorage.db.backup
You can restore this file if anything goes wrong by removing the old LocalStorage.db and renaming LocalStorage.db.backup to LocalStorage.db
- The maximum FPS value is 120. Anything higher is not supported since 2.0.
- Make sure the game is closed before running the patcher to prevent conflicts.