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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...