YesNoOk
avatar

Multiple Songs on a stage? *SOLVED* (Read 6161 times)

Started by Grigori, May 17, 2021, 12:06:25 am
Share this topic:
Multiple Songs on a stage? *SOLVED*
New #1  May 17, 2021, 12:06:25 am
I've seen it stated that you can assign more than one bg music track to a stage and it will select from them at random when the stage is selected, however I cannot find out how to do this nor do I see it stated in the stage.def files that come default with ikemen.

Is this actually not a feature, or have I just not figured out how to do it?

Any help is greatly appreciated.


EDIT: I found the information in ikemen plus(abandoned version?).
I thought simply adding more music in the stage .def would allow it to play more, but its actually required in the select file as well.

Select.def example: Stages/stagename.def, music=sound/musicname.mp3, music=sound/musicname.mp3 ect.

stage.def example:

[Music]
bgmusic = sound/musicname.mp3
bgmvolume = 100

;========================================================

;--------------------------------------------------------
[Music]
bgmusic = sound/musicname.mp3
bgmvolume = 100

;========================================================

Whether or not the code must be input this way or can be done another way I can't say as I've not tested other methods, but this does work.
Last Edit: May 17, 2021, 06:35:15 am by Grigori