Game Development Community

Weapon for meele combat

by CIMO · in General Discussion · 03/07/2006 (2:58 am) · 4 replies

I create a knife...But, in game, don't damage....I put a joint for damage? What is the name? thanks

#1
03/07/2006 (6:07 am)
No as simple, you need collision mesh for the knife, then when the wepon collides with a person there must be an oncollision function to handle the logic. If you are serious about the development buy the engine, this will give you more access to pre-existing resources which explain the process.
#2
03/07/2006 (6:22 am)
Ehm....I create a knife with milkshape 3D and i would sostitute a sword with knife...
Used a resource of realm wars....
What I must create in milkshape for my knife hit the player?
Thanks =)
#3
03/07/2006 (8:14 am)
No the models are not application specific. They simply require two nodes, DamageStart and DamageEnd to be in the DTS shape, the engine will then do a simple raycast collision between the two points to tell if it has hit/collided with a player or not.

Logan
#4
03/07/2006 (10:27 am)
Nice excellent thanks =D