DeathChaos25 / PQ_Patches

A set of assembly patches for Persona Q (USA) and Persona Q2 (USA)
11 stars 2 forks source link

Persona Q/Q2 (US) Patches

A set of assembly patches for Persona Q (USA) and Persona Q2 (USA).

Included patches:

Usage

Relevant Title IDs for this section:

3DS (Luma3DS)

  1. Download the latest release.

  2. Create a mod directory for the game you are trying to patch (sd:/luma/titles/<title_id>).

  3. 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
  4. Launch the game.

Citra

  1. Download the latest release.

  2. Right click on the relevant game entry and select "Open Mods Location".

  3. 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
  4. Launch the game.

Building

  1. Setup Magikoopa.
  2. Dump code.bin and exheader.bin from the game you are trying to patch.
  3. Launch Magikoopa and set the working directory to the pq or pq2 patch folders, depending on the game you are trying to patch. Put the aforementioned code.bin and exheader.bin files in the patch folder.
  4. 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.
  5. Click "Make and Insert". This should generate a patched code.bin and exheader.bin in the patch folder.
  6. See Usage for further instructions.

Acknowledgements