Creating a Music Mod

Requirements

Creating a Reloaded Mod

  1. Follow along with the official Reloaded II guide: https://reloaded-project.github.io/Reloaded-II/CreatingMods/
  2. On the section Mod Dependencies, look for and enable Persona Essentials. Also enable BGME Framework here, if you're using it.
  3. Continue and finish with the guide.
  4. Go to the game in Reloaded and enable your new mod.
  5. Select your mod in Reloaded, then click Open Folder. This folder is where all your mod's files will be placed.

Add a Music Script (BGME Framework)

  1. In your mod's folder, create a new folder and name it BGME.
  2. Inside that folder, right-click, select New, and select Text Document.
  3. Replace the entire name, including the .txt, with My Music Script.pme.
    • You can name it whatever you want, as long as the name ends with .pme.
  4. Select Yes when it asks you about changing the file extension.
  5. Double-click My Music Script.pme and open it with any text editor, like Notepad.

This is where you will add your music script. Music script changes apply in real-time, so you can make changes while the game is running.

If needed, you can also break up your music script into multiple files. BGME Framework will load all .pme music scripts found inside the BGME folder.

Continue: Phos Music Manager