Page 1 of 1

How can I add DragonFuta KO to another character after defeating

Posted: Sat Mar 28, 2026 10:44 pm
by Vanity25
Hi, I'm new here and I wanted to ask how can I add the ability to perform the DragonFuta KO to another character so that it activates upon defeating another character. I mean the one where, when you defeat a character like Izumi Hojo, the screen goes dark and shows what happened next,I should also mention that I don't know how to code, but I heard it can be added using something called "air" in the character files. I apologize if my English is bad; I'm using a translator.

Re: How can I add the ability to perform the DragonFuta KO to another character so that it activates upon defeating anot

Posted: Sun Mar 29, 2026 12:19 am
by UmbreonLover
Vanity25 wrote: Sat Mar 28, 2026 10:44 pm I heard it can be added using something called "air" in the character files.
You heard correctly. You can add the animation "KO" to another character only if they have the sprites for that animation.
You can copy the whole "KO Animation" and paste it to the new character you want, but keep in mind... GroupAnim and Sprite Index
are required for it to work
.

For an example:
if Number 112233 is not found. You won't see anything.
Number 112233 is the "KO / finisher". You will see the animation played.


Another Example about GroupAnim:
If 998877 is not found, but the 112233 is found. You won't see anything
if 998877 is found and 112233 is not found. You won't see anything.
if 998877 is found and 112233 is found. You will see the group sprite for that animation.


Final Example:
if all are found, but you got no sprites to show. Obiviously, you won't see anything
if all are found and you have all required
998877, X - 998877, Y. Then you are going to see all the sprite images for that animation.


So, If "998877, 1" and "998877, 2" are missing, but you have all the others. You will see some invisible sprite images, and
its because you are missing them.

Re: How can I add DragonFuta KO to another character after defeating

Posted: Sun Mar 29, 2026 2:44 pm
by Vanity25
Thank you so much for telling me, I'll see what I can do to do that, thanks UmbreonLover :D

Re: How can I add DragonFuta KO to another character after defeating

Posted: Sun Mar 29, 2026 4:03 pm
by UmbreonLover
No problem at all. Here's a long outdated guideline on how an ".air" file works

Code: Select all

https://www.elecbyte.com/mugendocs-11b1/air.html
if you want to know more, or how to code in mugen. Here's the main link:

Code: Select all

For program Version 1.1b:
    https://www.elecbyte.com/mugendocs-11b1/mugen.html

For program Version 1.0:
    https://www.elecbyte.com/mugendocs/mugen.html
Have fun and take your time when adding new things to a character