Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 2.02 KB

README.md

File metadata and controls

64 lines (43 loc) · 2.02 KB

wuwa-tweaks

This is a project that makes it easy to tweak Wuthering Waves (WuWa) game data.

Usage

(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)

Features

  • 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

Build from source

To build from source, you need to have Bun installed.

  1. Clone the repository:
git clone https://github.com/yazninja/wuwa-tweaks.git
cd wuwa-tweaks
  1. Install dependencies:
bun install
  1. Run the project:
bun run dev
  1. Build the project:
bun run build-win # for windows
bun run build-linux # for linux
bun run build-mac # for macos

Special Thanks

Made with ❤️ by Yaz