A group for all the Mugen fans, and 2D fighting game fans.
I will show you how to add more character slots in the select screen.
Posted by Method-Man on Jul 20th, 2010
Advanced Other.
So you want to increase the number of characters you can use in Mugen huh?
Well, I will show you how to do just that, but first you need to ensure that the Screenpack you are using has enough space to add more slots.
Don't worry much if you don't, I will also show you how to decrease the size of the slots, so you can fit more.
Ok, let's get started.
Open your data folder, and find the System.def.
Open System.def (The one you are currently using) and scroll down to find this:
[Select Info]
fadein.time =10
fadeout.time =10
rows =20
columns =12
wrapping =1
pos =93,10
showemptyboxes =1
moveoveremptyboxes =1
cell.size =10,10
cell.spacing =1
Ok, see the rows and columns?
Those are the amount of slots that are in your select screen.
You can change them to whatever amount you want. This is taxing however, since it will go off the screen.
But don't worry...
Now, see the pos?
This is the position of your selection boxes, so when you are happy with the amount of slots , you must center it to the screen.
Use the pos to do that.
The first number is the Horizontal position, and the second number is the vertical position.
Baring in mind that 0,0 is smack bang in the middle of the screen, you must take it from that position and adjust accordingly.
Look at the example as reference.
Some screen packs reduce the cell size when the character select grid is moved further to the left.
If that´s the case, you may not need any further adjustments, but you may decrease the cell size too much.
If that´s the case try the following:
See the Cell Size?
Ok, that's the size for your slots, so you have to make it small enough for all the slots to fit on the screen, but not too small that you wont be able to see the character's icon.
NOTES:
You may want to play around a bit with the amount, size and position of slots, untill you get it the way you want.
Some screen-packs will decrease the size of the slots/cells too much if you add too many, you can play around with the size a bit, but sometimes it will not make a difference, even if you increase the size of the cells.
You may want to leave your select.def blank, because you will be starting up mugen a lot of times to see if you are happy with the select layout, and Mugen opens a lot quicker if there are no characters to load.
One more important thing. If you find the slots cover the character's preview, then just put an X on the select.def, so no character goes over the potrait.
Example.
Ken
Ryu
X
X
X
Chun Li
Last but not least, have the following option like this while you are editing, you can later switch it back to 0 if you wish:
showemptyboxes =1
moveoveremptyboxes =1
That's all I can do for you... the rest is up to you.
It takes quite a few attempts to get this right, but this is the easiest, quickest way to do it.
Unless you download a screepack with more slots.
This comment is currently awaiting admin approval, join now to view.
No problem.
This comment is currently awaiting admin approval, join now to view.
Its dont work
Make sure you are editing the right system.def... if you are using a screenpack, you may be still editing kfm's without realizing.