The Mugen Fighters Guild

Help => M.U.G.E.N Development Help => Code Library => Topic started by: Sir Ace-A-Lot on August 20, 2008, 12:06:36 am

Title: Gaurd Impacts like Soul Calibur, The Code
Post by: Sir Ace-A-Lot on August 20, 2008, 12:06:36 am
[New to the forum if in wrong spot plz notify]

Pretty basic code and actually a simple trick to it...

Spoiler, click to toggle visibilty

Step 1. All you have to do now is create a Animation 808 and have your character
in a guard stance then instead of adding blue collision boxes add red.

Step 2. Also change the PlaySND to your own preference.

Step 3. PalFXWiz can be changed however you like, I added it because I like the
glow in it

Step 4. Change Hitsparks to you own preference.

If you need help learning how to code it into a move, PM me otherwise enjoy!
Title: Re: Gaurd Impacts like Soul Calibur, The Code
Post by: OZ on August 20, 2008, 12:10:15 am
That's pretty cool.

I would have posted in development discussion though, seeing as this is not a download.
Title: Re: Gaurd Impacts like Soul Calibur, The Code
Post by: Sir Ace-A-Lot on August 22, 2008, 02:14:13 am
No feedback lol.
What, you dont like the code ppl?
Title: Re: Gaurd Impacts like Soul Calibur, The Code
Post by: Laxxe23 on August 22, 2008, 02:29:21 am
ummm slight problem, it wont activate if its in its own state, unless its linked to the guard state
also it needs to go to the normal guard right after to prevent it from looping into state zero then back into this state
Title: Re: Gaurd Impacts like Soul Calibur, The Code
Post by: Sir Ace-A-Lot on August 25, 2008, 11:55:55 pm
To Activate it, you need to code it as a special motion.
The way I had it work for me is I coded the command to be
Left(Or down if you prefer), X.
That way the Character would still be in a guarding position,
just in case of a failed attempt.
Title: Re: Gaurd Impacts like Soul Calibur, The Code
Post by: Rajaa Retired on August 26, 2008, 12:10:46 am
It's just your basic state and standard slightly touched hitdef with Clsn1 to hit the opponent, with a change state to zero i don't see the uniqueness of this code.... :blank:
Title: Re: Gaurd Impacts like Soul Calibur, The Code
Post by: Sir Ace-A-Lot on August 31, 2008, 07:40:14 am
Exactly all it is, is a simple way to make a guard impact effect for your character. Anyone cud have done it...