Warcraft III resources & community, 2003–2006 · archived

Death Animation

3 posts
#1

Death Animation

Hey, can someone help me, how to add a death animation to a model. No explosion or something like that. The model shall just be invisible.

I use GMax and dex script to export the model.



Thanks :roll:
#2
I don't have Gmax but you can do it in notepad. Just add a new sequence, for example:

Anim "death" {
Interval { 1833, 3333 },
NonLooping,
}
And then make a geosetanim that turn the model invisible.
#3
Yeah, but how do i add the death animation? I tryed to make a death animation in GMax, where I scale the models down, so you cant see it. But that dosent work.