372 posts joined 2004-07-02
#1 2006-02-08
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
168 posts joined 2004-09-25
#2 2006-02-09
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.
372 posts joined 2004-07-02
#3 2006-02-09
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.