- Joined
- May 4, 2020
- Messages
- 58
- Reaction score
- 65
- First Language
- english
- Primarily Uses
- RMMV
KoTC Optimized Dynamic Music System MV / MZ Download Here!
Allows one to have a playlist of songs that is reusable for multiple maps, and designated through the map notes. If you add a music list with the name Plains then you would use thismap note to designate a map that plays a random song from that music list upon entry.
For example:
<KoTC Music List: Plains>
And it will play a random song from the list, looping the amount of times you chose for it, and after it is finished playing, it will choose another random song from the list.
! important Disable Autoplay BGM for maps you want dynamic music on !
= Plugin Commands and Script Calls ===
Plugin Command: EnableKoTCDynamicMusic
Script Call: EnableKoTCDynamicMusic();
Interupts the current BGM if one is active, and if the map has a designated music list, begins to play music from it.
Plugin Command: DisableKoTCDynamicMusic
Script Call: DisableKoTCDynamicMusic();
Interupts the current BGM if one is active, and prevents dynamic music from activating until enabled.
Terms of Usage: Free to use for commercial and non commercial use as long as you credit me. If you were to make a game commercially with my script id appreciate it if you messaged me about it.