⚠️ WORK IN PROGRESS!⚠️
THERE WILL BE BUGS!
Currently supports
- All stages
- Main menu
- Online menu
- VS screen
- Victory themes
- If multiple songs are in a folder, it randomly selects one each time that stage is played
- Loop points
- Song Packs
- Option in the config file to include original songs in random song selection. The config file is generated the first time you run the mod and is in
BepInEx/config/megalon.nasb2_custom_music_mod.cfg
See the README for install instructions.
Report a bug here on GitHub, or ping me in the Discord
Changelog
v0.5.0
- Added Song Pack support!
- Song Packs from NASB1 are supported, but invalid stage / menu / char names are ignored. For example "MainMenu" still works, but "Omashu" is ignored because that stage doesn't exist in NASB2. You could rename the file to another stage if you want to still use it!
- A template pack is generated at
BepInEx/CustomSongs/_Song Packs/_Template
. This template is not loaded into the game! Duplicate the folder and rename it to make your own pack!
See the Song Packs section in the README for more info
v0.4.0
- Added support for loop points!See the Loop Points section in the README for more info
v0.3.1
- Typo fix: GrandmaGerti -> GrandmaGertie
v0.3.0
- Generate victory theme folders for all playable characters
- Intercept victory theme music and play a random song from the folder if present
- If no song is present play the default music
v0.2.0
- Fixed results music not playing
- Fixed VS music not playing after first play
- Fixed menu music not randomizing after startup
- Fixed unpredictable loop points
- Fixed some items such as the Giant Slime Canister causing the music to stop playing
- Re-organized song loading and music manager
Known issues:
- Custom VS music is picked once then isn't randomized again until game is restarted
v0.1.1
- Fixed "mx_fooddream" typo causing custom songs to not load for that stage
v0.1.0
- Initial release