A tool for fixing mods broken by game updates.
English Readme | 中文说明
Go to the Releases page to download the executable file. Double-click to open it, select or drag in your Mod folder, and click the "Start Fix" button.
Ensure you have Rust and Node.js (v18+) installed.
npm install
npm install --prefix src-ui
npm run tauri dev
npm run tauri build
For Linux, you'll need to install Tauri system dependencies such as libwebkit2gtk-4.1-dev, build-essential, curl, wget, file, libssl-dev, libayatana-appindicator3-dev, librsvg2-dev before building.
The application supports the following startup arguments:
| Argument | Description |
|---|---|
--cli |
Enter Console Mode (interactive menu). |
--path <DIR> |
Specify Mod folder path for non-interactive direct fix mode. Must be used with --cli. |
--config <FILE> |
Specify a config file path. The app will load that config.json first and skip remote config fetch. |
--derived-hashes |
Enable "Add Derived Hashes" (mutually exclusive with --stable-texture). |
--stable-texture |
Enable "Apply Stable Texture" (mutually exclusive with --derived-hashes). |
--aemeath-mech |
Enable "Fix Aemeath's mech form model error". |
--aero-fix <1\|2> |
Enable "Aero FemaleRover Eye Fix". 1 = TexCoord Override, 2 = Texture Mirror Flip. |
--rollback |
Rollback the most recent fix (only undoes the last operation; mutually exclusive with fix options). |
--online |
Fetch latest config from network (non-interactive mode uses local config by default). |
--dev |
Developer Mode. Forces loading local configuration and disables remote fetch. |
Example:
# Run in interactive console mode
./Mod_Fixer --cli
# One-click fix (basic hash replacement only)
./Mod_Fixer --cli --path "D:\Mods\MyMod"
# One-click fix + use a specific config file
./Mod_Fixer --cli --path "D:\Mods\MyMod" --config "D:\Configs\config.json"
# One-click fix + derived hashes + fetch latest config online
./Mod_Fixer --cli --path "D:\Mods\MyMod" --derived-hashes --online
# One-click fix + stable texture + Aemeath mech fix
./Mod_Fixer --cli --path "D:\Mods\MyMod" --stable-texture --aemeath-mech
# One-click fix + Aero eye fix (TexCoord mode)
./Mod_Fixer --cli --path "D:\Mods\MyMod" --aero-fix 1
# Rollback the most recent fix
./Mod_Fixer --cli --path "D:\Mods\MyMod" --rollback
|
|
Free code signing on Windows provided by SignPath.io, certificate by SignPath Foundation |
$ claude mcp add Wuwa_Mod_Fixer \
-- python -m otcore.mcp_server <graph>