YesNoOk
avatar

How can I make the char selection profile smaller? (Read 3029 times)

Started by Kastsu, August 03, 2020, 03:18:41 pm
Share this topic:
How can I make the char selection profile smaller?
#1  August 03, 2020, 03:18:41 pm
  • avatar
    • Thailand

I download a new screen pack and I added more blank slots into the selection page, but it look so bad, because the profile pictures are on top of each other, so any ways to fix it?
Last Edit: August 04, 2020, 03:30:39 am by Kastsu
Re: How can I make the char selection profile smaller?
#2  August 03, 2020, 04:23:03 pm
  • ****
    • crepa.neocities.org

  • Online
In system.def, search for these lines:
Code:
p1.face.scale = 1,1
p2.face.scale = 1,1
change the 1,1 to something else, like .5,.5

this will make the big portraits smaller, if you want the small portraits to be smaller instead, search for these:
Code:
portrait.scale = 1,1
is the same thing, change 1,1 to lower numbers.
Re: How can I make the char selection profile smaller?
#3  August 03, 2020, 10:03:32 pm
  • avatar
  • ***
  • MUGEN MEMES
Will that code work for this? I really need to make it smaller so I can add more slots. It has 4 rows and 8 columns. If I can update it, It'll have 8 rows and 18 or 20 columns.
Emerie's MUGEN Content

Everyone have Greatness :)

Don't give up... just... take a break :(
Re: How can I make the char selection profile smaller?
#4  August 03, 2020, 10:54:52 pm
  • ****
    • crepa.neocities.org

  • Online
Will that code work for this? I really need to make it smaller so I can add more slots. It has 4 rows and 8 columns. If I can update it, It'll have 8 rows and 18 or 20 columns.

In that specific screenpack you don't need to shrink the big portraits, just the small ones and the size of the cell, then increase the number of rows/columns. I've answered how to do that in another topic:
https://mugenguild.com/forum/msg.2484545
Re: How can I make the char selection profile smaller?
#5  August 04, 2020, 12:16:46 am
  • avatar
  • ***
  • MUGEN MEMES
Thanks
Emerie's MUGEN Content

Everyone have Greatness :)

Don't give up... just... take a break :(
Re: How can I make the char selection profile smaller?
#6  August 04, 2020, 03:30:30 am
  • avatar
    • Thailand
Wow, thanks again!