..:: PCSX2 Forums ::..

Full Version: 60 fps codes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello,
does this patch also work on linux version?
I would like to play Ico (PAL) at 60fps, is this possible?

i'm using pcsx2 1.7.3546 but on settings i can't find cheats section.

EDIT:
i found "enable cheat" option.
i put file 5C991F4E.pnach on cheat folder:
Code:
gametitle=Ico (PAL)
comment=60 FPS
//60 FPS
patch=1,EE,2028D3C4,extended,00000001

i have enabled it, it says "1 cheat patches are active" but game is still 30fps.
why? because is PAL? how can i solve?
i have tried Ico NTSC-J and works.
@ quellen:

Try to set EE Cyclerate to 130% - 180% in the emulator for true 60 FPS, then it should work. But the true 60 FPS can crash the intro and makes certain movements look strange.

Code:
// Mastercode
patch=1,EE,0E3C7dF2,extended,1456E7A5
patch=1,EE,F024E5d4,extended,0024E5d7

//true 60fps
patch=1,EE,E0010000,extended,0063AA08
patch=1,EE,0028F4C4,extended,00000001
patch=1,EE,E0010001,extended,0063AA08
patch=1,EE,0028F4C4,extended,00000002

//Revert to 30 fps every time there is a Cutscenes
patch=1,EE,e0010001,extended,0063AA08
patch=1,EE,2028F4C4,extended,00000002

//No-Interlacing
patch=1,EE,0013CAD0,word,30420000
patch=1,EE,001144AC,word,30420000

//widescreen
patch=1,EE,00114dd0,word,3c013f40
patch=1,EE,00114dd4,word,4481c000
patch=1,EE,00114de0,word,46181082

//render fix
patch=1,EE,001146F4,word,240302ab
patch=1,EE,0054E478,word,44fa0000

//DEBUG MENU (Press Select - Set "Debug Menu --) Single Framestep" for 60fps)
patch=1,EE,20101F94,word,0C06C966
patch=1,EE,201AF850,word,0806BD28

// Maximum Graphics Booster
// (No Blur-Effect and maxed out Game Sharpness)
patch=1,EE,001322f0,word,03e00008
patch=1,EE,001322f4,word,00000000
patch=1,EE,001fca60,word,03e00008
patch=1,EE,001fca64,word,00000000
patch=1,EE,001137f8,word,03e00008
patch=1,EE,001137fc,word,00000000
patch=1,EE,001136b0,word,03e00008
patch=1,EE,001136b4,word,00000000

// Disable Post-Effect like the bright reddish Sky
patch=1,EE,0028F808,word,00000000

//black borders fix
patch=1,EE,00113450,word,3c010000

// No black Borders
patch=1,EE,001133F8,word,44800800
patch=1,EE,00113410,word,44800800
patch=1,EE,00113420,word,44800800
patch=1,EE,00113534,word,44800000

// No Shadow Effects
//patch=1,EE,0028F7CC,word,00000000
//patch=1,EE,0028F7D0,word,00000000
//patch=1,EE,0028F7D4,word,00000000
//patch=1,EE,0028F7D8,word,00000000
//patch=1,EE,0028F7DC,word,00000000
//patch=1,EE,0028F7E0,word,00000000
//patch=1,EE,0028F7E4,word,00000000
//patch=1,EE,0028F7E8,word,00000000

// Characters RGB Values decently enhanced,
// disable extra Light on Boy and Objects
// and disable Boy-Dimming in dark Areas
patch=1,EE,001170b4,word,24020000
patch=1,EE,00117000,word,24130000
patch=1,EE,00117010,word,24130000
patch=1,EE,001175f4,word,44806000
patch=1,EE,0028F780,word,3F900000
patch=1,EE,0028F784,word,3F900000
patch=1,EE,0028F788,word,3F900000
patch=1,EE,0028F78C,word,3F800000

// World and Character main RGB fixed Values
patch=1,EE,0028F7F0,word,00000080
patch=1,EE,0028F7F4,word,00000080
patch=1,EE,0028F7F8,word,00000080
patch=1,EE,0028F7FC,word,00000000

Credits to Agrippa, Maori-Jigglypuff and nemesis2000 for these codes. Laugh
(01-24-2023, 12:19 PM)Khi Wrote: [ -> ]
Code:
// Mastercode
patch=1,EE,0E3C7dF2,extended,1456E7A5
patch=1,EE,F024E5d4,extended,0024E5d7

//true 60fps
patch=1,EE,E0010000,extended,0063AA08
patch=1,EE,0028F4C4,extended,00000001
patch=1,EE,E0010001,extended,0063AA08
patch=1,EE,0028F4C4,extended,00000002

//Revert to 30 fps every time there is a Cutscenes
patch=1,EE,e0010001,extended,0063AA08
patch=1,EE,2028F4C4,extended,00000002

//No-Interlacing
patch=1,EE,0013CAD0,word,30420000
patch=1,EE,001144AC,word,30420000

//widescreen
patch=1,EE,00114dd0,word,3c013f40
patch=1,EE,00114dd4,word,4481c000
patch=1,EE,00114de0,word,46181082

//render fix
patch=1,EE,001146F4,word,240302ab
patch=1,EE,0054E478,word,44fa0000

//DEBUG MENU (Press Select - Set "Debug Menu --) Single Framestep" for 60fps)
patch=1,EE,20101F94,word,0C06C966
patch=1,EE,201AF850,word,0806BD28

// Maximum Graphics Booster
// (No Blur-Effect and maxed out Game Sharpness)
patch=1,EE,001322f0,word,03e00008
patch=1,EE,001322f4,word,00000000
patch=1,EE,001fca60,word,03e00008
patch=1,EE,001fca64,word,00000000
patch=1,EE,001137f8,word,03e00008
patch=1,EE,001137fc,word,00000000
patch=1,EE,001136b0,word,03e00008
patch=1,EE,001136b4,word,00000000

// Disable Post-Effect like the bright reddish Sky
patch=1,EE,0028F808,word,00000000

//black borders fix
patch=1,EE,00113450,word,3c010000

// No black Borders
patch=1,EE,001133F8,word,44800800
patch=1,EE,00113410,word,44800800
patch=1,EE,00113420,word,44800800
patch=1,EE,00113534,word,44800000

// No Shadow Effects
//patch=1,EE,0028F7CC,word,00000000
//patch=1,EE,0028F7D0,word,00000000
//patch=1,EE,0028F7D4,word,00000000
//patch=1,EE,0028F7D8,word,00000000
//patch=1,EE,0028F7DC,word,00000000
//patch=1,EE,0028F7E0,word,00000000
//patch=1,EE,0028F7E4,word,00000000
//patch=1,EE,0028F7E8,word,00000000

// Characters RGB Values decently enhanced,
// disable extra Light on Boy and Objects
// and disable Boy-Dimming in dark Areas
patch=1,EE,001170b4,word,24020000
patch=1,EE,00117000,word,24130000
patch=1,EE,00117010,word,24130000
patch=1,EE,001175f4,word,44806000
patch=1,EE,0028F780,word,3F900000
patch=1,EE,0028F784,word,3F900000
patch=1,EE,0028F788,word,3F900000
patch=1,EE,0028F78C,word,3F800000

// World and Character main RGB fixed Values
patch=1,EE,0028F7F0,word,00000080
patch=1,EE,0028F7F4,word,00000080
patch=1,EE,0028F7F8,word,00000080
patch=1,EE,0028F7FC,word,00000000

Credits to Agrippa, Maori-Jigglypuff and nemesis2000 for these codes. :

This is good! graphics is also improved, it's sharper and there is no fog. thank you!
---
Setting EE Cyclerate to 130% - 180% without cheat is still 30fps
(01-24-2023, 06:31 PM)quellen Wrote: [ -> ]This is good! graphics is also improved, it's sharper and there is no fog. thank you!
---
Setting EE Cyclerate to 130% - 180% without cheat is still 30fps

I have found the mishap. Somehow i possessed a certain cheat code twice, which was already preserved in the 60 FPS Code. Please delete the wrong codes and replace them with the correct ones:

Wrong:

Code:
//true 60fps
patch=1,EE,E0010000,extended,0063AA08
patch=1,EE,0028F4C4,extended,00000001
patch=1,EE,E0010001,extended,0063AA08
patch=1,EE,0028F4C4,extended,00000002

//Revert to 30 fps every time there is a Cutscenes
patch=1,EE,e0010001,extended,0063AA08
patch=1,EE,2028F4C4,extended,00000002

Correct:

Code:
//true 60fps
patch=1,EE,E0010000,extended,0063AA08
patch=1,EE,0028F4C4,extended,00000001
//patch=1,EE,E0010001,extended,0063AA08 // Cutscenes 30 FPS
//patch=1,EE,0028F4C4,extended,00000002 // Cutscenes 30 FPS

The „OPH Flag Hack” in „Game Fixes” is also disabled? Actually, these cheats should give you the FPS you want if you do not have any other cheats enabled. Please try it again and good luck! Smile
(09-24-2021, 10:15 PM)Red-tv Wrote: [ -> ]Persona 3 FES (NTSC-U)

CRC-94A82AAA

//60fps
patch=1,EE,0019D330,word,10000006

//Speed Modifers
patch=1,EE,007CADD4,word,3C888889
patch=1,EE,004C6A30,word,3C023f00

//Fix weird Animations in cutscenes
patch=1,EE,E00100c4,extended,0077F210
patch=1,EE,204C6A30,extended,3C023f80

//Fix Battles
patch=1,EE,E0020001,extended,009B0DC8
patch=1,EE,204C6A30,extended,3C023f80
patch=1,EE,207CADD4,extended,3c448889

You can change it In a way you see Fit.

patch=1,EE,207CADD4,extended,3cxx8889

xx=88 is mathematically the correct value for normal speed, but in reality, it's too fast. any value Below 88 will reduce the speed, I set it to 44 just because it felt right to me you might want to change it
The character cannot climb the stairs in tartarus with this code, is there anyway to fix this problem?
(06-15-2022, 05:16 PM)felixthecat1970 Wrote: [ -> ]someday is now, checking some things Rolleyes  and make to work, cutscenes fallback correct 30fps (60 fps code cutscenes call-routine exist but need more function debug) this code need more work because i not manage pass code clean to function missing some functions registers calls,  keep in mind !! NOT USE" menu > "options" (wiill lead to game crash) change options start menu before start game, consider a "beta stage" test., tell me if work ok, (apart crash selecting options in gameplay menu) but it think code should work.

The X-Files: Resist or Serve (USA) SLUS_201.79;1) Game CRC = 0xE79C7749 !!test!!
+60fps code + cutscenes (30fps)
-!!! game crash when options menu in gameplay is accesed, define options before start game !!! *code missing some corrections

Just tried the game with these codes and found a bug. When I trying to open any door, it doesn’t opens fully. It means that I can’t pass thru the door. Can you fix it?
(01-06-2017, 06:48 PM)asasega Wrote: [ -> ]Incomplete code(s)

Black SLUS-21376 0x5C891FF1
60 fps
1040DF74 00000001
205A8A9C 3C888889 //speed

what would be ''incomplete codes''? is it about the 60 fps codes? or infinite life codes and stuff?

if the incomplete codes are around 60 fps where can I find them complete?
Updated - fixes from old post -beta2
The X-Files: Resist or Serve (USA) SLUS_201.79;1) Game CRC = 0xE79C7749
+60fps call registers unlock fps
+cutscenes (30fps) (can be unlocked to 60fps but missing critical registers - crash)
+fixes bugs - options menu works ok - adjust 3d engine logic
+less blurry

seems my old code has bugs opening doors, using some things i learn with dragon ball and apply seems to work fine, still the movement looks weird using flashlight but 30fps happens too (is less notable) i leave notes in .pnach for people wants to debug registers and functions.

updated, disabled "//testing need debug - disable if crash or bugs" codeblocks seems give bugs with molder head up and partilal object movent, still in test... spect bugs...
(01-06-2017, 03:59 PM)asasega Wrote: [ -> ]Incomplete code(s)

Death by Degrees SLUS-20934 0xE1D6F85E
60 fps
205A4A08 00000001

Can you combine a 60 FPS patch with the widescreen (16:9) patch?

Code:
gametitle=Death by Degrees (SLUS-20934)
comment=Widescreen Hack

//gameplay by ElHecht
patch=1,EE,00188250,word,3c023fe3
patch=1,EE,00188258,word,3443bbd6
patch=1,EE,0018606c,word,3c023fe3
patch=1,EE,00186070,word,3443bbd6
patch=1,EE,001f5c88,word,3c023fe3
patch=1,EE,001f5c90,word,3442bbd6

//FMV's fix by nemesis2000
patch=1,EE,205D9054,extended,3faaaaaa

//black border's fix by nemesis2000
patch=1,EE,0032b0a8,word,3c023f80

// 60 FPS
patch=1,EE,205A4A08,extended,00000001