Game Development Community

Upgraded to 1.2... now players walk thru walls, bldgs

by Rocky Pinson · in Torque 3D Beginner · 12/31/2011 (12:30 pm) · 1 replies

Since I upgraded the players can walk right through my buildings, walls and other models. is there something I need to do? Any suggestions would be greatly appreciated.

#1
01/01/2012 (1:39 am)
Look in your mission file and see if you have collisions set.

collisionType = "None"; will let you walk through as if the walls don't exist.