More tutorials
----------------------------------------------------------------------------------------------How do i install stages?
Use an extractor such as WinRAR, 7zip, or ExtractNow to unzip the stage into a new folder.
Open the new folder and look for a .def file looks like newstage.def. Remember this filename.
Use a new Explorer window, go to your MUGEN folder and then open the stages folder.
Copy everything from your unzipped folder to the stages folder.
How do i setup unlockable characters?
Restructuring Your Select character file
===========================
This applies to those of you whom already have characters added into their character selection file (select.def).
Character Selection Screen P.O.V.[/i]
========================
Initially, your character selection screen might looked like this.
Example:
_____________________________ ___________
Row\Col| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
----------------------------------------------------------------
1st row C C C C C C C C C C C C C C C
2nd row C C C C C C C C C C C C C C C
3rd row C C C C C C C C C C C C C C C
4th row C C C C C C C C C C C C C C C
5th row C C C C C C C C C C C C C C C
6th row C C C C C C C C C C C C C C C
C = Playable Character
Total: 90 characters
This is the usual normal Mugen character adding method.
Step 1:
======
Now, change it like this:
_____________________________ ___________
Row\Col| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
----------------------------------------------------------------
1st row - C C C C C C C C C C C C C -
2nd row - C C C C C C C C C C C C C -
3rd row - C C C C C C C C C C C C C -
4th row - C C C C C C C C C C C C C -
5th row - C C C C C C C C C C C C C -
6th row - C C C C C C C C C C C C C -
C =Character
- = Empty Slot
Step 2:
======
What happened to the 1st and 15th column characters, you might ask?
Put them below in the 7th column like so:
_____________________________ ___________
Row\Col| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
----------------------------------------------------------------
1st row - C C C C C C C C C C C C C -
2nd row - C C C C C C C C C C C C C -
3rd row - C C C C C C C C C C C C C -
4th row - C C C C C C C C C C C C C -
5th row - C C C C C C C C C C C C C -
6th row - C C C C C C C C C C C C C -
7th row - C C C C C C C C C C C C - -
Step 3:
======
Make sure that the 1st and 15th column (or the last column) of your select screen is left empty.
Step 4:
======
Now, include your hidden/secret characters in the 1st and 15th (or last column) of your Mugen select screen, like so:
_____________________________ ___________
Row\Col| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
----------------------------------------------------------------
1st row - C C C C C C C C C C C C C -
2nd row - C C C C C C C C C C C C C -
3rd row - C C C C C C C C C C C C C -
4th row - C C C C C C C C C C C C C -
5th row - C C C C C C C C C C C C C -
6th row - C C C C C C C C C C C C C -
7th row - C C C C C C C C C C C C - -
8th row X - - - - - - - - - - - - - X
9th row X - - - - - - - - - - - - - X
.
.
.
.
.
n th row X - - - - - - - - - - - - - X
where n = number of total rows
and x in red color = secret/hidden characters
In short, just repeat the process to add the secret/hidden characters.
Select.def P.O.V.
============[/i]
So now, your character select file might looked like this:
Under [select.def] file,
;1st Row
;------------------------------------------------------
empty
char1
char2
char3
char4
char5
char6
char7
char8
char9
char10
char11
char12
char13
empty
;2nd Row
;--------------------------------------------------------------------
empty
char14
char15
.
.
char26
empty
(char1-char90 represents the name of a playable character)
[Repeat until you finish the 7th row]
Note: Additional parameter is optional.
Example:
kusanagi, stages/netherlands.def, order=2, music=sound/esaka96.mp3
kyo99, stages/krizalid3.def, order=2, includestage=0, music=sound/tears99.mp3[/i]
.
.
.
and so on...
Now, for the secret/hidden characters:
;7th Row
;--------------------------------------
hidchar1, stages/[hidden characters stage file].def, order=4, music=sound/[BGM file]
empty
empty
empty
empty
empty
empty
empty
empty
empty
empty
empty
empty
empty
hidchar2
;8th Row
;-----------------------------------------------
hidchar3
empty
empty
empty
empty
empty
empty
empty
empty
empty
empty
empty
empty
empty
hidchar4
Repeat the process for the characters you want to make secret/hidden.
Now, the finishing touch:
5th Step:
========
(Very Important)
Go to Data folder,
Open System.def:
Under [system.def],
In [Select Info] section,
;-------------------------------------------------------------------
;Character select definition
[Select Info]
showemptyboxes = 0 ;1 to show empty boxes
moveoveremptyboxes = 0 ;1 to allow cursor to move over empty boxes
Please, make sure that the above settings are set as shown above. If not it won't work.
6th Step:
========
Save the [system.def] file. And most importantly, save your [select.def] file!
Voila! It's done!.
Try it!
To unlock/access secret/hidden characters:
=================================
Character Select Screen P.O.V.
======================
Row\Col| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
----------------------------------------------------------------
1st row - C C C C C C C C C C C C C -
2nd row - C C C C C C C C C C C C C -
3rd row - C C C C C C C C C C C C C -
4th row - C C C C C C C C C C C C C -
5th row - C C C C C C C C C C C C C -
6th row - C C C C C C C C C C C C C -
7th row - C C C C C C C C C C C C ? -
8th row X - - - - - - - - - - - - - X
9th row X - - - - - - - - - - - - - X
.
.
.
.
.
n th row X - - - - - - - - - - - - - X
You may insert a (?) in the last column of the 7th row of the character select slot.
To unlock/access the secret/hidden characters go to the (?) slot and press a button. If you are lucky, you might unlock it! (Remember Urstar fish, Master, Sho and Vermillion from Battle Arena Toshinden 2? They are the secret characters in Battle Arena Toshinden 2. Just the difference is that you can't slow down the rotation of the (?) slot in Mugen...)
Select.def P.O.V.
============
;7th Row
;--------------------------------------------------------
empty
char79
char80
char81
char82
char83
char84
char85
char86
char87
char88
char89
char90
randomselect
empty
Voila! It's done! Try it. That's a wrap.
Where can i get characters/stages/screenpacks?
http://mugencharacters.org/
http://mugen.wikia.com/wiki/
http://gcnmario.free.fr/mugen/characters.html
http://www.mugenation.com/
http://www.mugen-infantry.net/
http://www.infinitymugenteam.com/Done for now.What are full games in mugen?
Full games are copies of mugen which already have characters, stages, lifebars and other customization in it.