So i ran into the same problem as you two and i found i solution .
All you need is a hex editor (notepad++ with an hexplugin for example), the corrupt savegame and a savegame that you made on the pc that you want to play your oldsavegame on(just skip the cinematics and exit the game).
Open the new savegame in the hex-editor. The code you need is on the position 20F to 304 [edit:these are the positions if you view the hex in 8bit!]. Write down the numbers and letters that stand there (look something like that: d9 27 b1 b8 ff 3f).
Now you just place this code in your old savegame on the same location (20F to 304).
Remember to do that on both savegame folders and your old savegame should work fine ;)
If you need any further help with that just ask. Hope I could help you ;)
Links:
cts/npp-plugins/files/Hex%20Edi
tor/Hex%20Editor%20Plugin%20v0.9.5/
(Just download the HexEditor_0_9_5_UNI_dll.zip and unpack it into the notepad++ installation folder. To view the file in Hex just press CTRL+ALT+SHIFT+H with the file open)
|