Using New Music

BGM limits are (mostly) no more! All three Persona games now support adding new music, with only Persona 4 Golden still having a hard limit.

Universal BGM Unlock

New music tracks can be used anywhere in the game, by anything. Music scripts, flowscript, even other code mods.

Persona 5 Royal

BGME Framework adds 10,000 new music tracks for use. Place new audio tracks in FEmulator/AWB/BGM_42.AWB/, with a BGM ID between 0 up to 9999.

To use a new audio track, add 10000 to its BGM ID, then use that value in your music script (or anywhere else).

Example

Here's an example showing how you would add and use BGM ID 400.

  1. Place a music file at: FEmulator/AWB/BGM_42.AWB/400.adx
  2. Adding 10000 to the BGM ID gives you: 10400.
  3. Play the new music by using 10400 in your music script.