Game Development Community

Unique cars

by Drethon · in Torque Game Engine · 09/08/2005 (7:32 pm) · 0 replies

I'm trying to allow for every car within the game I'm working on to be unique and customizeable. My assumption is that I'll need to create a class that holds and maintains a number of car/vehicle classes in an array or linked list.

I'm wondering if Torque has some way to accomplish this without my getting complicated with this or if this is the best direction to go?

Thanks