FF6 Hacking
SRM checksum fix python script - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Magitek Research Facility (https://www.ff6hacking.com/forums/forum-9.html)
+--- Thread: SRM checksum fix python script (/thread-2067.html)



SRM checksum fix python script - m06 - 04-24-2013

I wrote this python script, to fix the checksum of save slots in the SRM file.


http://pastebin.com/aQhxvS6G

http://m06.webs.com/ff6_SRM_checksum_fix.py

I find this very useful when testing various hacks, I like to brutally hex edit the SRM file to my liking and then run this script so FFVI considers it vaild no matter what I changed.

Hopefully this can be of use to others.

Happy Hacking


RE: SRM checksum fix python script - madsiur - 04-24-2013

Very nice!