YesNoOk
avatar

Mizuchi by Ahuron help (Read 686 times)

Started by -Greed-, August 07, 2008, 06:09:02 am
Share this topic:
Mizuchi by Ahuron help
#1  August 07, 2008, 06:09:02 am
  • ****
  • I WANT IT ALL!!!
I just need how to stop him from cutting out the stage's music when he wins.

It really sounds bad to me and detracts from the character IMO.

GOH: bmc would tell birds that they're broken because they shouldnt air recover
Re: Mizuchi by Ahuron help
#2  August 07, 2008, 06:37:02 am
  • *****
  • Start wearing purple wearing purple ♪
To totally cut that, look for states in the cns with "no music" flags then semicolon [State 1], like this:

;[State 1]
type = AssertSpecial
;triggerall = Win
trigger1 = RoundState != 2 && RoundsExisted = 0
trigger2 = RoundState >= 3 && RoundsExisted != 0
flag = nomusic

This one is in Mizuchi.cns