[XP] Split BGM into two parts.

Started by PrinceEndymion88, June 03, 2015, 04:48:34 pm

Previous topic - Next topic

PrinceEndymion88

Currently to each map can be associated a BGM (.ogg or .mp3 or .wav) that will be repeated endlessly after they finish playing until you'll go to a map with a different BGM.
What I seek is a script that allows to have not one but two BGM for every map. The first file (for example Sad_Theme_01.ogg) will represent the introduction, while the latter file (for example Sad_Theme_02.ogg) will represent the next part which will be repeated indefinitely, until you'll go to a map with a different BGM.
I do not know if such a thing already exists or is feasible, but I hope so :)

KK20

June 03, 2015, 05:23:51 pm #1 Last Edit: June 03, 2015, 05:26:39 pm by KK20
It sounds like you just want to be able to choose a loop point in your songs, not use two BGM files. I've used something like this: http://save-point.org/thread-2591.html

But then I switched to FMod.

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

PrinceEndymion88

Ooooh *^* you have a solution for all XD I'll give a look to the script, it seems to be what I'm searching for.

PrinceEndymion88

UP! I've configured it, but sometimes the script doesn't work properly...=(