edasx Site Admin
Joined: 16 Nov 2005 Posts: 65
|
Posted: Thu Nov 09, 2006 2:21 pm Post subject: HOWTO: editing the savegame |
|
|
editing the savegame directly is not possible (unless someone decodes the CRC checksums that the game uses and checks.)
if u want to edit the savegame you have to actually run the game, load your profile and get to career mode then switch with alt-tab to the windows and fire up your hex editor that allows editing the RAM (Memory). For example, WinHex in full version allow this.
In the hex editor you have to open the RUNNING PROCESS of the NFS Carbon and open PRIMARY MEMORY in it. Then lookup the actual 8-10bytes of data from the save (u can open it in second window...) - ideally somewhere from the middle - (0x10000h in the save...) and there u go =)
after editing the mem, switch back to NFSC and save your game (esc from the save game, then save.)
the game saves the memory and counts the checksums for you. so u have modded save. now the only problem is what to edit =) |
|