collapse

Author Topic: Super Jump + Combo (How to add?)  (Read 531 times)

0 Members and 1 Guest are viewing this topic.

Offline messyt

  • ~Humble servant of Jehovah~
  • Initiate
  • **
  • Posts: 34
  • Country: United States us
  • Last Login:April 11, 2019, 07:27:34 PM
    • Email
Super Jump + Combo (How to add?)
« on: February 28, 2017, 10:30:02 AM »
So I've noticed that some MVC styled characters are sorely lacking when it comes to air combo potential. This sadness me.

What is the line of code that manipulates this function in other characters that DO have it? I'm not looking for a manifesto, just a little bit of a pointer in the right direction and an idea of how difficult or easy it'd be.



Thanks.


I love being good! :)

Offline Cyanide

  • MUGEN Content Architect
  • *****
  • Posts: 813
  • Last Login:March 29, 2019, 06:52:34 AM
    • Mugen Obscurity
Re: Super Jump + Combo (How to add?)
« Reply #1 on: February 28, 2017, 11:21:43 PM »
Depends on how the author has coded stuff quite a bit. Generally though you're just messing with the combo parameters in the cmd. Find the "Air attacks" and add in a few more triggers. Say for example Air Heavy Punch is Z and it takes you to state 620. To allow for more combo potential into this attack the changestate will look like this

[State -1]
type = changestate
value = 620
triggerall = statetype = A && command = "z"
trigger1 = ctrl = 1
trigger2 = stateno = 600 && movecontact
trigger3 = stateno = 610 && movecontact
trigger4 = stateno = 630 && movecontact
trigger5 = stateno = 640 && movecontact
trigger6 = stateno = 650 && movecontact

Everything after trigger1 is a combo condition. Tells you that if you're in state whatever and have hit, you can trigger heavy punch without needing ctrl set to 1. That's the simple method, defining super jump is very dependant on how the creator coded it though.

Offline messyt

  • ~Humble servant of Jehovah~
  • Initiate
  • **
  • Posts: 34
  • Country: United States us
  • Last Login:April 11, 2019, 07:27:34 PM
    • Email
Re: Super Jump + Combo (How to add?)
« Reply #2 on: March 01, 2017, 11:15:35 AM »
[UPDATE]

Cyanide, tinkering with the cmd. values is SURPRISINGLY easy! I've been able to give Wild Cat and Plastic Man the air combo/launchers they deserve!  :o

Thank you so much!  :thumbsup:
« Last Edit: March 03, 2017, 02:08:39 PM by messyt »
I love being good! :)

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

April 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

SimplePortal 2.3.5 © 2008-2012, SimplePortal