![]() |
![]() +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker VX/VXAce (RGSS2/3) Engines (https://www.save-point.org/forum-117.html) +---- Thread: ![]() |
PlayMusik VX + ACE - kyonides - 11-16-2023 PlayMusik
VX + ACE
by Kyonides
Introduction It is just a simplistic music jukebox script. This script offers you a curious wave effect if you set the BACKDROP_EFFECT constant to :blur in the PlayMusik module below. It will be active as long as any song is playing in the background. This is how you can add as many songs (BGM's) as deemed necessary. In the module you can find a constant called BGM_LIST. There add a new entry by typing: Code: BGM_LIST[:some_key] = ["Intro Theme", "Theme1", 40, 100] ...and that's it! The song will be available during gameplay. To let the player add any song to his or her playlist, call this: Code: $game_system.add_song(:some_key) ...and that's all, folks! ![]() Terms & Conditions Free for use in any game. ![]() Due credit is mandatory. That's it! ![]() |