Finding P5EX's patch's PPU-hash

One of the most critical steps is to ensure that the PPU hash of the patches matches with the hash of P5.

Finding the PPU hash

Go to your P5EX_PRX_PATCH > patches.

Inside is a file titled: “patch.yml”, open it in the text editor of your choice. In my case, I used VSCode.

If this is your first time seeing this, don’t worry. What’s important is finding the PPU hash that’s found in this file.

Navigate to Edit > Find, this will open the find window. (Shortcut is Ctrl + F on Windows). Now search for: PPU

There should be two hits in the search results.

Please keep your patch.yml open as this is necessary for the next few steps in the guide.

Where to next?

We need to find P5's PPU hash so that we can compare it with P5EX's patch's PPU hash, which thankfully is the next page of this guide.

If you know how to find the PPU hash of P5 you can jump directly to Comparing hashes:

pageComparing Hashes

Last updated