YesNoOk
avatar

In Mugen 1.0 how do you disable the Win Screen? (Read 3321 times)

Started by Reck, February 10, 2013, 03:21:34 pm
Share this topic:
In Mugen 1.0 how do you disable the Win Screen?
#1  February 10, 2013, 03:21:34 pm
  • ****
  • fuck me right in the street
    • USA
The title says it all...
Re: In Mugen 1.0 how do you disable the Win Screen?
#2  February 10, 2013, 04:01:08 pm
  • *****
  • Estoy siempre listo para un desafĂ­o.
    • Puerto Rico
    • im41784@yahoo.com
look for this in system.def
where it says enabled change the 1 to 0

;-------------------------------------------------------------------
;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 = 300                ;Time to show screen
fadein.time = 8
fadeout.time = 15
;Winner's portrait and name
p1.offset = 100,20
p1.spr = 9000,2
p1.facing = 1
p1.scale = 1,1
Re: In Mugen 1.0 how do you disable the Win Screen?
#3  February 21, 2013, 11:07:09 am
  • ****
  • fuck me right in the street
    • USA
look for this in system.def
where it says enabled change the 1 to 0

;-------------------------------------------------------------------
;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 = 300                ;Time to show screen
fadein.time = 8
fadeout.time = 15
;Winner's portrait and name
p1.offset = 100,20
p1.spr = 9000,2
p1.facing = 1
p1.scale = 1,1

THANK YOU!!