Ratchet the last Lombax How do I cheat?
Reputation: 0
Joined: 17 Aug 2018 Posts: 1
|
Posted: Fri Aug 17, 2018 10:22 pm Post subject: Trying to find codes to remap joystick for debugger menu |
|
|
I have used Cheat engine to find debugger menu in the game and I was not able to find the address I want to use L3 button to open up the Debugger Menu
I got it working from finding a code for NTSC from someone
Quote: | gametitle=Ratchet & Clank NTSC
//Press L3 For Debug Menu
patch=1,EE,D013C95C,extended,0000FFFD
patch=1,EE,2015F5C4,extended,FFFFFFFF |
then I tried convert PAL V1 to this and worked!
Quote: | gametitle=Ratchet & Clank PAL V1
//Press L3 For Debug Menu
patch=1,EE,D013C95C,extended,0000FFFD
patch=1,EE,2015F5A4,extended,FFFFFFFF
|
but then I tried do PAL V2
Quote: | gametitle=Ratchet & Clank PAL V2
//Press L3 For Debug Menu
patch=1,EE,D013C95C,extended,0000FFFD
patch=1,EE,2015F6A8,extended,FFFFFFFF |
AND it does not work and looks like L3 button is different but I can't figure how to find the coding
first line is L3 button coding and the second line is Debugger Menu address
I want to be able to use it in OPL in the console or PCSX2 without the need of Cheat engine
|
|