🎩Persona 5 Royal (PC) Mod Support

How to load modded files in P5R on PC - Updated 8/20/25

Background

Persona 5 Royal is a re-release of Persona 5, originally launched on PS3 and PS4 in 2019 (2020 in the west). Just like its predecessor, it's a JRPG with life-sim and dungeon crawling elements that involves summoning and fusing a party of Personas.

It features many quality of life improvements and a longer campaign, and has recently been ported to PC and Switch.

Dumping Files (Optional)

In the CPK folder, .CPK files (CRIWare archives) are used to store the game's assets.

In order to create your own mods, you'll want a copy of the game's unpacked files to work with. If you'll only be installing mods created by other users, you don't need to worry about this.

  1. Find the game's directory. In your Steam library, you can right click P5R and choose Manage > Browse Local Files. (e.x. C:\Games\Steam\steamapps\common\P5R)

  2. Download CriFsLib.GUI.zip and extract it somewhere on your PC.

    1. The first time you run the program, you may be required to install a .NET framework. Do so as prompted.

  3. Open BASE.CPK and right click anywhere in the window to Extract All.

    1. If you don't have the space on your PC, you can use "Extract Selected" instead.

    2. In this case, you can narrow down the list by searching for a term at the top of the window.

    3. Hold Ctrl to select multiple files, or hold Shift to select a range of files in a row.

  4. Do the same with the EN.CPK (or whichever language you use).

You can think of BASE.CPK and EN.CPK like zip folders that contain the game's many files. They are very compressed, so once unpacked, the contents become much larger. The unpacked files end up being about 62 GB in total, so make sure you have enough space free on your hard drive.

Setting Up Reloaded II Mods

Thanks to Sewer56 and Lipsum (zarroboogs), Persona 5 Royal on PC now has support for loading modded files via Reloaded II mods, bypassing the need to repack BASE.CPK and use EN.CPK for mods.

Once you follow these steps, you'll also be able to skip the opening logos and run the game even when the window is unfocused. You can also toggle each of these features in the mod's settings.

  1. Download Reloaded-II and extract Releases.zip.

  2. Run ReloadedII.exe. You may need to first install a few .NET runtimes as prompted.

  3. Once ReloadedII is open, click the (+) button on the left of Reloaded-II. Navigate to where P5R is installed and add P5R.exe.

  4. Once P5R is added, go to the mod browser (the first icon in the top left of Reloaded-II) and download any mod. Persona Essentials will install automatically.

Creating Mods

Please refer to this series of blog posts for details on making your own P5R mods. The first entry focuses on getting set up in Reloaded-II and testing it with simple file swaps. Other installments of the guide cover the usage of various File Emulation Frameworks, as well as sound conversion, model importing, and more.

At the time of writing, the tutorial series isn't fully completed. You can check its completion status here.

Porting Existing Mods

While a lot of things are the same between the PS4 version of P5R and the new ports, there are some major differences you need to take into account.

  • The contents of most .PAC files are now loosely distributed.

  • File paths are in uppercase now, but the game will still load lowercase files/folders.

  • .GNF textures (used for Thieves Den images, bustups, and field textures) are now .DDS.

    • Texture .BIN files no longer use headerless .DDS.

  • The audio format is still .ADX, but .ACB/.AWB/.USM encryption keys have changed.

There are also dozens of other, tinier differences too specific to list here.

Last updated

Was this helpful?