








What i have shown you is reality. What you remember... that is the illusion.
Me neither, but the stats I wrote to each savegame are true, i just checked it again.

Hmm. that's too bad it won't work on the DLC. I came to this thread to dl the latest since I was still on v1.4 of the editor, lol
Edit: I was able to extract the savegame.sav file from the ZGAMER save, and manually hex edit my money that way.
Last edited by CK0; 10-26-2011 at 10:05 PM.

I also found the location to edit the number of Praxis kits for the DLC
It's not static, but I found a string right before it, it might help some of you trying to edit your saves as well.
"0C FD 00 00 0C FD 00 00 00 ??"
The '??' is the hex value you should edit for the number of praxis kits. Of course the beginning string, I'm hoping it is the same for all game saves, but that is where mine is located.
Excellent job, thank you so much!! ^^
awesome, thanks for this, i will be using this quite often now that i have beaten the game, i wanna see how fast i can go through it now X)
Found this while looking to see if I could work on saves for the Missing Link DLC. Sounds like it might not work, but that the hex values should be searchable using the string posted a little while ago. I'll have to try that out, so the thread did have some good information.
I had to exclude the directory from scanning by McAfee VirusScan 8.8 however. Kept thinking the IO file was a generic trojan & had to be deleted. I'm going to guess it doesn't like the file injection/resigning/rehashing routines in the DLL & is killing it for those reasons.
Here's what I found poking around the savegame.sav files with WinHEX when looking for things in common with regards to a value to find before the XP & Praxis values. I'm still looking at ways to get items added to inventory & also hoping to find a way to perhaps add augs without spending Praxis. Just to see if you can "upgrade" that way & still get "Factory Zero".
I'm not really a programmer, but I understand enough about things to attempt manual modifications.
Anyhow, here's the bit I found regarding modding XP & adding Praxis in the DLC when examining the save files I extracted.
Code:Attempting to find areas to boost XP & Praxis Search String: 7FFFFFFF0000000000000000000000000000000001 Results from "Endgame" Save of Missing Link: 7FFFFFFF0000000000000000000000000000000001[0000067C][0000C9CC][00000002] Hits: 2 [0000067C] = Unknown Block [0000C9CC] = Total XP [00000002] = Available Praxis Results from very beginning save of Missing Link: 7FFFFFFF0000000000000000000000000000000001[00000064][00000064][00000000] Hits: 2 [00000064] = Unknown Block [00000064] = Total XP [00000000] = Available Praxis Results from non DLC campaign save 7FFFFFFF0000000000000000000000000000000001[0000D4E9][0000FBF9][00000000] Hits: 3 [2 with string + 3 block combo] [0000D4E9] = Unknown Block [0000FBF9] = Total XP [00000000] = Available Praxis