The save has been change a little. I'm able to decompress most of blocks from savefile. It seems like save file contains two separate areas. Compression is still LZO. I will be able to give you more...
Type: Posts; User: carpi; Keyword(s):
The save has been change a little. I'm able to decompress most of blocks from savefile. It seems like save file contains two separate areas. Compression is still LZO. I will be able to give you more...
Yeah, you right just forgot to mention but its I my example :)
For those who still have a problem with gamesave for PC or iOS version, let me explain few details. Data save is just serialized sets of classes (nothing more to add as people are doing great with...
Can someone share with me save file form Xbox?
Here is my code in python. You can easy translate it to whatever you want.
Save file crc check is at 0xBE offset and it is the same customized CRC32b as from Windows version. I don't see difference between PC and iOS version, the savefile structure is exactly the same.