📁
How to install P5EX
  • Introduction
  • Getting Started
    • Prerequisites
    • Setup
      • Enabling Debug Console mode
      • Moving Files to P5 USRDIR directory
  • Installing P5EX's Patches
    • Do I need to install P5EX's patch?
      • Finding P5EX's patch's PPU-hash
      • Finding P5's PPU hash
    • Comparing Hashes
    • P5EX Patch Installation
      • Generating RPCS3's patch file
      • RPCS3 Patch File
      • Applying P5EX Patch (Finally)
  • Installing P5EX
    • Aemulus Package Manager
      • P5 Config Setup
      • Unpacking Files
    • Adding P5EX
      • Adding Fix Softlock for Community Patches
    • Building mod.cpk
  • Other
    • Downloads Page
    • DLC Check
    • FAQ
  • P5 Utilities
    • Shujynx's Guide on P5 Modding Utilities
  • Special Thanks
Powered by GitBook
On this page
  • Hashes match
  • Hashes do not match
  • Save patch.yml

Was this helpful?

  1. Installing P5EX's Patches

Comparing Hashes

PreviousFinding P5's PPU hashNextP5EX Patch Installation

Last updated 3 years ago

Was this helpful?

We have to make sure that the two hashes in patch.yml and P5's hash that we found in the previous step match.

Hashes match

Sweet! You can jump to the next part and install P5EX's patch into P5! Click on the link below to get started.

Hashes do not match

That means the patches are going to work for a different version of the game. Luckily, this can be fixed easily by replacing the PPU hashes in P5EX_PRX_PATCH’s patch.yml with P5’s hash.

Replacing the patch's PPU hash with P5's PPU hash by using VSCode's replace function.

Save patch.yml

Save the patch file but don't close the file window.

However, you can now close the file where you stored P5's hash.

P5EX Patch Installation