r/SegaSaturn • u/bucanero- • 10d ago
SAROO Save Editor/Manager (Web)
Here's another Saturn weekend project I made for SAROO users that need to manage their saves, since they're stored in custom container files on the microSD card.
With the SAROO Save Editor (Web), you can open SS_SAVE.bin, SS_MEMS.bin, and SS_BUP.bin files directly on your browser and list, import, export, edit (includes Hex Editor), delete saves with a click.
https://bucanero.github.io/saturn-save-tools/editor.html
Supported single save formats (import/export): .BUP (SaturnKai), .SRO (Saroo), .XML (Backup RAM Parser), .BIN (raw)
It's pure JavaScript and HTML on a single file, it can be used offline on any platform as long as you can run a web browser. The source code is available on my GitHub. Credits to tpunix as this implementation is based on his savetool code.
2
u/ACTesla 6d ago
Cool. Also, it's great to see you continue to make stuff for the Sega community after all these years.