collapse

Author Topic: super cancels  (Read 333 times)

0 Members and 1 Guest are viewing this topic.

Offline boryema

  • Forum Member
  • ***
  • Posts: 361
  • Last Login:July 17, 2015, 08:44:45 PM
    • boryema's youtube channel
    • Email
super cancels
« on: March 14, 2012, 11:54:39 PM »
trying to figure out how to cancel my supers
anyone know how I can code
that?



Offline Cyanide

  • MUGEN Content Architect
  • *****
  • Posts: 813
  • Last Login:March 29, 2019, 06:52:34 AM
    • Mugen Obscurity
Re: super cancels
« Reply #1 on: March 15, 2012, 03:46:37 AM »
Differs slightly from super to super due to the fact they're all different so i'm going to make some assumptions.

This super charges at p2 and does an automatic combo on him. I am going to cancel it into shin shoryuken because i know it will hit

[State -1, shin shoryuken]
type = changestate
value = 3010
triggerall = power >= 1000 && command = "shinshoryuken"
triggerall = statetype != A
trigger1 = ctrl ;this takes care of standard activation
trigger2 = stateno = 3000 && movecontact ; this says that the dashing super has hit

That will change dependant on WHEN you want to be able to cancel.

Offline boryema

  • Forum Member
  • ***
  • Posts: 361
  • Last Login:July 17, 2015, 08:44:45 PM
    • boryema's youtube channel
    • Email
Re: super cancels
« Reply #2 on: March 15, 2012, 11:37:14 AM »
but how do I cancel from one super to another?

Offline Acey

  • Infinity Administrator
  • *
  • Posts: 9579
  • Country: United States us
  • Last Login:December 05, 2022, 10:43:15 PM
  • "Victory means nothing, the fight is everything."
    • Infinity Wiki - Acey
    • Email
Re: super cancels
« Reply #3 on: March 15, 2012, 12:37:18 PM »
Like Cyanide said, you need to add a line of code to "another super" that states that it can be performed while the first super is still going.

For example if the "another super" is statedef 3010 and the first super is statedef 3000... then in the CMD file find the code  for the "another super", it will have with "value = 3010" and add an additional trigger such as this...

Code: [Select]
trigger2 = stateno = 3000 && movecontact

Offline boryema

  • Forum Member
  • ***
  • Posts: 361
  • Last Login:July 17, 2015, 08:44:45 PM
    • boryema's youtube channel
    • Email
Re: super cancels
« Reply #4 on: March 15, 2012, 11:34:34 PM »
thanks guys, I appreciate all the help :)

Tags:
 


* IMT Facebook

Help us by Donating!

IMT Discord

Join us at our Discord! Click the image below!

* IMT Shoutbox

Sorry, this shoutbox does not exist.

* Recent Posts

* IMT Calendar

May 2024
Sun Mon Tue Wed Thu Fri Sat
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 [20] 21 22 23 24 25
26 27 28 29 30 31

SimplePortal 2.3.5 © 2008-2012, SimplePortal