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.
New music tracks can be used anywhere in the game, by anything. Music scripts, flowscript, even other code mods.
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).
Here's an example showing how you would add and use BGM ID 400.
FEmulator/AWB/BGM_42.AWB/400.adx
10000
to the BGM ID gives you: 10400
.10400
in your music script.