A set of assembly patches for Persona Q (USA) and Persona Q2 (USA).
Included patches:
-
MC Canon Names (
Names[.s|.hks]
) - For PQ/PQ2Patches the MC name functions to display the "canon" names. Normally the player can't fit some of these names in the name input boxes due to their length.
The set names are:
- P3MC -
Makoto Yuki
(PQ/PQ2) - P4MC -
Yu Narukami
(PQ/PQ2) - P3PMC -
Kotone Shiomi
(PQ2) - P5MC -
Ren Amamiya
(PQ2)
- P3MC -
-
Mod Support (
ModCpk[.s|.hks]
) - For PQ/PQ2Enables file replacement via a
mod.cpk
file.A
mod.cpk
file has to be present inromfs
when using themod.cpk
patch, otherwise the game will crash.An empty
mod.cpk
file (containing only an emptydummy.txt
file) is provided with eachmod.cpk
patch - replace it with your own if you want to replace game files.
Relevant Title IDs for this section:
- PQ (USA) -
0004000000123400
- PQ2 (USA) -
00040000001D7100
-
Download the latest release.
-
Create a mod directory for the game you are trying to patch (
sd:/luma/titles/<title_id>
). -
Place the files for the game you are trying to patch in the following paths:
sd:/luma/titles/<title_id>/exheader.bin sd:/luma/titles/<title_id>/code.bin sd:/luma/titles/<title_id>/romfs/mod.cpk
-
Launch the game.
-
Download the latest release.
-
Right click on the relevant game entry and select "Open Mods Location".
-
Place the files for the game you are trying to patch in the following paths:
<citra_vfs>/load/mods/<title_id>/exefs/code.bin <citra_vfs>/load/mods/<title_id>/exheader.bin <citra_vfs>/load/mods/<title_id>/romfs/mod.cpk
-
Launch the game.
- Setup Magikoopa.
- Dump
code.bin
andexheader.bin
from the game you are trying to patch. - Launch Magikoopa and set the working directory to the
pq
orpq2
patch folders, depending on the game you are trying to patch. Put the aforementionedcode.bin
andexheader.bin
files in the patch folder. - If you don't want to include some of the patches, move the relevant patch files out of the
source
folder in the working directory. - Click "Make and Insert". This should generate a patched
code.bin
andexheader.bin
in the patch folder. - See Usage for further instructions.