YesNoOk
avatar

adding mp3 to screens (Read 270 times)

Started by Deathmaster8000, July 13, 2009, 12:07:32 pm
Share this topic:
adding mp3 to screens
#1  July 13, 2009, 12:07:32 pm
  • avatar
I keep trying to figure out on my own how to add title music so I can try to customize MUGEN a bit more with my own music, but so far it's been an absolute fail each time. I think it might be due to something in the .cfg file, but I don't know if I'm completley wrong or not. If somebody could help me with this real quick, I'd be very thankful :P And I can bake cookies :P
Re: adding mp3 to screens
#2  July 13, 2009, 02:56:40 pm
  • avatar
i think you have to put the music into the sound file in the mugen then copy the name of the song and paste it into the select part where you put the characters and stages in the music is in there i forgot how far down the page it is though :(
Re: adding mp3 to screens
#3  July 13, 2009, 07:41:56 pm
  • ******
    • www.mugenguild.com/pots/
It's in system.def under [Music], you just write the file path of each mp3 there.
Use anything you want from my works.  If you need to contact me use email, not private messages.
Re: adding mp3 to screens
#4  July 13, 2009, 10:46:48 pm
  • avatar
it still won't work

[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 to play at title screen.
title.bgm = sound/Kuruttomawatteikkaiten.mp3
title.bgm.loop = 1        ;Set to 0 to prevent looping *2001.04.01 NEW*
  ;Music to play it char select screen.
;select.bgm = data/select.mp3
;select.bgm = data/select.mp3
select.bgm = sound/ttaf_mario_paint.mp3
select.bgm.loop = 1       ;*2001.04.01 NEW*
  ;Music to play at versus screen.
vs.bgm = sound/vs.mp3
vs.bgm.loop = 1           ;*2001.04.01 NEW*


did I do something wrong here?