A toolkit and framework for reading game save formats, so new editors stop being written from scratch.
Start here — the three sentences below are the whole pitch.
The bare query 'save editor' is the front door — a toolkit serves every game-specific search downstream.
A single-player convenience toolkit with the source published.
▪️ Focus — Parser scaffolding for common save containers ▪️ Goal — Hex-and-structure inspection helpers ▪️ Scope — Documented format notes as they're researched ▪️ Approach — Plugin structure per game ▪️ Principle — MIT-licensed core
- Click the large Download button above (it points to the project's release page).
- Unpack the archive to a folder you control — no installer needed.
- Open the included README section for the feature you want before running anything.
- Make a backup / snapshot when the workflow calls for one. Always.
- Run the tool, apply what you need, and close it. Nothing stays resident.
Is this really free?
Yes — open source, no Pro tier, no time limits, no ads. The download link above is the only official source.
Does it work in online / multiplayer modes?
No. This project is scoped to single-player use only, and that line is deliberate.
How do I revert changes?
The project is designed around backups and reversible steps; the README workflow always starts with a snapshot.
Can I read the code before running it?
Yes, and you should. Everything is in the repository — no packed binaries without source.
This is an independent community project. Not affiliated with, endorsed by, or sponsored by any game studio, platform, or vendor. Use only where permitted (single-player / personal use). No fabricated versions or statistics are claimed anywhere in this repository.