View Single Post
Old 09-15-2008, 01:43 AM   #7 (permalink)
LuxoR
Forum Novice
 
Join Date: Sep 2002
Posts: 114
Default

If you know the order of how the "corrupt" save was written, you can reload this "corrupt" save.. and have a serialize method that saves it properly or how you want it. You can than change the deserialize method to match the serialize.

Bascially, you want to manipulate the saves by loading it as 29, saving it as 28, and reloading as 28 with the code for 29.

Make sure make backups of your "corrupted" saves before you start experimenting!
LuxoR is offline   Reply With Quote