YesNoOk
avatar

Mugen 1.0 Setting the Winscreen port (Read 383 times)

Started by hebekie, July 09, 2012, 05:06:46 pm
Share this topic:
Mugen 1.0 Setting the Winscreen port
#1  July 09, 2012, 05:06:46 pm
  • avatar
  • **
So i knew it a month ago, but now i forgot again :s

1.Where can i change the Winscreen portrait?(I mean, i what file, Select?System.deg? I cant really find anything in those 2, i might be wrong tough) Because i want to change it from ex. 9000,1 to 9000,3 :P

Re: Mugen 1.0 Setting the Winscreen port
#2  July 09, 2012, 09:36:05 pm
  • ****
  • English fluency I am swear!
    • Canada
It's in the system.def

Quote
;Victory screen definition
;This is the screen that is shown when you win a match in arcade mode.
;It will not be displayed on the last match of arcade mode.
[Victory Screen]
enabled = 1
time = 1000                ;Time to show screen
fadein.time = 30
fadeout.time = 15
p1.offset = 112,113
p1.spr = 9000,2
p1.facing = 1
p1.scale = 1,1
p1.window = 112,113,480,355
p1.layerno = 0
;Win quote text
winquote.text = "I won!" ;Default win quote text to show
winquote.offset = 115,388
winquote.font = 3,0,1
winquote.window = 114,372,563,440
winquote.textwrap = w     ;Word wrap
Quote
And "Reality" is unveiled.
What did it want . . .
What did it see . . .
What did it hear . . .
What did it think . . .
What did it do . . .
Re: Mugen 1.0 Setting the Winscreen port
#3  July 09, 2012, 09:43:34 pm
  • avatar
  • **
Oh god, thx so much :D