YesNoOk
avatar

how do i put in music for mugen (Read 25896 times)

Started by nammer604, July 23, 2009, 10:49:30 pm
Share this topic:
how do i put in music for mugen
#1  July 23, 2009, 10:49:30 pm
  • avatar
how do i put music in mugen?
Re: how do i put in music for mugen
#2  July 24, 2009, 03:08:48 am
  • avatar
  • *
  • How Come I can't be in SF4?
There are a few ways to approaching this extra.

If you want to put it on the menu, select screen and versus...

[Music]
 ;Put a filename for a MOD, MP3 or MIDI here, or just leave it
 ;blank if you do not want music. If an invalid filename is
 ;given, then no music will play. To play CD audio, put
 ;the track number followed by ".da". For example, to play
 ;track 3 from a music CD at the title screen, use:
 ;  title.bgm = 3.da
 ;To play mymusic.mp3 from the sound/ directory, put:
 ;  title.bgm = sound/mymusic.mp3
 ;Music will continue to play between screens if the files names
 ;are the same, and both BGMs are specified to loop.
  ;Music to play at title screen.
title.bgm = sound/firefield.mp3
title.bgm.loop = 1        ;Set to 0 to prevent looping
  ;Music to play at char select screen.
select.bgm = sound/firefield.mp3
select.bgm.loop = 1
  ;Music to play at versus screen.
vs.bgm = sound/firefield.mp3
vs.bgm.loop = 1

THis is in System.def found in data folder. As you see, put your music in the sound folder, and then you go to the music section of your system.def file, and put sound/(insert song).mp3 in the .bgm slot desired. I usesd SSBB's Fire Field.

For Characters,

kfm, stages/mybg.def, music=sound/song.mp3

Here, go to select.def, and choose your desired character for the song. Put a comma (,) and then a space, and type music=sound/(insert song).mp3, and you have his/her song.

For Stages,

[Music]
bgmusic  = sound/GLedit.mp3
bgvolume = 220

For your stages, choose a desired stage's .def file, and go down until you see a Music area like so. Type your sound/(and of course your music), and even set the volume below the bgmusic slot.

That should cover it.  :2thumbsup:
My Hyper Tornado is as good as Tetsumaki Shempyuken, but I can't get in?