Rafamasio Posted May 17, 2016 Share Posted May 17, 2016 Hey guys, I needed to fix the day counter (numcycles) in one of my Shipwrecked saves so I made these two little Python tools to be able to decode and encode a save file. To Use: cat SAVEFILE | python ds_save_decode.py > SAVEFILE.DECODED # Decode the save file. # Hack, hack, hack… cat SAVEFILE.DECODED | python ds_save_encode.py > SAVEFILE # Encode it back. Make sure to backup your save files before you use these tools and edit saves. ds_save_decode.py ds_save_encode.py Link to comment https://forums.kleientertainment.com/forums/topic/67372-decodeencode-save-files/ Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now