- What permissions do you give others to modify and/or maintain your submission?
- Modify: YES - Maintain: YES - I give permission for my entire submission to be modified by others or used in their own work. I give permission for my entire submission to be maintained by others as well.
- I made sure my file(s) follow the Submissions Guidelines
- Yes
- I named my file(s) correctly (see Filename Conventions)
- Yes
Introducing Super Music! The mod that some people may have been waiting for, it allows you to customise the music used for your Super Form.
The command is supermusic, which sets your super music. Super Music also saves and loads and can be changed for different characters.
View attachment srb20005.gif
The only error I know of right now is that if you set the value to something that isn't there then nothing plays. It's a common error with the base game's tunes command, and there's nothing I can really do about it.
Super Music Compatibility:
The command is supermusic, which sets your super music. Super Music also saves and loads and can be changed for different characters.
View attachment srb20005.gif
The only error I know of right now is that if you set the value to something that isn't there then nothing plays. It's a common error with the base game's tunes command, and there's nothing I can really do about it.
Super Music Compatibility:
Super Music has mod support! To add compatibility to your characters (If you don't want custom super music to be overriden), you need to type:
Note that this variable is the same as CrossMomentum's so that if your character already has CrossMomentum Hyper compatibility, you don't need to code in compatibility again.
Lua:
if supermusic then
player.hassupermusic = true
end