Post your PCSX2 cheats-patches here!
Code:
gametitle=Mega Man X Collection

//Megaman X: Invincibility
patch=1,EE,E0010002,extended,00662E84
patch=1,EE,00FE1E18,extended,00000008

//Megaman X2: Invincibility
patch=1,EE,E0010003,extended,00662E84
patch=1,EE,00FE1C48,extended,00000008

//Megaman X3: Invincibility
patch=1,EE,E0010004,extended,00662E84
patch=1,EE,008804AA,extended,00000008

//Megaman X4: Invincibility
patch=1,EE,E0010005,extended,00662E84
patch=1,EE,10996D30,extended,00003500

//Megaman X5: Infinite Lives
patch=1,EE,E0020006,extended,00662E84
patch=1,EE,D01A4582,extended,0010FFFE
patch=1,EE,00C0A15C,extended,0000003C

//Megaman X6: Infinite Lives
patch=1,EE,E0020007,extended,00662E84
patch=1,EE,D01A4582,extended,0010FFFE
patch=1,EE,00B63B4C,extended,0000003C

If you want to disable the MMX6 Infinite Lives code for example, just put it like this:

Code:
//Megaman X6: Infinite Lives
//patch=1,EE,E0020007,extended,00662E84
//patch=1,EE,D01A4582,extended,0010FFFE
//patch=1,EE,00B63B4C,extended,0000003C
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 32 GB (2x16GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Samsung 980 1TB | Windows 10 Pro x64 (22H2)
Reply

Sponsored links

I edited my post. The inviceablity codes are bugged, you can't enter doors. The infinate life codes only work as long as you hold select. patch=1,EE,D01A4582,extended,0010FFFE is the thing that adds a select toggle, however it dosen't actually toggle on and off. It will toggle invinceable on, but not off. I need to figure out how to add a toggle both on, and off. When I had the old code breaker ages ago on my ps2 I thought they had a way to disable it.
Reply
Can you try this one out for Megaman X1

//Megaman X: Invincibility
patch=1,EE,E001FFFE,extended,10662E84
patch=1,EE,00FE1E18,extended,00000008


The invincibility code should only turn on when Select is pressed now and it should ignore the code if it's not pressed. But there's a possibility that the game might keep the code permanently active after pressing Select, if that's true, let me know. Then we'll have to expand the code to also add a deactivator. This code might not work as intended. Unfortunately I have no easy way of testing it out without the game right now. So you'll have to do the testing. Tongue
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 32 GB (2x16GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Samsung 980 1TB | Windows 10 Pro x64 (22H2)
Reply
I will test it when I get home from work. It has to be continually pressed? Or just pressed once? I have it so pressing it once turns it on forever. I am guessing the emulator does not process the codes the way a real codebreaker/ps2 would?
Reply
The code is altered a bit. The "E" type code is basically saying that it activates when a condition is met.

In this case, if Select is NOT pressed, it will ignore the next line. (This is indicated by starting the value of the second string of the first line with '1' instead of '0').

But if the game is annoying with codes, it might still trigger permanently, in which case a completely different joker code will have to be made, where you can turn it off manually with a different button press.

The code just might not work at all right now also. That's what needs to be tested.
AMD Ryzen 5 3600 @ 3.60~4.20 GHz | Corsair Vengeance LPX 32 GB (2x16GB) DDR4-3200
MSI GeForce GTX 1660 Super @ 6 GB | Samsung 980 1TB | Windows 10 Pro x64 (22H2)
Reply
I just tested it. It dosen't do anything/
Reply
Hello and good day to all. I am a newbie here, may i request sa cheat engine table for wild arms 4? like for stats, money, and etc? thank you in advance. So far I am new to cheat engine to and the Emulator. Having a hard time understanding the pnach file or patching posted by OP. Thank you in advance.
Keyelâ„¢ 10/25/2012
Reply
Genji-Dawn of the Samurai (All Tested, All Working)

Code:
D71B57F4.PNACH
gametitle=Genji - Dawn of the Samurai [SCUS-97471]

//Infinite Money
patch=1,EE,1059C504,extended,0000FFFF

//Max Money on Hand
patch=1,EE,2059C504,extended,000F423F

//Buying Items Doesn't Decrease Money on Hand
patch=1,EE,20261D2C,extended,00000000

//Infinite Essence of Amahagane
patch=1,EE,106EE526,extended,0000270F

//Infinite Item Usage
patch=1,EE,202C0A94,extended,00000000

//Both Characters: Infinite Kamui
patch=1,EE,1057671A,extended,000004EC

//Yoshitsune: Quick XP Gain
patch=1,EE,10572B84,extended,0000FFFF

//Benkei: Quick XP Gain
patch=1,EE,10572BC4,extended,0000FFFF



Attached Files
.pnach   D71B57F4.pnach (Size: 611 bytes / Downloads: 934)
Reply
Magna Carta: Tears of Blood
All Tested
All Working

You need to be careful with this one. When Undine quest comes up you need to disable your cheats otherwise you glitch the game and all that work (trust me...it will be a LOT of work by then) will go to waste.

Code:
gametitle=Magna Carta - Tears of Blood (NTSC-U) [SLUS-21221]
comment=C0AC5781

//Unlimited Sid
patch=1,EE,20E3EE3C,extended,05F5E0FF

//Max Item on Usage (DISABLE FOR GLACIER MAKER QUEST!  WILL GLITCH UNDINE!)
patch=1,EE,2039FDD8,extended,24020063

// Max Party Leadership Meter
patch=1,EE,200C02E0,extended,3C0142C8
patch=1,EE,200C02E4,extended,8E230390
patch=1,EE,200C02E8,extended,03E00008
patch=1,EE,200C02EC,extended,AC610028
patch=1,EE,20369A40,extended,0C0300B8


Attached Files
.pnach   C0AC5781.pnach (Size: 477 bytes / Downloads: 454)
Reply
(11-10-2013, 04:06 PM)tadatada Wrote: Xenosaga Episode I - Der Wille zur Macht (U) [SLUS-20469] - No encounter and R2 movement speed cheats

Code:
gametitle=Xenosaga Episode I - Der Wille zur Macht (U) [SLUS-20469]

//// No encounter

// No encounter: On
patch=1,EE,202D1268,extended,24020000

// No encounter: Off (Init)
//patch=1,EE,202D1268,extended,30420001


//// Movement speed while pressing R2

// Fast (more than enemies)
patch=1,EE,204DC534,extended,43C00000

// Slow (Init)
//patch=1,EE,204DC534,extended,42C00000

what does (Init) means ?
Reply




Users browsing this thread: 28 Guest(s)