Skip to content

dh0er/gore

Repository files navigation

goresave

goresave is a savegame editor for Gothic Remake. It provides a Flutter interface backed by a Rust savegame core.

Features

  • 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.

Screenshots

Screenshot Light Screenshot Dark

Compatibility

Tested with Steam game version CL168781. Should work with all versions.

Installation & Updates

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.

Requirements

  • 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.

Build And Test

Run the repository test suite:

python test.py

Build the Rust native artifacts:

cargo build

Run the Flutter app:

cd apps\goresave
flutter run -d windows

Build a Windows release bundle:

cargo build --release
cd apps\goresave
flutter build windows --release
cd ..\..
python tools\build_native.py --release --bundle-windows

Safety

goresave writes backups before modifying save files. Even so, keep your own copy of important saves before editing them.

License

This project is licensed under the MIT License. See LICENSE.

About

Gothic Remake Savegame Editor

Resources

License

Stars

4 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors