Chaos Project

RPG Maker => RPG Maker Scripts => Script Requests => Topic started by: PrinceEndymion88 on June 03, 2015, 04:48:34 pm

Title: [XP] Split BGM into two parts.
Post by: PrinceEndymion88 on June 03, 2015, 04:48:34 pm
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 :)
Title: Re: [XP] Split BGM into two parts.
Post by: KK20 on June 03, 2015, 05:23:51 pm
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.
Title: Re: [XP] Split BGM into two parts.
Post by: PrinceEndymion88 on June 03, 2015, 05:30:48 pm
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.
Title: Re: [XP] Split BGM into two parts.
Post by: PrinceEndymion88 on July 21, 2015, 01:03:33 pm
UP! I've configured it, but sometimes the script doesn't work properly...=(