Game Development Community

Projectile Collision

by Robert Stewart · in Torque Game Engine Advanced · 11/17/2005 (10:14 am) · 3 replies

My projectiles dont collide with Players or Vehicles. Is this a TSE bug?

#1
11/17/2005 (10:46 am)
I need to have working projectile collision for the project im working on, its for a demo that needs to be shown to the projects investor tonight. So I appreciate it if someone would help me out.

onCollision does not get called for player/vehicle.
Projectiles hit interiors and Atlas.
#2
11/17/2005 (7:06 pm)
Your shapes need an LOS Collision bounds exported with the shape.
I believe there is a document explaining this somewhere on this site or TDN.
#3
11/17/2005 (7:14 pm)
The shapes work in TGE, is it different for TSE?