From d9febbb306cd1241b538682fa2d4532272af7b03 Mon Sep 17 00:00:00 2001 From: yazninja Date: Thu, 6 Jun 2024 20:21:42 +0300 Subject: [PATCH] update README --- README.md | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c8fade..5fe506a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,20 @@ This is a project that makes it easy to tweak [Wuthering Waves](https://wutherin (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)~ (Mac and Linux disabled for now) +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 @@ -42,10 +55,10 @@ 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. +- 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. +- 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. +- [Bun](https://bun.sh) for the build system. Made with ❤️ by [Yaz](https://yaz.ninja)