Game Development Community

Damaged Vehicle Segments

by Scott Manning · in Torque Game Engine · 10/09/2003 (8:15 pm) · 1 replies

I've been playing around with torque, reading up on it and waiting patiently for the 1.2 release.

After seeing this resource www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=2150 I'd like to know if popping different model segments in and out would be possible for the vehicle models in torque. Would it be possible to have multiple parts of the car that could be damaged and/or broken off as in GTA3 and its sequels?

#1
10/09/2003 (11:33 pm)
If you can hack the engine, then its all possible by having "general mount points" implemented. There you could mount different vehicle parts, and then bump them off when damaged.

It should also be possible to change the dts for your model if you would rather start having dents etc.

Havent done it myself in practice, so I dont know how practically.