The desktop version of the AoH2 Save Editor is a free, standalone Windows program. It does everything the web editor does, and is a better fit if you edit saves often or work with very large save files.
Takes you to the GitHub Releases page — grab
AoH2SaveEditor.exe under the latest version's Assets.
Both use the exact same engine and produce identical results. Pick whichever suits you.
Opens Age of History II / Age of Civilizations II save files and shows them as an editable tree — every value the game stores: money, civilization names, province ownership, diplomacy, technology, and more. You edit what you want and it writes back valid save files the game loads normally. See the Guide for step-by-step examples, including transferring provinces and ending wars.
AoH2SaveEditor.exe from the latest release.
.exe is self-contained. (If you run
from source instead, you need Python 3.12+ and
pip install javaobj-py3.)
The editor never overwrites your original saves — it writes edited copies and keeps timestamped backups in a separate folder. Still, always keep your own backup of a save folder before replacing files, as with any save-editing tool. The project is open source, so you can inspect exactly what it does.
Everything is on GitHub: github.com/Bat0oo/aoh2-save-files-editor. If a save doesn't open or something doesn't work, open an issue there with the details and I'll take a look.