https://github.com/yazninja/wuwa-tweaks
A CLI tool for tweaking settings and optimizations for Wuthering Waves
https://github.com/yazninja/wuwa-tweaks
wuthering-waves wuwa
Last synced: about 2 months ago
JSON representation
A CLI tool for tweaking settings and optimizations for Wuthering Waves
- Host: GitHub
- URL: https://github.com/yazninja/wuwa-tweaks
- Owner: yazninja
- License: agpl-3.0
- Created: 2024-06-01T22:32:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-08T23:50:00.000Z (6 months ago)
- Last Synced: 2025-04-02T15:51:14.162Z (2 months ago)
- Topics: wuthering-waves, wuwa
- Language: TypeScript
- Homepage:
- Size: 76.2 KB
- Stars: 28
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# wuwa-tweaks
This is a project that makes it easy to tweak [Wuthering Waves](https://wutheringwaves.kurogames.com/en/main) (WuWa) game data.
## Usage
(Recommended) [Windows from Fast Server](https://cdn.yaz.ninja/wuwa-tweaks.exe)
Get the latest build in the [releases](https://github.com/yazninja/wuwa-tweaks/releases/lastest) page.
Or get the exe's directly : [Windows](https://github.com/yazninja/wuwa-tweaks/releases/latest/download/wuwa-tweaks.exe) | [Linux](https://github.com/yazninja/wuwa-tweaks/releases/latest/download/wuwa-tweaks-linux) | [MacOS](https://github.com/yazninja/wuwa-tweaks/releases/latest/download/wuwa-tweaks-mac) (MacOS and Linux builds are not tested yet, once game is released for the platforms I will tweak the code accordingly)## Features
- [x] Auto detect game path
- [x] Uncap the FPS (Default cap was 60FPS)
- [x] Optimize Game Shaders, Textures and Meshes
- [x] Improve Quality of In Game Textures
- [x] Improve Lighting thru shadow tweaks
- [x] Improve Game Performance
- [x] 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](https://bun.sh) installed.
1. Clone the repository:
```bash
git clone https://github.com/yazninja/wuwa-tweaks.git
cd wuwa-tweaks
```2. Install dependencies:
```bash
bun install
```3. Run the project:
```bash
bun run dev
```4. Build the project:
```bash
bun run build-win # for windows
bun run build-linux # for linux
bun run build-mac # for macos
```### Special Thanks
- u/kenshinakh for the [original post](https://www.reddit.com/r/WutheringWaves/comments/1czgdsa/pc_ue4_engine_tweaks_and_stutter_improvements/) on tweaks.
- github/dromzeh for [wuwa-fps-unlocker](https://github.com/dromzeh/wuwa-fps-unlocker) a rust project that unlocks the fps of the game.
- [Bun](https://bun.sh) for the build system.
Made with ❤️ by [Yaz](https://yaz.ninja)