YesNoOk
avatar

Help Please? (Read 1738 times)

Started by MERK_U, January 12, 2022, 10:30:44 pm
Share this topic:
Help Please?
#1  January 12, 2022, 10:30:44 pm
  • *
    • Canada
Anyone know how to move the "Wins" Text at ending rounds in Mugen? I have a screenpack, I'm looking under fight.def

I was successfully able to move the "winning player's name" up above, but it moves separate of the "Wins" Text

I'm looking at this in my fight.def

win.time = 60
win.offset = 320, 130
win.scale = 1,1
win.font = 5,0
win.text = %s
win.displaytime = 200

win2.offset = 0, 130
win2.scale = 1,1
win2.font = 3,0
win2.text = %s %s
win2.displaytime = 200

[WinIcon]
p1.pos = 288,90
p2.pos = 352,90
p1.iconoffset = -16,0
p2.iconoffset = 16,0
p1.counter.offset = 3,-8
p2.counter.offset = 0,-8
p1.counter.font = 1,0
p2.counter.font = 1,0
p1.n.anim = 16
p2.n.anim = 16
p1.s.anim = 13
p2.s.anim = 13
p1.h.anim = 14
p2.h.anim = 14
p1.throw.anim = 12
p2.throw.anim = 12
p1.c.anim = 18
p2.c.anim = 18
p1.t.anim = 17
p2.t.anim = 17
p1.suicide.spr = 19,0
p2.suicide.spr = 19,0
p1.teammate.spr = 20,0
p2.teammate.spr = 20,0
p1.perfect.anim = 15
p2.perfect.anim = 15
p1.perfect.anim = 11
p2.perfect.anim = 11
useiconupto = 7

I've already tried adjusting win2 offset, with no difference, & Win Icon's position for P1 / P2 aren't it either.

I've also tried opening some def files in FF with no luck either. Someone please help me here?
Re: Help Please?
#2  January 13, 2022, 12:02:14 am
  • *****
    • Puerto Rico
    • www.youtube.com/user/Darkflares
Wins2 is just for the text on Simul mode. It looks the Wins part is just an animation rather than normal text, so you want to look for something that could resemble an animation.
Re: Help Please?
#3  January 13, 2022, 08:37:08 am
  • *
    • Canada
So I've been trying to look more & more for this win animation positioning & still can't seem to pinpoint what that is

I've been trying to look hard for this in fight.def with no luck!

I've looked for through system.def & mugen.def just for fun too & nothing in sight.
Re: Help Please?
#4  January 16, 2022, 12:52:08 am
  • *
    • Canada
(Semi-Solved)

This screenspack is very low key with some stuff I have noticed.
Found another alternative to make this situation passive. So I can live with that.

Thanks!