Jump to content
  • 0

How to add more slots in MUGEN Roster (1.1)


EG-Paradox

Question

1 answer to this question

Recommended Posts

  • 0
[Select Info]
fadein.time = 10
fadeout.time = 10
rows = 4
columns = 3
wrapping = 0              ;1 to let cursor wrap around
pos = 480,128             ;Position to draw to
showemptyboxes = 1        ;1 to show empty boxes
moveoveremptyboxes = 1    ;1 to allow cursor to move over empty boxes
cell.size = 100,100       ;x,y size of each cell (in pixels)
cell.spacing = 10         ;Space between each cell
cell.bg.spr = 150,0       ;Note: Don't use animation for cells
cell.random.spr = 151,0   ;Icon for random select (don't use animation)
cell.random.switchtime = 4;Time to wait before changing to another random portrait

Go to the following way: your mugen folder/data/mugen/system.def and open it with any notepad program, find that line using CTRL+F and searching {Select Info]

the rows section set how many slots will have in vertical like an Y size coordinate and columns will set how many slot will have in horizontal like an X size coordinate. If you put somethin like 20 rows and 10 columns, multiply it's numbers to have the total char number, change the pos x,y values to adjust it to the screen adequally, you can chage the scale of the slots to adjust it, but the last one is for another topic.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...