..:: 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.
(01-15-2017, 06:39 PM)asasega Wrote: [ -> ]Incomplete code(s)

Grandia III SLUS-21334 0x5B657DAD (Disc1)
60 fps
v1
001EBAD8 0000003C
Theoretically this is preferred, because the games recalculates timings, but in explore mode the character will traverse double distance.
v2
201ACD88 00000000
201EBAE0 3F000000 //speed
This fixes the traverse distance, but as usual probably some things remain double speed.

Grandia III 

CRC- 5B657DAD

//60fps
patch=1,EE,001EBAD8,word,0000003c

//Speed Modifiers
patch=1,EE,001EBAE0,word,3F000000
patch=1,EE,001EBAE8,word,00000078

//Fix Cutscenes
patch=1,EE,e0020001,extended,0043F934
patch=1,EE,201EBAE0,extended,3F800000
patch=1,EE,201EBAE8,extended,0000003c

//Freeze fix
patch=1,EE,e0020001,extended,00218C50
patch=1,EE,201EBAE0,extended,3F800000
patch=1,EE,201EBAE8,extended,0000003c


//Freeze Fix 2
patch=1,EE,e0020000,extended,001ED938
patch=1,EE,201EBAE0,extended,3F800000
patch=1,EE,201EBAE8,extended,0000003c


Notes: Sound Effects of the flower bomb are being played too early (doesn't affect gameplay)

This game suffers from ingame slowdowns I recommend setting pcsx2 EE Cycle Rate to 130% in order to avoid slowdowns, other than that there are no issues as far as I am aware.

Both the timing and traverse distance are now fixed.

After playing with this game few more hours i discovered a game dailouge that can make the game freeze (Yuki and his mom in the ship) so I added Freeze fix
If you play this game please let me know if there are more.
Request - Arc the Lad Twillight (NTCS-U)

I tried myself but I didn't find the frame limiter address

However, I found a speed modifier that can only increase the speed of the game 1 is 100%, 2 is 200% ect..
It might help.

//speed modifier
patch=1,EE,00257ED8,word,00000001
(02-05-2017, 11:50 AM)asasega Wrote: [ -> ]Xenosaga Episode I: Der Wille zur Macht SLUS-20469 0x6D1276AB
60 fps
004DC3BC 00000001

//60fps
patch=1,EE,004DC3BC,byte,01 //00

//Player Speed Modifier
patch=1,EE,004D7C28,word,3c888889 //3d088889

//NPC Speed Modifier
patch=1,EE,0043D348,word,3c888889
patch=1,EE,0043DDB8,word,3c888889

//Battle Speed Modifier
patch=1,EE,0043C8D8,word,3c888889
patch=1,EE,0043C8Dc,word,3c888889
patch=1,EE,0043E828,word,3c888889
patch=1,EE,0043F298,word,3c888889
patch=1,EE,00440778,word,3c888889
patch=1,EE,004411E8,word,3c888889
patch=1,EE,00441C58,word,3c888889
patch=1,EE,00443138,word,3c888889
patch=1,EE,00443BA8,word,3c888889
patch=1,EE,00444618,word,3c888889

//Sync Animations in exploration
patch=1,EE,004D8548,word,3d888889 //3d088889
patch=1,EE,004D851C,word,3d888889 //3d088889

//Sync Animations in Battle
patch=1,EE,e0020001,extended,004DC248
patch=1,EE,204D8548,extended,3d088889
patch=1,EE,204D851C,extended,3d088889

//Revert to 30fps during cutscenes
patch=1,EE,e0010001,extended,00892938
patch=1,EE,204DC3BC,extended,00000000

//Revert to 30fps when warning message appears
patch=1,EE,e0100001,extended,0040D41C
patch=1,EE,204DC3BC,extended,00000000
patch=1,EE,204D7C28,extended,3d088889
patch=1,EE,204D8548,extended,3d088889
patch=1,EE,204D851C,extended,3d088889
patch=1,EE,2043D348,extended,3d088889
patch=1,EE,2043DDB8,extended,3d088889
patch=1,EE,2043C8D8,extended,3d088889
patch=1,EE,2043C8Dc,extended,3d088889
patch=1,EE,2043E828,extended,3d088889
patch=1,EE,2043F298,extended,3d088889
patch=1,EE,20440778,extended,3d088889
patch=1,EE,204411E8,extended,3d088889
patch=1,EE,20441C58,extended,3d088889
patch=1,EE,20443138,extended,3d088889
patch=1,EE,20443BA8,extended,3d088889
patch=1,EE,20444618,extended,3d088889



Notes: 

When an enemy approaches the player the battle won't be triggered due to the game running at 60fps, so I added a hack that the game will go to 30fps every time the warning message will appear, so you need the enemies to see you in order to start the battle (doesn't make a difference between that or sneaking to them)

Some of A.G.W.S Robots animations can make the game freezes (try to avoid using them, they are not necessary to beat the game as far as I am aware) 

The climbing ladder animation is double-speed.

Cutscenes are 30fps


Xenosaga episodes 2 and 3 made radical changes to the game engine, so the method I used to find the speed modifiers doesn't work for those 2 game, sorry
(04-01-2023, 02:26 PM)Red-tv Wrote: [ -> ]//60fps
patch=1,EE,004DC3BC,byte,01 //00

//Player Speed Modifier
patch=1,EE,004D7C28,word,3c888889 //3d088889

//Sync Animations in exploration
patch=1,EE,004D8548,word,3d888889 //3d088889
patch=1,EE,004D851C,word,3d888889 //3d088889

//NPC Speed Modifier
patch=1,EE,0043D348,word,3c888889
patch=1,EE,0043DDB8,word,3c888889

//Battle Speed Modifier
patch=1,EE,0043C8D8,word,3c888889
patch=1,EE,0043C8Dc,word,3c888889
patch=1,EE,0043E828,word,3c888889
patch=1,EE,0043F298,word,3c888889
patch=1,EE,00440778,word,3c888889
patch=1,EE,004411E8,word,3c888889
patch=1,EE,00441C58,word,3c888889
patch=1,EE,00443138,word,3c888889
patch=1,EE,00443BA8,word,3c888889
patch=1,EE,00444618,word,3c888889

//Sync Animations in Battle
patch=1,EE,e0020001,extended,004DC248
patch=1,EE,204D8548,extended,3d088889
patch=1,EE,204D851C,extended,3d088889

//Revert to 30fps during cutscenes
patch=1,EE,e0010001,extended,00892938
patch=1,EE,204DC3BC,extended,00000000

//Revert to 30fps when warning message appear
patch=1,EE,e0010001,extended,0040D41C
patch=1,EE,204DC3BC,extended,00000000


Notes: 

When an enemy approaches the player the battle won't be triggered due to the game running at 60fps, so I added a hack that the game will go to 30fps every time the warning animations will appear, so you need the enemies to see you in order to start the battle (doesn't make a difference between that or sneaking to them)

Some of A.G.W.S Robots animations can make the game freezes (try to avoid using them, they are not necessary to beat the game as far as I am aware) 

The climbing ladder animation is double-speed.

Cutscenes are 30fps

Wow thanks  you work fast Smile
so soon we will have 60fps patches fror all xenosaga game
(04-01-2023, 02:26 PM)Red-t Wrote: [ -> ]//Revert to 30fps during cutscenes

Would it be possible to create this patch as an addendum to the Tales of Abyss 60fps patch?
With the addition it would be pretty much perfect and I've been waiting for someone to look at it again for years, but it seems like interest on older titles that already received a 60fps patch has died down significantly.
(04-02-2023, 03:48 AM)Kirgo Wrote: [ -> ]Would it be possible to create this patch as an addendum to the Tales of Abyss 60fps patch?
With the addition it would be pretty much perfect and I've been waiting for someone to look at it again for years, but it seems like interest on older titles that already received a 60fps patch has died down significantly.

Tales of the Abyss

CRC - 14FE77F7

//60fps
patch=1,EE,001A3D74,word,10000009
patch=1,EE,0032E1DC,word,00000000

//speed modifier
patch=1,EE,00720A20,word,3FB30000
patch=1,EE,D0720A18,extended,00000001
patch=1,EE,20720A14,extended,42F00000
patch=1,EE,D0720A18,extended,00000000
patch=1,EE,20720A14,extended,42700000

//revert to 30fps during cutscenes
patch=1,EE,e004C188,extended,00AF859A
patch=1,EE,201A3D74,extended,10400009
patch=1,EE,2032E1DC,extended,E5800070
patch=1,EE,20720A20,extended,3F800000
patch=1,EE,20720A14,extended,42700000

Notes: Cutscenes are 30 fps
Would It be possibile to make a 60fps cheat for Need For Speed Underground pal version Sles 51967?
(04-03-2023, 08:58 AM)Red-tv Wrote: [ -> ]Tales of the Abyss

CRC - 14FE77F7

//60fps
patch=1,EE,001A3D74,word,10000009
patch=1,EE,0032E1DC,word,00000000

//speed modifier
patch=1,EE,00720A20,word,3FB30000
patch=1,EE,D0720A18,extended,00000001
patch=1,EE,20720A14,extended,42F00000
patch=1,EE,D0720A18,extended,00000000
patch=1,EE,20720A14,extended,42700000

//revert to 30fps during cutscenes
patch=1,EE,e004C188,extended,00AF859A
patch=1,EE,201A3D74,extended,10400009
patch=1,EE,2032E1DC,extended,E5800070
patch=1,EE,20720A20,extended,3F800000
patch=1,EE,20720A14,extended,42700000

Notes: Cutscenes are 30 fps

I wish I could say it's perfect but unfortunately it doesn't seem to take all cutscenes into account and in some cases the animations are being played at 0.5x speed, causing the cutscenes or animations to cut out abruptly without properly finishing.
I still appreciate you trying.
(04-03-2023, 07:37 PM)Kirgo Wrote: [ -> ]I wish I could say it's perfect but unfortunately it doesn't seem to take all cutscenes into account and in some cases the animations are being played at 0.5x speed, causing the cutscenes or animations to cut out abruptly without properly finishing.
I still appreciate you trying.

can you give me a save file near a cutscene for example
Kingdom Hearts PAL-G [SCES-50969] 0xAE3EAA05

//comment= 60fps toggle cheat by Michael P (Ported in PAL-G by Snake356)

//60fps toggle on (game play)
patch=1,EE,D02C0598,extended,00000000
patch=1,EE,002B6A4C,extended,00000000
patch=1,EE,D02C0598,extended,00001000
patch=1,EE,002B6A4C,extended,00000000
patch=1,EE,D02C0598,extended,00000020
patch=1,EE,002B6A4C,extended,00000000
patch=1,EE,D02C0598,extended,00000001
patch=1,EE,002B6A4C,extended,00000000
patch=1,EE,D02C0598,extended,00000011
patch=1,EE,002B6A4C,extended,00000000
patch=1,EE,D02C0598,extended,00000031
patch=1,EE,002B6A4C,extended,00000000

//60fps toggle off (cutscenes, fmv and other scripted events)
patch=1,EE,D02C0598,extended,00000040
patch=1,EE,002B6A4C,extended,00000001
patch=1,EE,D02C0598,extended,0000004E
patch=1,EE,002B6A4C,extended,00000001
patch=1,EE,D02C0598,extended,00000004
patch=1,EE,002B6A4C,extended,00000001
patch=1,EE,D02C0598,extended,0000000C
patch=1,EE,002B6A4C,extended,00000001
patch=1,EE,D02C0598,extended,0000000E
patch=1,EE,002B6A4C,extended,00000001
patch=1,EE,D02C0598,extended,0000002E
patch=1,EE,002B6A4C,extended,00000001
patch=1,EE,D02C0598,extended,0000100E
patch=1,EE,002B6A4C,extended,00000001
patch=1,EE,D02C0598,extended,0000000F
patch=1,EE,002B6A4C,extended,00000001
patch=1,EE,D02C0598,extended,0000001F
patch=1,EE,002B6A4C,extended,00000001
patch=1,EE,D02C0598,extended,0000003F
patch=1,EE,002B6A4C,extended,00000001
patch=1,EE,D02C0598,extended,0000100C
patch=1,EE,002B6A4C,extended,00000001

With the normal 60 FPS code the game runs too fast, so that dialogs etc. are skipped and possibly gamebraking bugs are created. Now I have ported the 60 FPS code from Michael P to PAL-G, so that the cutscenes, FMVs etc. now run at normal speed, so that the game can run normally without bugs.  Smile

Have fun with the codes! Cool