..:: PCSX2 Forums ::..

Full Version: Cheats not working for noob
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm sort of new to PCSX2 cheats, but not to the point where i'm making mistakes and stuff.
Anyway, i was playing Persona 4 (euro) and was having a bit of trouble during a boss and wanted to use cheats, but i can't seem to get them to work
They show up as having been activated in the log, but simply don't work in-game
Any help?
Post the cheats. As they are in your pnach.
comment=Persona 4 Cheats

// Max Courage
//patch=1,EE,007973F4,word,000000FF

// Inf Money
//patch=1,EE,2079B68C,word,05F5E0FF

// Inf Health
patch=1,EE,207973CC,word,000003E7
patch=1,EE,0079A94C,extended,000003E7
patch=1,EE,007973CC,word,000003E7

// Inf Spirit
patch=1,EE,207973CE,word,000003E7
patch=1,EE,007973CE,word,000003E7

There they all are, i'm also positive i'm using the correct CRC
I'm pretty sure there are some data type errors in that, but I'm not sure.

Also like for inf health, the first line looks like it should be extended, and then it would do the same as the last line. I think the addresses may be wrong too.

But I'll wait for a code expert to tell you.
Thanks for the help dude
another question, can you revert the cheats to the previous state to play the game as normal afterwards?
You mean can you "undo" the cheats?

It depends on the cheat really. For instance an infinite HP cheat will be constantly modifying the HP variable to keep it at max. This will stop when the cheat is deactivated.

Compare to the max courage cheat, which wrote to the courage variable. That variable would be saved with the save game, so to revert it, you would need to craft a cheat that set it back to normal.
Alright, thanks, i only plan on using the inf HP one to get through boss fights, thanks for all the help!
my cheats are working fine now BTW
If the codes are actually working,this is how they should look like
// Max Courage
//patch=1,EE,007973F4,extended,000000FF

// Inf Money
//patch=1,EE,2079B68C,extended,05F5E0FF

// Inf Health
patch=1,EE,107973CC,extended,000003E7
patch=1,EE,1079A94C,extended,000003E7
patch=1,EE,107973CC,extended,000003E7

// Inf Spirit
patch=1,EE,107973CE,extended,000003E7
patch=1,EE,107973CE,extended,000003E7
@vsub

In your revised codes, aren't line 1 and 3 of infinite health and both lines of infinite spirit doing the exact same thing?
Pages: 1 2