Changes

527 bytes added ,  07:18, 1 June 2011
no edit summary
Line 19: Line 19:  
But I cannot find any key word like player name,high score or play time
 
But I cannot find any key word like player name,high score or play time
 
if I decrypt the save.How do you think about whether any other encryption or special way to read/write save used ?[[User talk:Matyapiro31|Matyapiro]]
 
if I decrypt the save.How do you think about whether any other encryption or special way to read/write save used ?[[User talk:Matyapiro31|Matyapiro]]
 +
 +
I found those things in a SSFIV saved game...
 +
 +
The important offsets are usually constant and the values change, so it's not hard to look for a single offset of data that changes in a predictable way when you re-save it. Sometimes you have to use your imagination. For 20,000 points in SSFIV, you'd search for "0xC8" ( 200 in decimal is "20,000" in the game ) because it stores points in multiples of 100. It's easier to see if you're editing a saved game right in front of you and constantly making small changes to it. --jl
91

edits