YesNoOk
avatar

No Win/Draw Message in fight.def (Read 890 times)

Started by emeriksteben, November 27, 2020, 08:55:14 pm
Share this topic:
No Win/Draw Message in fight.def
#1  November 27, 2020, 08:55:14 pm
  • avatar
  • *
  • Screenpack Editor
    • Canada
Yo. I'm having trouble of fixing the win/draw message from the fight.def

Code:
; Win text
win.offset = 161,85
;win.font = 5,0,0
;win.text = %s WINS
win.displaytime = 540
; 2-player win text
win2.offset = 161,85
;win2.font = 5,0,0
;win2.text = TEAM %s WINS
win2.displaytime = 540

I edit and save every time to make it work but to no avail.

I was in the middle of editing/fixing the EVE Battle 1.1b1 (not in HD) and I will upload my final update to this screen pack in Mugen Archive.

Here's the screenshot in case you wanna help me out.


I already edited the timer, but the win/draw message doesn't show up.
Re: No Win/Draw Message in fight.def
#2  November 27, 2020, 09:51:33 pm
  • avatar
  • **
    • USA
Well, you have the font and text commented out in the code you posted.  It ain't going to work if you're leaving it like that.

You might also need the win.time code.  In my fight.def, it's "win.time = 100".  I don't know if that's default or what.

And of course, make sure that font5 is defined at the top of the fight.def.
Re: No Win/Draw Message in fight.def
#3  November 29, 2020, 11:31:42 pm
  • avatar
  • *
  • Screenpack Editor
    • Canada


Thank you! I removed the ; because It prevents to show the win.text as well for the win.font