Finding P5's PPU hash

Getting started

Run RPCS3 and boot up P5 for a minute.

Once your game is loaded, close out of the emulator. It may warn you that you are closing both the game and emulator without saving. That’s fine, since all we want is the game to boot up.

Open your RPCS3 folder, find a file called RPCS3.log. If you don’t have extensions enabled, it’s the notepad icon with the name RPCS3.

Open it with your text editor of choice, I went with Notepad. You can also use VSCode instead if you’d like.

Locating the PPU-Hash

Next go to Edit > Find. This will open the Find window as shown below.

In the Find window, look up “PPU executable hash:”, set the direction to “Down” if it isn’t already, then click the “Find Next” button.

The first entry should be the P5’s PPU hash, copy that and paste it to another file where you can reference it again.

Last updated