Post tutorial Report RSS How to add more character slots in your select screen of Mugen

I will show you how to add more character slots in the select screen. Note that this may not work on mugen 1.0 version.

Posted by on - Advanced UI/HUD

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.

I shouldn't have to tell you, that first of all it would be a good idea for you to backup your system.def on a different folder. Still, just in case, go ahead and make a copy of your system.def.
Ok, on with it then....

Open your data folder, and find the System.def.
Open System.def
(The one you are currently using) and scroll down to find this:
Take a look at rows and columns.

[Select Info]
fadein.time =10
fadeout.time =10

rows =20
columns =12

wrapping =1
pos =93,10
s
howemptyboxes =1
moveoveremptyboxes =1
cell.size =10,10
cell.spacing =1

Ok, seen 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. Baring in mind that each row and column is multiplied times the number you add.
For instance, let's say you initially have 10 rows and 2 columns, this makes 10x2=20, so you have 20 slots in total.

[] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] []


Let's add the amount of rows and columns you see on my example. That's 20x from left to right (horizontal), and 12x up to down (vertical) columns. Like so:



[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []

[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []

[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []

[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []


This time you will have to multiply 20x12 to find out the number of slots you have.
So 20x12= 240
The example shows 240 character slots.
This is taxing however, since it will go off the screen.
But don't worry...


Now, see the pos?

[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

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, but 0,0 it is not in the center of the slots.
The position is counted from slot one, on the far Top,Left.
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?
[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, 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, until 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.


We're almost done, I promise!

One more important thing. If you find the slots cover the character's portrait preview in the select screen, then just put an X on the select.def, so no character goes over the portrait.

Example. (Xs where character portrait is displayed)

[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] x x [] [] [] [] [] [] [] [] [] [] [] [] [] [] x x []

[] x x [] [] [] [] [] [] [] [] [] [] [] [] [] [] x x []
[] x x [] [] [] [] [] [] [] [] [] [] [] [] [] [] x x []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []

[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []

[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []
[] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []


In the example, you need to count the amount of slots before, in-between, and after the portraits, and on your select.def, place Xs before and after character names.


Example.


Ken
Ryu
X ---- Spaces where character big portrait is displayed in selection screen
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 Screenpack with more slots.

Post comment Comments
Guest
Guest - - 691,273 comments

Thank you

Reply Good karma Bad karma+1 vote
Soul-Guardian Author
Soul-Guardian - - 762 comments

No problem.

Reply Good karma+1 vote
Guest
Guest - - 691,273 comments

hi

Reply Good karma Bad karma+1 vote
Kazamanowski
Kazamanowski - - 252 comments

Its dont work

Reply Good karma Bad karma0 votes
Soul-Guardian Author
Soul-Guardian - - 762 comments

Make sure you are editing the right system.def... if you are using a screenpack, you may be still editing kfm's without realizing.

Reply Good karma+1 vote
Guest
Guest - - 691,273 comments

try mugen/data/mugen1/system.def <<works on mugen 1.0>>

and so ty Method-Man
this was so usfull plz say how we can make character
my english is bad :D

Reply Good karma Bad karma+1 vote
Soul-Guardian Author
Soul-Guardian - - 762 comments

You're very welcome.
Will have to get to that soon.

Reply Good karma+1 vote
Soul-Guardian Author
Soul-Guardian - - 762 comments

Cool then

Reply Good karma+1 vote
Guest
Guest - - 691,273 comments

How do I set it to where 1 row (Row 12 and over in this case) extends past the character portrait?

Reply Good karma Bad karma+1 vote
Soul-Guardian Author
Soul-Guardian - - 762 comments

On the select.def, use the letter X, where the characters would overlap the portrait, so the X will be there instead and the portrait will stay clear of characters.

Reply Good karma+1 vote
Guest
Guest - - 691,273 comments

THANKS!!!!! if i was gay i would marry you xD
THX DUDE!!

Reply Good karma Bad karma+1 vote
Guest
Guest - - 691,273 comments

not working bro plz help i dont have a screen pack but it does no thing

Reply Good karma Bad karma+1 vote
Soul-Guardian Author
Soul-Guardian - - 762 comments

If you don't have a screen pack, you need to find the right system.def file. Mugen comes with 2 system notepads, one with about 20 slots and one with a bit more, usually called Big. You may be modifying the inactive system file. Make sure you're editing the right one. Also if you have mugen 1.00 instead of winmugen, you'll need to go to Mugen 1.00 folder, then system.def.

Reply Good karma+1 vote
Guest
Guest - - 691,273 comments

I changed it but it still only shows the default 3x4 select screen.

Reply Good karma Bad karma0 votes
Soul-Guardian Author
Soul-Guardian - - 762 comments

Are you editing the right system notepad file?
Mugen comes with two, and if you have a screenpack, that would make 3 or 4.
Check the file path in the top section to locate the current file you're using.

Reply Good karma+1 vote
Guest
Guest - - 691,273 comments

thanks a lot!

Reply Good karma Bad karma+1 vote
Guest
Guest - - 691,273 comments

This doesn't work. I've been at this all day I'm giving up. I'm editing the def file and everything.

Reply Good karma Bad karma0 votes
Soul-Guardian Author
Soul-Guardian - - 762 comments

There are two files. You're provably editing the other one.

Reply Good karma+1 vote
Guest
Guest - - 691,273 comments

I need help so How do you change the arcade screen size so you can see all of your characters. I am working on a mugen smash brothers and I when I was adding certain characters some of them were off screen. Can you please help me?

Reply Good karma Bad karma+1 vote
Guest
Guest - - 691,273 comments

can i ask please
once in select screen and your start of point is in the middle how can i take it to the top left character and start from there please

Reply Good karma Bad karma+1 vote
Guest
Guest - - 691,273 comments

Okay so I don't have a screen-pack
If you recommend I do use you
Would you happen to know any good ones, or have the link to get to them??
And if you don't need a screen-pack could you tell me how to get that without one??
Sorry I've been looking for a way to get more characters for like 2 weeks now, none have worked

Reply Good karma Bad karma0 votes
Soul-Guardian Author
Soul-Guardian - - 762 comments

You don't need a screenpack. You can use mugens default. Change to big first, copy and edit that one

Reply Good karma+2 votes
Guest
Guest - - 691,273 comments

I have Queen of fighters (I'm sick ik) and I added ALOT of characters so the screen is full, is there anyway to get this to work since when I do the row and column stuff, it just creates BLANK character boxes

Reply Good karma Bad karma+1 vote
kingrexy
kingrexy - - 128 comments

funny thing is that i have none of those things in system.def i even used the CTRL+Find

Reply Good karma Bad karma+2 votes
Guest
Guest - - 691,273 comments

I tried doing this, but now the character select is on the top-left side of the screen, and it's super tiny! Of course, it still works, but it's not what it's supposed to look like, is it?

Please help if you can...

Reply Good karma Bad karma+1 vote
Soul-Guardian Author
Soul-Guardian - - 762 comments

I did explain that would happen. it's the system itself, designed to automatically accommodate more slots.

Reply Good karma+1 vote
Guest
Guest - - 691,273 comments

Can you teach me how to make the "randomselect" icon smaller? I'd really appreciate if you do it. :)

Reply Good karma Bad karma+1 vote
Soul-Guardian Author
Soul-Guardian - - 762 comments

cell size. it's in the tut

Reply Good karma+1 vote
Guest
Guest - - 691,273 comments

This comment is currently awaiting admin approval, join now to view.

LOLxPRO
LOLxPRO - - 61 comments

i need for 1920x1080

Reply Good karma Bad karma+1 vote
FelipeGames2000
FelipeGames2000 - - 19 comments

Didn't worked.
I tested it on 1.1
I'm also not using a screenpack

EDIT:
Found out that I actually needed to open data/mugen1/system.def
not data/system.def

Reply Good karma Bad karma+1 vote
Guest
Guest - - 691,273 comments

This comment is currently awaiting admin approval, join now to view.

Guest
Guest - - 691,273 comments

This comment is currently awaiting admin approval, join now to view.

Guest
Guest - - 691,273 comments

This comment is currently awaiting admin approval, join now to view.

CrimsonGore
CrimsonGore - - 1 comments

I am running mugem1.1 and the fix you explained does not work. I was able to add extra slots a year or so but it does not work anymore no matter what I do. It isn't a case of me not seeing the slots, the extra slots simply don't show up at all no matter what I do.

Reply Good karma Bad karma+1 vote
IsabelStanley
IsabelStanley - - 3 comments

I tried but it didn't work. Maybe you can tell me how to fix it??

Reply Good karma Bad karma+1 vote
Post a comment

Your comment will be anonymous unless you join the community. Or sign in with your social account: