YesNoOk
avatar

Mugen Legacy Team arcade names are overlaping (Read 4410 times)

Started by MagmaStone24, September 23, 2021, 12:32:15 am
Share this topic:
Mugen Legacy Team arcade names are overlaping
#1  September 23, 2021, 12:32:15 am
  • *
    • Netherlands
    • www.youtube.com/user/TheMugenVideos
Heey everyone,

Does anyone know how I can fix this? Whenever I go to the Team arcade mode the names from the characters are overlaping on screen. Any idea how I can fix it?

I use the 839 slots version from Noz's Legacy screenpack

Re: Mugen Legacy Team arcade names are overlaping
#2  September 23, 2021, 01:17:17 am
  • ***
  • 하나뿐인 한국인 대표
  • Ambassador of MugenRevival
    • South Korea
    • sites.google.com/view/kolossoni-mugen
Seems like there's a problem with your font spacing.
Go to system.def and head to the "VS" section.
Then, check to see if "p#.name.spacing" is correctly added.
Mess around with the x & y values to get the result you want.
Re: Mugen Legacy Team arcade names are overlaping
#3  September 23, 2021, 08:41:35 am
  • *
    • Netherlands
    • www.youtube.com/user/TheMugenVideos
It worked thanks a lot!

This should do the trick by copying this:
Code:
[VS Screen]
time = 390                ;Time to show screen
fadein.time = 15
fadeout.time = 15
;Match text in arcade modes
match.text = "BATTLE %i"
match.offset = 570,40
match.font = 4,0,1
p1.spr = 9000, 1
p1.offset =  41,53
p1.facing = 1
p1.scale = 1,1
p1.window =
p2.spr = 9000, 1
p2.offset = 1239,53
p2.facing = -1
p2.scale = 1,1
p2.window =

;Names
p1.name.offset = 260,660
p1.name.font = 4,0,0     
p1.name.spacing = 0,50

p2.name.offset = 1020,660
p2.name.font = 4,0,0
p2.name.spacing = 0,50 

;-----------------------
;VS Match up screen background
[VersusBGdef]

[VersusBG]
type = normal
layerno = 0
spriteno = 5,1
start = -640,0

[VersusBG FADE]
type  = anim
actionno = 9
mask = 1
start = -640,0
layerno = 1

[VersusBG VS]
type  = anim
actionno = 5
mask = 1
start = -640,0
layerno = 1

Which gave this the results: