diff options
author | B. Stack <bgstack15@gmail.com> | 2024-03-20 13:05:01 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-03-20 13:05:01 -0400 |
commit | b1529ebaf328d8146e50bc81919fbcd6cd0558e9 (patch) | |
tree | 21e6fd7c159837271840ab10020fa11c0ac12122 /README.md | |
parent | fix docs, use unsigned int in data operations (diff) | |
download | srb_lib-b1529ebaf328d8146e50bc81919fbcd6cd0558e9.tar.gz srb_lib-b1529ebaf328d8146e50bc81919fbcd6cd0558e9.tar.bz2 srb_lib-b1529ebaf328d8146e50bc81919fbcd6cd0558e9.zip |
fix %% in parser helper, and add image
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -65,6 +65,8 @@ Before I learned this, none of this savegame editing was possible. The binary contents are stored in little-endian, which makes visual inspection of the file in a hexeditor slower. +![Screenshot of profile selection screen showing three names: "Hexedit," "4fun and," and "Profit."](.images/scrot-hexedit-for-fun-and-profit-srb.png "Screenshot of profiles with fun names") + ## References 1. <https://bgstack15.ddns.net/blog/posts/2024/03/22/initial-research-for-hacking-savegame-files-for-snoopy-vs-the-red-baron/> |