Ok, so whatever you did worked, i have 131056 now, how did you get it to work? lol and when can i edit it again do you think?
Printable View
So it turns out I was wrong. Well, kinda; I was right, but it isn't as easy as just adding more bytes. When you get more than 65535, the game does add more bytes. But they're thrown all over the place. Here's a screenshot I took from Matt's save as an example:
http://i56.photobucket.com/albums/g1...Lance/AC3m.jpg
The red square is the 1D that tells us where the money is. The blue square is the second half of the money, and the green square is the first half. Matt's money was 70093, which is equal in hex to 0111CD. Translating from big endian to little endian makes 0111CD into CD1101. I looked for that, but couldn't find it. So then I looked for CD11 and found five instances, with one of them being after 1D. Then I noticed that 01 just one byte away from where it should be.
I decided to take a chance on it and change CD11 into F0FF, which (when translated back to regular big endian hex and sticking that 01 back in front of it) becomes 01FFF0, which (when translated again into decimal) then becomes 131056.
In short order, after translating from big endian to little endian, you should only look for the first four digits of your translated value. In Matt's case, this was CD11. After you find it, look and see if your results match my screenshot (where the rest of it is a byte off).
Hi there ive been racking my brain trying to get this to work for assassins creed revelations from what ive gathered its the same process but I just cant get it to work for me.
The money I currently have is 1587 so if anyone could do me the favor of modding this for me id greatly appreciate it. Attachment 10177
EDIT: Nvm I figured it out my hex program didnt do a good job telling me it found 4 results not just one. After tinkering with a couple of them I successfully accomplished this. Thank you for the tutorial.
Can someone Please mod my save? My current Money (Well Connor's) is $72763.
http://www.mediafire.com/?1u14964qkyy8918
I managed to do it the first time, but I can not find the value to get it to 16m.
Thanks in advance if someone can help me out. If not Happy gaming anyways.
Never Mind.. After about 20 attempts at loading up and freezing, I finally got it to work. In my case my hex code was 2 number from !D. :) Happy Gaming every one.