..:: PCSX2 Forums ::..

Full Version: GTA:SA 60FPS patch not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So there is no Patch for GTAWackoA Pal? or how can one get these codes?
you need to use a debugger to find the proper hex value.
I think cheat engine can do so
Are there any resources to learn from? I know my way araound in memory, but I'm new to emulators etc.
//gametitle=Grand Theft Auto: San Andreas (SLES-52541)

//[No car effects]
//patch=1,EE,2089D430,word,03e00008 // "jr ra"
//patch=1,EE,2089D434,word,00000000 // nop

//[Force 60FPS]
patch=1,EE,006679CC,extended,00000001

//[No intro]
patch=1,EE,20245990,word,03e00008 // "jr ra"
patch=1,EE,20245994,word,00000000 // nop

//[Widescreen fix]
patch=1,EE,001130BC,word,3C013F9D
patch=1,EE,001130C0,word,44810000
patch=1,EE,001130C4,word,46006302
patch=1,EE,001130C8,word,03E00008
patch=1,EE,001130CC,word,E78C9A90
patch=1,EE,0021DF84,word,0C044C2F
patch=1,EE,00242D54,word,0C044C32

////[No ColorFilter]
patch=1,EE,20515658,word,00000000

////[CleanGfx]
//patch=1,EE,20515658,word,00000000
//patch=1,EE,20515698,word,00000000
//patch=1,EE,20515990,word,00000000
//patch=1,EE,205159ac,word,00000000
//
////[Disable Water Creatures]
//patch=1,EE,203B7E40,word,03e00008
//patch=1,EE,203B7E44,word,00000000
//
////[Disable Water Rendering]
////patch=1,EE,20182850,word,03e00008
////patch=1,EE,20182854,word,00000000
//
////[No Grass]
//patch=1,EE,20489470,word,03e00008
//patch=1,EE,20489474,word,00000000
//
////[Disable Fog]
//patch=1,EE,202A43F0,word,03e00008
//patch=1,EE,202A43F4,word,00000000
//
//[No Birds]
//patch=1,EE,204BA3E0,word,03e00008
//patch=1,EE,204BA3E4,word,00000000
//
////[No Speed Effect]
//patch=1,EE,20518BC0,word,03e00008
//patch=1,EE,20518bc4,word,00000000
//patch=1,EE,2021FF30,word,03e00008
//patch=1,EE,2021FF34,word,00000000
//
////[No Motion Blur Alpha]
//patch=1,EE,20220694,word,00000000
//
////[No Heat Effect]
//patch=1,EE,20516e70,word,03e00008
//patch=1,EE,20516e74,word,00000000



To port the code use a program called ida pro and take idbs from the game, and compare, finding the similar code and changing it.

Most of the codes are from MixMods.
Pages: 1 2