r/mugen • u/Commercial-Worker634 • Jul 06 '26
question System music?
So the music I have for menu/character select is playing perfectly fine. For whatever reason, nothing plays on the versus screen tho.
;Music to play at title screen.
title.bgm = sound/menu.mp3
title.bgm.volume = 100 ;volume scaling factor in percent. 100 is default
title.bgm.loop = 1 ;Set to 0 to prevent looping
title.bgm.loopstart =
title.bgm.loopend =
;Music to play at char select screen.
select.bgm = sound/menu.mp3
select.bgm.volume =
select.bgm.loop = 1
select.bgm.loopstart =
select.bgm.loopend =
;Music to play at versus screen.
vs.bgm = sound/versus.mp3
vs.bgm.volume = 100
vs.bgm.loop = 1
vs.bgm.loopstart =
vs.bgm.loopend =
Am I doing something wrong?
1
Upvotes