thanks
I really like this game, it's time to wipe the pests.
Printable View
thanks
I really like this game, it's time to wipe the pests.
The game uses a XOR key, which is saved in ~~xenon~filemap~~, so i decrypted the UserStats and UserConfig. The output of Class3.ulsave seems to compressed. It could be a intern function of the CryEngine 3. Looked already in the .xex, but i'm not good at all in finding functions without a magic or error message. :D
Anyway, my code to decrypt is:
Code:for (int i = 0, n = 0; i < buffer.Length; i++, n++) {
if (n % filemap.Length == 0)
n = 0;
buffer[i] ^= filemap[n];
}
My friend said he found a save on Modio with "God mode" the health and stamina stats were both -1 but, he said he didn't take damage or lose stamina. I'll check the save and get back to you. Also, hopefully you'll get this great game this week. Well worth the wait.
Ok so I checked it out. It didn't work for me but, it was Idle's save.
awesome yo yo
Awesome save thanks Idle
Cant seem to get it to with horizon it keeps saying the save is corrupt
So i did the "turn the clock back and play offline" but got bored and connected to live but my xbox has the auto off on so now all my stuff is at 200 so i did the offline and clock thing again and all that did was take away my progress in the game which wasnt so bad because now i can redo things and do it better but is there no way to get everything back to 10k? Also, what about the guns with 255 ammo is there no way to get those back either without the use of a mod or jtag?