Transforming/Morphing Characters

maxman

Well-known member
There used to be a thread long time ago about making characters transform after they die. What I mean is, in one stage without skipping to the next, one character gets killed and dies, and after that, it becomes another character/entity. Let's say if normal Akuma is defeated for example, he resurrects to battle again. Another one is Duke who got defeated by Double Dragon, and somehow he transformed into a powerful enemy. I forgot how the transformation went. I do not know whether it's updated for the latest version.
 
isn't that just a character spawning another char using a spawn animation in the spawned model's text to give the appearance of a transforming character after death
example:

spawn akuma
item         super-akuma
coords 500 178
at         500

akuma dies and super-akuma is born
 
I did the weapon thing to introduce a tag system. one char jumps onto the screen then the other runs off. Marvel vs. capcom style.
works really well especially if your the only player. No script involve. 
 
Back
Top Bottom