Resident Evil 4 - -pcsx2 Memory Card Save File- New! Info
| Modification | Offset (in decrypted block) | Original | Modified | |--------------|-----------------------------|----------|----------| | Max Pesetas (money) | 0x08 (4 bytes, little-endian) | 0x0000FFFF | 0x0098967F (10M) | | Infinite Rocket Launcher in inventory | Search for item code 0x0008 | 0x00 | 0x63 (quantity) | | Unlock Professional difficulty | 0x24 (bit 4) | 0x00 | 0x10 |
When searching Google or forums for your file, use specific terminology. Here is what to look for: Resident Evil 4 - -PCSX2 Memory Card Save File-
Critical to understanding the save file is the located at offset 0x1F8 . RE4 calculates a CRC over the decrypted payload (starting at 0x200 ) using the CCITT polynomial 0x1021 . If the calculated CRC does not match the stored value, the game will display "Save data corrupted" and refuse to load. | Modification | Offset (in decrypted block) |