Metal Gear Solid 3 HD

PCSB00176.savepatch

1. Decrypt MGS3

2. Decode MASTER.BIN (Required)

Target File: *MASTER.BIN

set range:0x0000,0x001F
DECRYPT mgs_base64

3. Decrypt DATA.BIN (Required)

Target File: *DATA.BIN

set range:0x000000,0x00497B
DECRYPT mgs("3MetalSolidSnakeEaterGear")

4.

5. Encrypt MGS3

6. Encrypt DATA.BIN (Required)

Target File: *DATA.BIN

set range:0x000000,0x00497B
set [master_hash]:CRC32
ENCRYPT mgs("3MetalSolidSnakeEaterGear")

7. Encode MASTER.BIN (Required)

Target File: *MASTER.BIN

write at 0x0008:[master_hash]
write at 0x0010:[master_hash]
set range:0x0000,0x001F
ENCRYPT mgs_base64