..:: PCSX2 Forums ::..

Full Version: Cheats Not Working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello!  I am using 1.4.0, and I pulled a file from online for KH Cheats.  I have been trying to activate them, but they will not work.  I've attached the file that I've placed in both cheats and cheats_ws.  I have also marked "Enable Cheats," but still, none of the cheats works.  Help would be great!
Please post the contents of the emulog.txt file after the problem occurs. The file can be found in "My Documents\PCSX2\logs" for the installer version or in "PCSX2\logs" for the portable/binary version.

Please make sure to enclose your emulog in code tags like so (remove the empty space on the closing code tag!):
[code]
Pasted emulog goes here
[ /code]
(12-20-2018, 07:09 PM)jesalvein Wrote: [ -> ]Please post the contents of the emulog.txt file after the problem occurs. The file can be found in "My Documents\PCSX2\logs" for the installer version or in "PCSX2\logs" for the portable/binary version.

Please make sure to enclose your emulog in code tags like so (remove the empty space on the closing code tag!):
[code]
Pasted emulog goes here
[ /code]

Sorry about that!  Thank you!
You only need to place it in cheats, not cheats_ws. So remove it from the WS folder.

Also, all the codes in that pnach file are disabled. As seen here for an example:

Code:
//Have All 101 Dalmatians
//patch=1,EE,003F3393,extended,000000FF
//patch=1,EE,203F3394,extended,FFFFFFFF
//patch=1,EE,203F3398,extended,FFFFFFFF
//patch=1,EE,203F339C,extended,FFFFFFFF

Remove // in front of the patch=1,EE lines to enable them. Like below:

Code:
//Have All 101 Dalmatians
patch=1,EE,003F3393,extended,000000FF
patch=1,EE,203F3394,extended,FFFFFFFF
patch=1,EE,203F3398,extended,FFFFFFFF
patch=1,EE,203F339C,extended,FFFFFFFF
(12-21-2018, 12:28 PM)Ryudo Wrote: [ -> ]You only need to place it in cheats, not cheats_ws. So remove it from the WS folder.

Also, all the codes in that pnach file are disabled. As seen here for an example:

Code:
//Have All 101 Dalmatians
//patch=1,EE,003F3393,extended,000000FF
//patch=1,EE,203F3394,extended,FFFFFFFF
//patch=1,EE,203F3398,extended,FFFFFFFF
//patch=1,EE,203F339C,extended,FFFFFFFF

Remove // in front of the patch=1,EE lines to enable them. Like below:

Code:
//Have All 101 Dalmatians
patch=1,EE,003F3393,extended,000000FF
patch=1,EE,203F3394,extended,FFFFFFFF
patch=1,EE,203F3398,extended,FFFFFFFF
patch=1,EE,203F339C,extended,FFFFFFFF

Oh, I can't believe I missed that.  I feel so stupid.  Thank you so much!!!