π©Persona 5 Royal (PC) Mod Support
How to load modded files in P5R on PC - Updated 8/20/25
Background
The Switch/PC ports of Persona 5 Royal have become the most commonly modded version of P5, due to having the latest content, plus the convenience of running natively on PC. You will likely see less support for modding prior versions.
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 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.
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
)Download
CriFsLib.GUI.zip
and extract it somewhere on your PC.The first time you run the program, you may be required to install a .NET framework. Do so as prompted.
Open
BASE.CPK
and right click anywhere in the window to Extract All.If you don't have the space on your PC, you can use "Extract Selected" instead.
In this case, you can narrow down the list by searching for a term at the top of the window.
Hold Ctrl to select multiple files, or hold Shift to select a range of files in a row.
Do the same with the
EN.CPK
(or whichever language you use).
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.
Thanks to Persona Essentials, this also allows you to merge many different formats using various "File Emulation Frameworks," such as AWB, SPD, PAK, and even BF and BMD. However, unlike Aemulus Package Manager (used for the old version of P5), this merging isn't handled automatically. Mods must format files in a specific way to be picked up by the file emulator. See here for usage instructions.
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.
Download Reloaded-II and extract
Releases.zip
.Run
ReloadedII.exe
. You may need to first install a few .NET runtimes as prompted.Once ReloadedII is open, click the (+) button on the left of Reloaded-II. Navigate to where P5R is installed and add P5R.exe.
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.
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 additional flowscript functions.
There are also dozens of other, tinier differences too specific to list here.
Last updated
Was this helpful?