Author Topic: Vehicles Collision probs  (Read 1239 times)

I can touch my vehicles but i cant make projectiles touch them. I added a Collision group but it dosent work.

A projectile collision group must be a object spawned from the menu on the side, you cannot change the faces or other properties on it however you can move the vertexes. collision0 is the main collision with the player model and ground, collision1 is the projectile collision. I learnt this all by myself  :cookieMonster:

I sorta have the same prob, i can collide with the vehicle, but projectiles don't unless i choose bounding box in the normal DTS export menu, if i make a new group called collision, projectiles would go through it, but players wouldn't :/


Oh, sorry, i skipped over it, also, would collision1 also make it so it collides with ground and players?

No, only projectiles which is very useful.

This would be because your collision mesh is abnormal and will most likely cause normal collision errors such as going through walls. You need to re-do the mesh completely and make it very simple. Or if you're lazy you can create a LOSColMesh and LosCol9 detail which will allow projectiles and raycasts to hit it.