;---------------------------------------------------------------------
[Characters]
;How to add characters
;---------------------
;Use the format:
; charname, stagefilename
;
;eg. For a player with filename "kfm",
; and stage filename "stages/mybg.def"
Blah blah blah..
;Insert your characters below.
kfm, stages/dojo.def
kfm, stages/hall.def
kfm, stages/town.def
kfm, stages/dojo.def
kfm, stages/hall.def
kfm, stages/town.def
[i]Skullman
SniperJoe, stages/stage.def[/i]
on the folder name part, could you explane that in better detail? i tried it and nothing happened_Manic_ said:Go to data\select.def - It's a .txt file. It should look like this when you find it.
Code:;--------------------------------------------------------------------- [Characters] ;How to add characters ;--------------------- ;Use the format: ; charname, stagefilename ; ;eg. For a player with filename "kfm", ; and stage filename "stages/mybg.def" Blah blah blah..
Look for this with CTRL + F, or just scroll down a bit to it:
Enter the name of the character's folder like these for example:Code:;Insert your characters below. kfm, stages/dojo.def kfm, stages/hall.def kfm, stages/town.def
Code:kfm, stages/dojo.def kfm, stages/hall.def kfm, stages/town.def [i]Skullman SniperJoe, stages/stage.def[/i]
i tried that.HxK Retro said:Ok, to make sure the music will play, put the mp3 or whatever music file you have and put one in your music folder and your stages folder. Hope It Helps!
_Manic_ said:I believe 2000 was the last one, but there's always Random Select.
The music code should look like this;
Code:[Music] bgmusic = music/TheLastBloodshed.MP3 bgvolume = 10
If I recall correctly, I got mp3's to work on MUGEN by replacing the mp3 decoder DLL with the one from Winamp_Manic_ said:It might be because it's an MP3 file itself. I've had trouble with MP3 files on MUGEN myself.
zeldagamer00 said:If I recall correctly, I got mp3's to work on MUGEN by replacing the mp3 decoder DLL with the one from Winamp_Manic_ said:It might be because it's an MP3 file itself. I've had trouble with MP3 files on MUGEN myself.
koni said:_Manic_ said:I believe 2000 was the last one, but there's always Random Select.
The music code should look like this;
Code:[Music] bgmusic = music/TheLastBloodshed.MP3 bgvolume = 10
Is'nt it supposed to be:
sound/TheLastBloodshed.MP3
bgvolume = 10
?
at least that's what it is in my mugen stages...
Oh and make sure the mp3 is in the "sound" folder.
mp3's always worked on my mugen and I never had to do anything...
hmm...
It depends on both sometimes._Manic_ said:I guess it might depend on either the computer or the screenpack, then.mp3's always worked on my mugen and I never had to do anything...
hmm...
MUGEN works fine on vista, try running MUGEN in compatibly modetime gear said:well i have vista, which is a lot better than before. but it might be the reason i cant hear the music?