Knowledge Base

Preserving for the future: Shell scripts, AoC, and more

Graphical frontend for Savegame editor for Snoopy vs. the Red Baron

This is part 4 of my 3-part series on hacking the savegame file for Snoopy vs. the Red Baron. Previous posts include:

  1. Initial research for hacking savegame files for Snoopy vs. the Red Baron (2024-03-22)
  2. The checksum for the savegame file for Snoopy vs. the Red Baron (2024-03-26)
  3. Savegame editor for Snoopy vs. the Red Baron (2024-03-30)

I spent way too much time on this, and have developed a graphical frontend in tcl/tk for this savegame editor! It loads up "Profile 1.sav" by default so you can immediately make changes. You just have to remember to select "Save" from the File menu before quitting again.

It's in the same repository as the rest of the source code.

I had a lot of fun writing it, probably more fun than actually playing the game. Contributions welcome!

Comments