PCSX2 has its own in-built cheat system, which uses .pnach files to enable cheat codes. A .pnach file is written in plain text and can be edited with any text editor. These cheat files are either saved in your ‘Documents’ or in your PCSX2 Installation folder, depending on your version of PCSX2.
The game I am playing is an.iso of Kingdom Hearts 2: Final Mix + with an English patch installed from this website. Here is a screenshot of my console log from launching the game, to the title screen, and then closing the game. Here is a link to my.pnach file so someone can take a look at it and figure out what the problem is. Use Omniconvert to convert your codes to a format the emulator can recognize 6. Add the code to the.pnach file using the format I show 7. Test your code to see if it works in game. The first step is figuring out what the CRC code is for the game you're playing. Kingdom Hearts 2 Pnach File Download. Registered users can also use our File Leecher to download files directly from all file hosts where it was found on. From basch07 (; 17KB) Kingdom Hearts 2 final mix complete, Critical mode, new secret ending available in theatre mode, lvl 99, stats high From DarkHelmet543 (; 17KB) Slot 5 - Save Before First Encounter w/ Enigmatic Soldier (ES) - Critical Mode - Sora LV49 - Head to the Hall of Cornerstone for the fight of your life! From basch07 (; 17KB) Kingdom Hearts 2 final mix complete, Critical mode, new secret ending available in theatre mode, lvl 99, stats high From DarkHelmet543 (; 17KB) Slot 5 - Save Before First Encounter w/ Enigmatic Soldier (ES) - Critical Mode - Sora LV49 - Head to the Hall of Cornerstone for the fight of your life!
Creating the .pnach cheat file
First things first: Open PCSX2 and at the ‘System’ Tab click on ‘Enable Cheats’. Afterwards go to the ‘Misc’ Tab and enable ‘show console’. Your Cheat file, which is stored in your Documents/PCSX2/cheats, has to be named after the CRC of your game. Start up your game and look in the console for a bold, blue line. It should say “Game CRC = 0xF37281F” somewhere in the middle, copy out the Number/Letter Combination after 0x. Now go into your cheat folder and create a .pnach file with these numbers. ( Here in this example: F37281F.pnach ) PCSX2 only loads the cheat file that is named exactly after your games’ CRC code.
Every game has a different code! These CRC Codes will change if you mod your game.iso!
Now open your file and copy in these 2 lines:
gametitle=Your Game Title
comment=Comments about this Cheat File
These should be the first 2 lines in all of your cheat files. It helps you at identifying game-names and cheat-files. They don’t have to be exactly the name of your .iso gamefile, they can be anything you want.
Cheating
Cheat codes are always written in a specific template:
// Change Sora into Roxas
patch=1,EE,address,extended,input
patch=1,EE,21A808C4,extended,00000101
// This is a comment
It’s good to put the Description of your Cheats infront of it with a double slash // infront of it.
// Means that the current line is a comment, and it won’t be executed. Put it infront of a cheat to disable it. It’s good to write the name of your cheat with // above the actual code, without it you’ll be lost in your own cheats.
Kingdom Hearts 2 Pnach File Download
Explanation of the Cheat lines:
patch=1 means that the code will be applied
EE is where the code will be applied, in this case the CPU (aka. EmotionEngine)
21A808C4 is which address will be modified. This is always 8 Digits long.
extended is the type of input, but extended is the best option for every code so don’t change it
00000101 is the new data that is stored in this address. This is 8 Digits long aswell, or it won’t fit into the Address.
Kingdom Hearts 2 Final Mix Pnach File Download
My own cheat file looks like this:
Pcsx2 Pnach File Persona 4
gametitle=Kingdom Hearts 2 Final Mix
comment=Cheaterinos
//Enable Code
patch=1,EE,F02F5EF8,extended,002F5EFB
//Widescreen mode
patch=1,EE,203A7BBC,extended,3F19999A
patch=1,EE,2036A0B8,extended,43C00CCD
patch=1,EE,2037153C,extended,3F19999A
patch=1,EE,2036A0F0,extended,3F19999A
If you want more cheats visit the Resource Section
Pcsx2 Pnach File
Thanks for reading!