The Mugen Fighters Guild

Help => M.U.G.E.N Development Help => Topic started by: ZeroCannon on June 28, 2017, 06:42:13 pm

Title: Having A FIghter fight alone,even in simul/team
Post by: ZeroCannon on June 28, 2017, 06:42:13 pm
Hey,I'm trying to make a mugen with a tag patch.but how to make a fighter fight alone,regardless if it simul,or 2,3,or 4 people in the opponent team during aracde.I want zero with KOF to only have 3 strikers in the last battle of arcade

For Example
Battle 5
Team battle of: Morrigan,Kyo,and Batman vs Iori,Megaman,and Spiderman
Battle 6
Team battle of:Morrigan,Kyo,and Batman vs Zero(KOF,with strikers of Krizald,Ron,and Gulan)
You can ignore about the strikers part though.
Title: Re: Having A FIghter fight alone,even in simul/team
Post by: Odb718 on June 29, 2017, 07:40:34 am
One thing that comes to mind is your order= in the select.def
You'd need Zero to be the only character with what ever order number you want. Probably 6?
So when you get to level 6 characters, there's only one option for Mugen to load; Zero

Inside Zero you'd want a check to see if he has partners, and what partner number he is. And if he's not P1 or P2, then he needs to enter a special dead state under the map or something. You'd probably want that in statedef 5900.

I'm not 100% sure this would work. But I think it should.
Title: Re: Having A FIghter fight alone,even in simul/team
Post by: ZeroCannon on July 01, 2017, 07:07:00 am
Okay,trying it right now.thanks,It works!