collapse

Author Topic: physical combos  (Read 383 times)

0 Members and 1 Guest are viewing this topic.

Offline 3rdstring

  • Initiate
  • **
  • Posts: 34
  • Country: United States us
  • Last Login:March 11, 2024, 01:22:55 PM
    • Email
physical combos
« on: July 13, 2015, 09:05:47 PM »
I'm a spriter mostly but just started coding my own chars and I'm having a problem making physical combos. I got the aspect of super hyper and auto combos, but not button for button combos i look up tutorials for this problem but there weren't really any good one none really at all and wondering can anyone help me



Offline Cyanide

  • MUGEN Content Architect
  • *****
  • Posts: 813
  • Last Login:March 29, 2019, 06:52:34 AM
    • Mugen Obscurity
Re: physical combos
« Reply #1 on: July 14, 2015, 04:56:43 AM »
Simple enough. Each attack has a second set of triggers to them. Here's a rubbish combo where light punch chains into itself

[State -1]
type = changestate
triggerall = command = "x" && command != "holddown"
trigger1 = statetype = S
trigger2 = stateno = 200 && movecontact
value = 200

So, if you're standing, you get state 200, or if you're in 200, and you hit the opponent, you get 200. The trigger2 is the important line. You can extend it out with additional triggers, for example

trigger2 = stateno = 200 && movecontact
trigger3 = stateno = 210 && movecontact
trigger4 = stateno = 220 && movecontact

I am making numbers up. You often want to restrict them more than this, but in simple terms, this is your basic button mash combo method.

Offline 3rdstring

  • Initiate
  • **
  • Posts: 34
  • Country: United States us
  • Last Login:March 11, 2024, 01:22:55 PM
    • Email
Re: physical combos
« Reply #2 on: July 16, 2015, 12:40:17 PM »
Woah I got it some what. It works in the game but in fighter factory cns section if I press the state number it says index invalid. My question to you is........ Is there anything to worry about with that as long it's not effecting game play and thank a million cyanide

Offline Cyanide

  • MUGEN Content Architect
  • *****
  • Posts: 813
  • Last Login:March 29, 2019, 06:52:34 AM
    • Mugen Obscurity
Re: physical combos
« Reply #3 on: July 17, 2015, 04:26:57 AM »
Technically no. If it doesn't affect the character in any way you can ignore it. I would suggest working out what it is and correcting it though. It may cause you issues later on if you don't know what might break.

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

Classic VS : Athena by ELECTRO
[May 10, 2024, 02:44:09 PM]


Ballroom Hallway (1.1 Only/AIGS) by Vegaz by LightFlare
[May 09, 2024, 11:53:48 AM]


Neon Light Force Demo by kyoman
[May 08, 2024, 12:50:05 PM]


D2TD VS Showcase Thread by D2TD
[May 05, 2024, 10:08:50 AM]


Lasombra's IKEMEN Go Interactive Stages' WIP Topic and Releases by Lasombra Demon
[April 21, 2024, 12:09:20 PM]


Ultimate E. Honda + stage by ELECTRO
[April 18, 2024, 09:47:24 PM]


Sunset Beach (1.1 Only/AIGS) by Vegaz by LightFlare
[April 16, 2024, 06:55:00 PM]


Wonder Twins 2.0 by brucewayne74, Shining and Skhsato123 by brucewayne74
[April 05, 2024, 06:07:48 PM]


X-Men Training Room (Bright & Dark) Stage 1.1 & 1.0 by MatreroG
[April 05, 2024, 10:55:29 AM]


[WIP] Pocket Dimensional Clash 2 by O Ilusionista
[April 01, 2024, 11:03:03 PM]

* 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