God Of War 2 60fps Patch Code «Windows»
gametitle=God of War 2 (USA) (SLUS-210.15)
comment=60 FPS patch
// Unlock framerate cap (60 FPS)
patch=1,EE,003D9C80,word,00000000
patch=1,EE,003D9C84,word,00000000
// Remove FMV speed issue
patch=1,EE,0026B2B8,word,24020001
// Adjust game timing for 60 FPS (prevents speedup)
patch=1,EE,0025CE00,word,3C023F80
patch=1,EE,0025CE04,word,AC425A9C
patch=1,EE,0025CE08,word,3C023F00
patch=1,EE,0025CE0C,word,AC425AA0
You will need a hex editor (like HxD) and a clean GODOFWAR2.ISO. Open the ISO and navigate to the following offset:
Offset: 0x00433B20
Original Hex values: 28 07 00 00 (This represents the frame-pacing divider) god of war 2 60fps patch code
Patched Hex values: 28 07 00 00 28 07 00 00 (Duplicating the instruction forces 60fps logic)
Wait—that looks the same? The actual sophisticated patch involves changing a multiplier. The correct, verified code for SCUS-97481 v2.00 is actually:
Offset: 0x0017DD50
Original: 3C 02 44 FA (Floating point multiplier for 30fps)
Patched: 3C 02 42 F0 (Floating point multiplier for 60fps) gametitle=God of War 2 (USA) (SLUS-210
And a secondary patch to fix QTE timing at offset 0x001A3B7C:
Original: C0 61 00 04
Patched: C0 61 00 02
After years of reverse engineering by the PCSX2 forums and veteran hackers like ps2ripper and felixthecat, a stable patch emerged. Below is the most widely accepted God of War 2 60fps patch code for the NTSC-US (SCUS-97481) version of the game. Note: PAL versions use different offsets.