http://download.yousendit.com/A1C369681DD72B1D
Here's MUGEN for those who wanted it. I set up a small version with about 6 characters. I left two characters (Dan and Evil Dan) un-added. So you'll have to add them to the character select screen yourself. As well as one stage; Graveyard. This was so that Zero (I did this for him specifically) could learn how to add the stuff.
To add characters:
It's really simple. Just go to the data folder. In it will be all your config files and everything. If you're using a screen pack (a different character select screen mod), then go into the folder of the one you're using. In this case, it would be MFJ. Inside will be a select.def file. This is where you enter all of your new characters and stages. To add a character, just find a "randomselect" spot and delete it. In its place, put the character's name. If you want to associate a stage with the character, then type the characters name, comma, stage name.
Example:
ken
or with a stage
ken, graveyard
I jumped ahead a bit. Before you do all that, you have to put the new character's folder in the "chars" folder. Make sure the character's folder name and the character's .def file are named the same. Example: If the character's file is called Ryu.def, name the folder Ryu.
To add stages:
To add a stage, first put the stage folder, with the stage's .sff and .def file in it, in the stages folder. Just like with the characters, make sure the .def and folder are named the same. As well as the .sff file named the same. Example: Outback, Outback.def, Outback.sff. Once you do that, go to the same select.def file in the data/MFJ folder that you did for the characters. At the bottom is a spot where you can add more stages. Just go one line below the most recent stage that was added and type stages/stage_name/stage_name.def. That's all you gotta do.
To add music to the stages:
First put an MP3 file in the sound folder. Next go to the stages folder and open the .def file of the stage you'd like to add the music to. Scroll down to where it says "bgmusic = ". After the = type sound/MP3_name.mp3. Example: bgmusic = sound/song.mp3
Now you have music for that stage.
*IMPORTANT*
Also, double click MFJ.bat to start the game instead of MUGEN.exe.