[Mods]Background music broken with custom mod.
-
SmaugTheDaug last edited by
I just started making my own mod but when it came to testing for some reason if I left click it plays a couple of seconds of the next song in the list then fades out again. It does this over the top of the music that should be playing so the music I want stays the whole time. I couldn't find anyone else who had an issue with this so I wondering if someone here would be able to help.
-
burnout426 Volunteer last edited by
See https://github.com/opera-gaming/gxmods/blob/main/documentation/mods.md and the background music section. Specifically, see the link on vertical remixing. Each music file you have for background music is supposed to be mixed together based on activity. They're not supposed to play one after the other.
-
SmaugTheDaug last edited by
@burnout426 I still don't quite understand how to stop/turn of this feature.
-
burnout426 Volunteer last edited by
@smaugthedaug See https://github.com/opera-gaming/gxmods/blob/main/documentation/Mod_Template/manifest.json#L18. I assume you have 4 different background music files (or at least 2) and when you click, one or more of the other ones starts mixing in with the first background music track.
If that's the case, only specify 1 background music file.
Now, if you want more than one song in a single background music file, use https://www.audacityteam.org/ for example to combine them into the single file.
-
SmaugTheDaug last edited by
@burnout426 Thank you. I think I understand the problem and how to fix it now. Thanks for the help.
-