Yeah first time attempting to use RPG Maker XP (that I had to buy off Steam) and am already disheartened at the inability to use custom music due to that stupid Midi requirement, then I found this plug in bundle. But your installation instructions are a tad too unfinished to follow. I am looking at the Script Editor right now but even after finding the section that mentions music I see no spot that even matches the first line of "def load_bgm_list" in your how to change. I don't even see a section mentioning a BGM List.
This is what "Play Background Music", the first section that mentions music, looks like;
def bgm_play(bgm)
@playing_bgm = bgm
if bgm != nil and bgm.name != ""
Audio.bgm_play("Audio/BGM/" + bgm.name, bgm.volume, bgm.pitch)
else
Audio.bgm_stop
end
Graphics.frame_reset
end
Furthermore, trying to just drag and drop the "Window)BGMlist.rb" file into the system just caused my project to close with the excuse of "Expected File Format".
Yeah first time attempting to use RPG Maker XP (that I had to buy off Steam) and am already disheartened at the inability to use custom music due to that stupid Midi requirement, then I found this plug in bundle. But your installation instructions are a tad too unfinished to follow. I am looking at the Script Editor right now but even after finding the section that mentions music I see no spot that even matches the first line of "def load_bgm_list" in your how to change. I don't even see a section mentioning a BGM List.
This is what "Play Background Music", the first section that mentions music, looks like;
def bgm_play(bgm)
@playing_bgm = bgm
if bgm != nil and bgm.name != ""
Audio.bgm_play("Audio/BGM/" + bgm.name, bgm.volume, bgm.pitch)
else
Audio.bgm_stop
end
Graphics.frame_reset
end
Furthermore, trying to just drag and drop the "Window)BGMlist.rb" file into the system just caused my project to close with the excuse of "Expected File Format".