Free Web Hosting Provider - Web Hosting - E-commerce - High Speed Internet - Free Web Page
Search the Web

In an effort to provide help to people who have problems with mugen or characters here is the faq section which will answer commonly asked questions:

Q. Where do I download Mugen?
A.
Go to www.elecbyte.com and there you will find it.

Q. How do I install new characters?
A. Go to the folder in your mugen directory called Data, inside this you will find a file called select.def. Open this file using a text editor such as Wordpad. Now scroll down the text document until you find something that looks like this:

[CHARACTERS]
goku-n-hd, random
broli, stages/rocks.def
kfm, stages/kfm.def

Then add a new line saying the name of the folder of the character like so:

[CHARACTERS]
goku-n-hd, random
broli, stages/rocks.def
kfm, stages/kfm.def
trunksn, random

Now the character is selectable.


Q. How do I install new stages?
A. Open up the select.def file and scroll down until you find something that says:

[EXTRA STAGES]
stages/stage0.def
stages/kfm.def
stages/tenkaichi.def
stages/namek.def

And add the name of the stage you want to the list. Make sure that the path to the file is correct (ie. stages/<name of def file here>). After doing this the stage will be selectable in versus and training mode and will used as a random stage in arcade mode (ie. characters with random next to their name in select.def will choose from the list of stages to fight on).


Q. My stages won't work!
A. Check that the path to the stage in select.def is correct, simple spelling errors can cause mugen not to find the stage. If that doesn't fix it try checking if the stage has been updated for your version of mugen. First open the stage's def file (eg. stage0.def) using a text editor, at the top it should say something like this:

[INFO]
;name of the stage.
name = "Tenkaichi Budoukai HD"

Older stages only say:

[INFO]
;name of the stage.
name = Tenkaichi Budoukai HD

So in order to update the stage place quotes around the name of the stage as in the top example. This should solve the problem.