opera-gaming / gxmods

Documentation for GX mods
800 stars 3.29k forks source link

Help. I don't want vertical mixing #20

Open MurderDKing opened 1 year ago

MurderDKing commented 1 year ago

Hello world! So, i was making a theme for myself and i've decided to put some musics that i choose, but when i loaded the mod into the browser, the musics started to play one above the other when i clicked on the screen. At first, i didn't know what was going on, but later i've discovered that GX uses vertical remixing to "achieve dynamic music in the browser" but i don't want that. Does enybody know how can i write my code to make my musics play one after the other?

Here's My code

manifest.txt

Thank you for your time.

themaciekk commented 1 year ago

If more than one music file is provided in background_music it will be used for vertical mixing. There's no way of turning that feature off. You can either provide just one file or if you want songs to play one after another you would need to user other application to concatenate those songs to create one long version.

MurderDKing commented 1 year ago

Thank you very much

AquaCobell commented 1 year ago

would be cool to get more triggers for music in the future so we can play music depending on time, or other things.