YesNoOk
avatar

stage Musics don´t Loop, Select music won´t play.. (Read 2662 times)

Started by jeffrei, May 02, 2014, 02:27:06 am
Share this topic:
stage Musics don´t Loop, Select music won´t play..
#1  May 02, 2014, 02:27:06 am
  • *
  • Mugen fan since old DOS version 0731
Hi guys,

i´m having some problems with music here... (mugen 1.0)

here:

1) My musics play ok, during the fight... but, when the music is over.. it doesn´t restart.. (Loop)

2) The Screenpacks Title/Select/versus musics won´t play..

Is it Plugin problem? if so, where can i get acurate Mugen 1.0 Plugins?

for question "2)".. why Mugen 1.0 plays stagemusics, but won´t play those ones..??


Plz help!!

Thanks!!!
Re: stage Musics don´t Loop, Select music won´t play..
#2  May 02, 2014, 06:03:19 am
  • ****
  • Nothing is impossible if you believe
    • Philippines
    • tier-1.co/madlax
1) My musics play ok, during the fight... but, when the music is over.. it doesn´t restart.. (Loop)
1.) Open Mugen folder then click on "stages" folder.
2.) Open the stage that in which the music doesn't loop back, for example: stage0.def and press "ctrl+f" and type [Music]. You will be directed to this line:
Code:
[Music]
bgmusic = sound/Strike the Blood - Strike the Blood.mp3
bgmloopstart = 1 <------------- Add this code
bgmloopend = 0
bgvolume = 255


2) The Screenpacks Title/Select/versus musics won´t play..
For this problem try this:
1.) Open Mugen Folder, and click data folder.
2.) Open "system.def" file press "ctrl+f" and type [MUSIC]. Again! it will direct you on this line:
Code:
[Music]
title.bgm = <------------- Is this blank on your system.def file?
title.bgm.volume = 100   
title.bgm.loop = 1
title.bgm.loopstart =
title.bgm.loopend =
  ;Music to play at char select screen.
select.bgm = <----------- Is this blank on your system.def file?
select.bgm.volume =
select.bgm.loop = 1
select.bgm.loopstart =
select.bgm.loopend =
  ;Music to play at versus screen.
vs.bgm =
vs.bgm.volume =
vs.bgm.loop = 0
vs.bgm.loopstart =
vs.bgm.loopend =
  ;Music to play at victory screen.
victory.bgm =
victory.bgm.volume =
victory.bgm.loop = 0
victory.bgm.loopstart =
victory.bgm.loopend =

3.) If it's blank try adding sounds of your choice, and it should be like this:
Code:
title.bgm = sound/Title.mp3
vs.bgm = sound/Versus.mp3

4.) If the MP3 file is at the data folder your code should be look like this:
Code:
title.bgm = Title.mp3
vs.bgm = Versus.mp3

I hope this solves your sound problem.
Re: stage Musics don´t Loop, Select music won´t play..
#3  May 02, 2014, 08:13:07 pm
  • *
  • Mugen fan since old DOS version 0731
Hey thanks for the help!

here are some of the lin codes..
(inside Data folder, i have some screenpacks folder..they are working fine, but without the songs..)
---------------------------------------------------------------------------------
[Music]
 
title.bgm = data/KOFORIGINAL/KOF2003Presentiment(MultiEnding2).ape
title.bgm.loop = 1

select.bgm = data/KOFORIGINAL/PlayerSelect.ape
select.bgm.loop = 1
 
vs.bgm = data/KOFORIGINAL/vs.ape
vs.bgm.loop = 0

i switched from "ape" extension to "mp3".. it worked...
i have "in_ape" plugin .. i thought this would work...  does it work diferent now in 1.0?

or maybe my plugins are not good for 1.0...  do you know where can i get proper plugins for 1.0?

------------------------------------------------------------------------------------


as for the "bgmloopstart"... do you know any program to add this line automaticaly?
it´s just that i have 1.535 stages... and adding this line one at a time, will be such a hassle...

:o


thanks again!
Re: stage Musics don´t Loop, Select music won´t play..
#4  May 02, 2014, 11:44:52 pm
  • ****
  • Still lurks regularly, but posts once a blue moon
    • Canada
i switched from "ape" extension to "mp3".. it worked...
i have "in_ape" plugin .. i thought this would work...  does it work diferent now in 1.0?

or maybe my plugins are not good for 1.0...  do you know where can i get proper plugins for 1.0?

I don't think you can install plugins for 1.0 (IIRC, there was no place to add new plugins in the new Mugen.cfg)
So you're only able to use mp3, ogg or midi files for audio. (Unless there's more file options?)
Re: stage Musics don´t Loop, Select music won´t play..
#5  May 03, 2014, 04:34:33 am
  • ****
  • Nothing is impossible if you believe
    • Philippines
    • tier-1.co/madlax
i switched from "ape" extension to "mp3".. it worked...
i have "in_ape" plugin .. i thought this would work...  does it work diferent now in 1.0?
I don't know about this, never tried changing extensions on 1.0 before. Since my mp3 plugin works fine.

as for the "bgmloopstart"... do you know any program to add this line automaticaly?
it´s just that i have 1.535 stages... and adding this line one at a time, will be such a hassle...
And I don't know, I add them manually.

Re: stage Musics don´t Loop, Select music won´t play..
#6  May 10, 2014, 06:44:44 pm
  • *
  • Mugen fan since old DOS version 0731
guess i´ll have to do it manually... damn.. LOL

and i´ll change all songs to MP3 format, this will work.

Thanks MadLax and vgma2 for all the help!!

Re: stage Musics don´t Loop, Select music won´t play..
#7  May 11, 2014, 03:54:25 am
  • ****
  • Nothing is impossible if you believe
    • Philippines
    • tier-1.co/madlax
No problem.