goresave is a savegame editor for Gothic Remake. It provides
a Flutter interface backed by a Rust savegame core.
- Profile: Change difficulty settings
- Player: Edit stats, skills, location and much more
- Inventory: Change count of existing items; add new items from a bundled catalog with categorized browsing.
- Progression: Edit quest markers, NPC knowledge and events
- Almost all data can be changed by changing the value of the internal property. Only for experimental use.
- Automatic backup creation.
Tested with Steam game version CL168781. Should work with all versions.
Download GoresaveSetup-<version>.exe from the
latest release and run it.
The app checks for updates on startup and prompts you when a new version is
available.
A portable zip is also attached to each release; the portable build does not auto-update.
- Windows 10 or newer.
- Rust toolchain.
- Flutter with Windows desktop support.
- Visual Studio 2022 with Desktop development with C++.
The local development setup used for this repository is Flutter 3.44.0, Dart 3.12.0, and Rust 1.96.0.
Run the repository test suite:
python test.pyBuild the Rust native artifacts:
cargo buildRun the Flutter app:
cd apps\goresave
flutter run -d windowsBuild a Windows release bundle:
cargo build --release
cd apps\goresave
flutter build windows --release
cd ..\..
python tools\build_native.py --release --bundle-windowsgoresave writes backups before modifying save files. Even so, keep your own
copy of important saves before editing them.
This project is licensed under the MIT License. See LICENSE.

