

It is important to note that the the zip archive should contain no subfolder and the def file should have the same name as the archive, otherwise the game will not be able to locate and load the character. Now all zip archives located in the \chars folder will function in mugen game play. This is often desirable in order to save space on the user's computer.ġ) Download and move to file into the \plugins folder.Ģ) Open the data\mugen.cfg file and search for the "Winamp-compatible plugins" section.ģ) Add the following line of code to the plugins section.

To add chars to Mugen simply add the line nameofthechar, to the. Sagat,stages/f,includestage=0,order=7īison,stages/f,includestage=0,order=9Ĭharacters contained in a zip archive can be used within the mugen game. After downloading the char extract it to the Mugen chars directory and create one. Ryu_MvC,stages/Ryu_f,includestage=1,order=3 This is an example of how the text might look with multiple characters in the f file The (int) is a value between 1 and 10 and the character will be made the opponentīased on the permaters of the Section of the f file. This allows you to create a fight order with your characters in conjunction with the section in the f file You can determin if the stage listed is selectable in the game's stage select option or omitted With this code a specific stage will be selected when this character is the opponent in Arcade mode. You can add additional data to each character's line to determine additional properties.
#Mugen add characters install#
You can install any one of various premade screen packs. The original mugen default is 2 rows of 5 characters each. This is determined by the section of the data\f file. It would look like thisĢ) Each mugen screen pack allows for a different amount of characters to be added to each line of the select screen. Below are some addition details about adding characters to your game:ġ) If the def file located in the character's folder has a different name than the folder name then you will need to type out the folder name as well as the full title of the def file. You can add multiple characters this way just by adding each new character beneith the previous one on a new line. After downloading this character extract the zip file.ġ) Move the folder Ryu_MvC into the \chars folder in your mugen directory.ģ) Anywhere under the line type Ryu_MvCĤ) Save and close the f file. Each mugen character should be located in their own folder which is placed inside the "chars" folder.
