Mewgenics Trainer + Save Editor is an open-source Windows utility for single-player sessions. Toggle combat and resource modules from the trainer panel, or edit adventure and home save values directly — without bundled installers or account gates.
Download: chunkartisan.github.io/mewgenics-tool · GitHub Releases · Not affiliated with Mewgenics developers.
Launch the trainer and enable Activate Trainer before other modules.
| Option | Description |
|---|---|
| Activate Trainer | Master switch — must be on for trainer hooks |
| Unlimited HP | Party / unit health does not decrease |
| Unlimited MP | Skills and moves ignore MP cost |
| One Hit Kill | Enemies defeated in one hit |
| Unlimited Item Uses | Consumables and item abilities do not deplete |
| Instant Win | Resolves the current battle instantly |
| Unlimited Attacks | No cap on attacks per turn |
| Unlimited Moves | No cap on movement per turn |
| Option | Description |
|---|---|
| Edit: Coins [Adventure] | Set coin value for the active adventure save |
| Edit: Food [Adventure] | Set food value for the active adventure save |
| Edit: Coins [Home] | Set coin value for the home / hub save |
| Edit: Food [Home] | Set food value for the home / hub save |
Save edits write on confirm — always keep a backup copy of your save folder first.
Full reference: docs/options.md
Documentation mockup — layout may differ by release.
- Windows 10/11 x64
- .NET 8 Desktop Runtime
- Mewgenics (Steam) — latest stable build
→ Download page — latest mewgenics-trainer.zip
Direct file: GitHub Releases
git clone https://github.com/ChunkArtisan/mewgenics-tool.git
cd mewgenics-tool
dotnet build -c Release
.\bin\Release\net8.0-windows\MewgenicsTrainer.exe- Start Mewgenics and load a save.
- Run the trainer as a normal user.
- Enable Activate Trainer.
- Toggle combat / resource modules as needed.
- Disable Activate Trainer or close the app to detach hooks.
- Close the game (recommended) or use read-only preview mode if available.
- Open the Save Editor tab.
- Pick Adventure or Home slot.
- Enter new Coins / Food values and apply.
- Relaunch the game and verify the save loaded correctly.
Copy-Item "$env:USERPROFILE\AppData\LocalLow\*\Mewgenics\Saves" -Destination ".\saves-backup" -RecurseAdjust the path to match your install — see docs/options.md.
Does this work online or in multiplayer?
No. Single-player / local saves only.
Save editor corrupted my file
Restore from the backup folder. Never edit without a copy. Report steps to reproduce via Issues.
Game patched and trainer stopped working
Open an issue with your game build version. Offset updates may be required after patches.
MIT — see LICENSE.



