| 01-02-2007, 05:39 PM | #1 |
Alright, so my current project makes use of destructible models as the actual model of units... Obivously these destructibles are lacking any kind of "death animation" so after being destroyed, the model remains for 20-40 seconds after which it just disappears. Is there any simple way to have it be removed immediately after it is destroyed, or perhaps to have the model sink into the ground and then be removed from existence (for at least a basic death-effect)... I've never done modeling, so modifying the model to include a death animation is out of the question, I think. |
| 01-02-2007, 06:00 PM | #2 |
| 01-02-2007, 06:11 PM | #3 |
Yes, they do...but certain thinks like Rocks and mushrooms do not. I'll give that a try...see if I can't find a special effect I like. |
| 01-02-2007, 06:25 PM | #4 |
Rocks and mushrooms are doodads. Since doodads aren't able to be killed, the people making the models didn't need to bother with a death animation for the models. What you could do is use the function SetDestructableOccluderHeight which should set the destructable to a certain height above the ground. Just make a timer and reduce the height little by little which should make it look like the destructable is sinking. |
