Game Development Community

Vehicle Damager & MilkShape models

by Tony Chamberlain · in Artist Corner · 01/22/2003 (10:18 pm) · 2 replies

I have a vehicle working perfectly - all but I can't figure out how to get it to take damage, does it need a LOS node, because MilkShape doesn't support LOS that I'm aware of. I have my standard nodes (mount0,hub0-3,cam) then I have a col-1 mesh.

Any help will be greatly appericated.

#1
01/23/2003 (12:38 pm)
I am going to make it a habit to post a solution to my problem if I find them outside of the forums, so maybe it will help others.

JoeMaru & JafaRykos helped me on this one. From what I learned as long as a vehicle stops the bullets, I just needed to add the ::onDamage and ::damage script to it. Luckily they were right. MilkShape doesn't need to have a LOS node, the col-1 does this.
#2
12/31/2003 (2:48 am)
But how you gt the wehicle to take damage on collisions with terrain or other objects?
Can you provide example script?