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 And I can bake cookies
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
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.mp3title.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.mp3select.bgm = sound/ttaf_mario_paint.mp3select.bgm.loop = 1 ;*2001.04.01 NEW* ;Music to play at versus screen.vs.bgm = sound/vs.mp3vs.bgm.loop = 1 ;*2001.04.01 NEW*did I do something wrong here?