Posts: 6
Threads: 1
Joined: Sep 2014
Reputation:
0
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?
Sponsored links
Posts: 21.719
Threads: 401
Joined: Sep 2013
Reputation:
475
Location: 私の夢の中
Post the cheats. As they are in your pnach.
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Posts: 6
Threads: 1
Joined: Sep 2014
Reputation:
0
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
Posts: 21.719
Threads: 401
Joined: Sep 2013
Reputation:
475
Location: 私の夢の中
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.
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Posts: 6
Threads: 1
Joined: Sep 2014
Reputation:
0
Posts: 6
Threads: 1
Joined: Sep 2014
Reputation:
0
another question, can you revert the cheats to the previous state to play the game as normal afterwards?
Posts: 21.719
Threads: 401
Joined: Sep 2013
Reputation:
475
Location: 私の夢の中
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.
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
Posts: 6
Threads: 1
Joined: Sep 2014
Reputation:
0
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
Posts: 8.030
Threads: 278
Joined: Feb 2009
Reputation:
344
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
Posts: 21.719
Threads: 401
Joined: Sep 2013
Reputation:
475
Location: 私の夢の中
@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?
Gaming Rig: Intel i7 6700k @ 4.8Ghz | GTX 1070 TI | 32GB RAM | 960GB(480GB+480GB RAID0) SSD | 2x 1TB HDD
|