Xbox:Games with Non-Roamable (EEPROM-Locked) Saves

From ConsoleMods Wiki
Jump to navigation Jump to search

Some games sign their save files with a "non-roamable" option enabled. That means that the save file uses the console-specific XboxHDKey (HDD Key) of the console's EEPROM, or in other words, can't be transferred to another console without additional actions.

To be able to transfer the save file of such game to another console, you need either to resign the save file with the XboxHDKey of a target console, or patch the game executable to disable the signature checking altogether.

Resigning Save Files

The most popular tool for resigning the save files is XSavSig005 (download). It has a built-in configuration for some of the listed games. For the rest of the games there's an additional configuration provided which has to be added to the resign.ini file. For any games that rely on an HDD key for signing (such as Phantasy Star Online), your console's HDD key must be present in hddkey.ini, or signing will not be successful. You can determine this by checking resign.ini, any game with 'SigType=NoRoam' will require an HDD key present for signing.

(Take a note that XSavSig005 also has a built-in configuration for some games with regular save files. In this case, it can be used if you want to tinker with the contents of the save file and resign it after. Those games are 000: Agent Under Fire, Deathrow, Midnight Club 2, Midtown Madness 3, MotoGP, NFS: Hot Pursuit 2, NHL 2K3, Outlaw Golf, Panzer Dragoon ORTA, SegaGT 2002, Spider-Man, The Hulk, The Italian Job, The Wild Rings, TransWorld Surf, Wakeboarding Unleashed. This is a common misconception to consider those games as having non-roamable save files.)

Also, there's a collection of standalone resigners and additions to the XSavSig005 config made by feudalnate.

For Forza Motorsport, there's a separate standalone resigner called ForzaSign (download).

Patching Game Executables

Another way to solve the problem is to patch the game executable to disable signature checking. By doing so, you can just transfer a save file to the console and launch the game, without needing to obtain the XboxHDKey and resign the save file every time you move it to another console. The only drawback is that it's mandatory to have a modded Xbox to run the patched executable.

For patching the executable, you'll need to open a default.xbe file from the game directory with any HEX editor and change some bytes at the given offset as described.

Games List

Game Save file resigning Game executable patching
Black feudalnate's resigner
XSavSig005 with feudalnate's config
Offset 0x1E2E01, replace byte 74 with EB
Detailed article
Burnout 2 XSavSig005
Burnout 3 feudalnate's resigner
XSavSig005 with feudalnate's config
NTSC version: Offset 0x8639, replace byte 74 with EB
PAL version: Offset 0x8749, replace byte 74 with EB
Dead or Alive Ultimate
Dead or Alive 2 Ultimate
Dead or Alive Xtreme Beach Volleyball XSavSig005
Far Cry Instincts: Evolution
Flatout Offset 0xBAB15, replace bytes 75 19 with 66 90;
Offset 0xBB31E, replace bytes 75 49 with 66 90
Flatout 2 Offset 0x11D445, replace bytes 75 19 with 66 90;
Offset 0x11DC7E, replace bytes 75 49 with 66 90
Forza Motorsport ForzaSign
Half-Life 2
NFS: Most Wanted feudalnate's resigner
XSavSig005 with feudalnate's config
Ninja Gaiden XSavSig005 + config from here
Ninja Gaiden Black XSavSig005 + config from here
Phantasy Star Online XSavSig005 (must be SigType=NoRoam under PSO heading

in resign.ini, not NoRoam=1, you must also sign ALL files within the save that start with 'PSO', not just the system file.)

Project Gotham Racing 2 feudalnate's resigner
XSavSig005 with feudalnate's config
Richard Burns Rally
Tron 2.0: Killer App