YesNoOk
avatar

EX modes (Read 420 times)

Started by Geese, August 18, 2008, 09:50:05 am
Share this topic:
EX modes
#1  August 18, 2008, 09:50:05 am
  • **
Let me explain...

CVS2 Iori by H and Ryu by POTS (and many others) have ex modes by holding start when selecting them. Is there a way i can reverse this so where the ex mode is the main mode and the main mode is selected when holding start...? (this question is made of fail)  :S
"If there is a god he pities you. If there is no god I pity you."
Re: EX modes
#2  August 18, 2008, 11:09:06 am
  • ******
    • www.mugenguild.com/pots/
Well for my Ryu you just open Ryu.st and replace "var(1)= ifelse(palno=9, 3, ifelse(palno>=7, 2, 1))" with "var(1)= ifelse(palno=9, 3, ifelse(palno>=7, 1, 2))".  Don't forget to change the palette order as well... or just use the different def files I provided (explained in the Readme).

And I don't have Iori right now to check, but it ought to be something like modifying all his PalNo triggers as well.
Use anything you want from my works.  If you need to contact me use email, not private messages.
Last Edit: August 18, 2008, 11:13:22 am by P.o.t.S.
Re: EX modes
#3  August 18, 2008, 10:30:55 pm
  • **
Hey thanks a bunch! :sugoi:
"If there is a god he pities you. If there is no god I pity you."