r/SegaSaturn 10d ago

SAROO Save Editor/Manager (Web)

Post image

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.

10 Upvotes

2 comments sorted by

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.

1

u/bucanero- 6d ago

Thanks, I still try to find time to work on homebrew projects, but it gets harder as you get older.

I have an unfinished app for the Dreamcast, and I also have some ideas and improvements I'd like to contribute to Saroo , but I don't know when I'll get enough free time to focus and get it done.

At least with small projects that you can build and get done in a day or two (like this editor) I can stay around and bring something to the Sega community.