Skip to content

aamaanaa/wuwa-fps-patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wuthering Waves FPS Patcher

Enables unlocking framerate from 60 FPS to 120 FPS, even on so called "unsupported systems".


Features

  • Automatically detects your Steam installation or works from the local game folder.
  • Patches LocalStorage.db to set a custom FPS limit (max 120).
  • Patches LocalStorage.db to 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.

Requirements

  • 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

Usage

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".

Run it

# Make executable
$ chmod +x wuwa-fps-patcher.elf
$ ./wuwa-fps-patcher.elf

The 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

Expected output:

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

Backup

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

Notes

  • 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.

About

Patches Wuthering Waves game to use 120 fps instead of default 120

Resources

Stars

Watchers

Forks

Contributors

Languages