- Displays information from a savegame (only the most recent quicksave)
- Limited editing capability
- Error checking is very limited (don't get crazy)
- Load a game in Heroes Olden Era Demo and Quicksave.
- Run the tool and see what's up (this is usually when you get a bit angry when you see just what a massive advantage the AI is given).
- Select line(s) from the ListBox(es) and tweak away. Click Write after each tweak.
- The demo is super buggy about reloads, so Exit to Main Menu, then Load the quicksave.
- Enjoy!
- If you run it in the debugger you can enable Verbosity flags to see interesting lists such as all hero names and starting skills and other stuff.
- Diff doesn't really work yet. It's intended to help you find things that changed in the json between two save files.
- C# w/support for .NET 9.0
- Developed with Visual Studio 2022 (17.14). 2026 has not been tested yet, but is probably fine.
- Extensions:
- SixLabors.ImageSharp (free version)
- Tesseract