A side MUGEN note
:
By Elecbyte's default, the Pre-intro state [Statedef 190] is located in [your mugen]\data\common1.cns
And, some MUGEN characters have their own common1.cns by defining it in the DEF MUGEN file like this
:
- Code:
-
.....
cns = states/wonder.cns
st = states/wonder.cns
stcommon= states/wondercommon.cns
.....
If both wonder.cns and wondercommon.cns have the same Pre-intro state [Statedef 190], then MUGEN Engine only tries to execute the Pre-intro state [Statedef 190] in wonder.cns, and ignore the Pre-intro state [Statedef 190] in wondercommon.cns.
Actually Elecbyte has already clearly mentioned in [your mugen]\chars\kfm\kfm.cns that all common states in either [your mugen]\data\common1.cns or stcommon = states/wondercommon.cns can be overridden by cns = states/wonder.cns and st = states/wonder.cns
:
- Code:
-
;---------------------------------------------------------------------------
; Override common states (use same number to override) :
;---------------------------------------------------------------------------
;---------------------------------------------------------------------------
; States that are always executed (use statedef -2)
;---------------------------------------------------------------------------
;---------------------------------------------------------------------------
; States that are executed when in self's state file (use statedef -3)
;---------------------------------------------------------------------------