steveb
11-23-2009, 02:48 PM
Hi,
I have created my own vehicle class by extending SVehicle and some controllable dynamic meshes by extending the DynamicSMActor class. I would like to create a conveyor that these actors can automatically travel down. I have tried ForcedDirVolumes, but these seem to be vehicle specific (and the drop-down does not have an 'ALL' choice) and the regular PhysicsVolume. Both of these work for my player and the ForcedDir works for the chosen vehicle but not my custom jobs. Is there anyway to get them to work for my special classes? Is there a better volume? Of course this is the first step, I would then like to be able to control the direction and speed of the conveyor with script. Thanks!
I have created my own vehicle class by extending SVehicle and some controllable dynamic meshes by extending the DynamicSMActor class. I would like to create a conveyor that these actors can automatically travel down. I have tried ForcedDirVolumes, but these seem to be vehicle specific (and the drop-down does not have an 'ALL' choice) and the regular PhysicsVolume. Both of these work for my player and the ForcedDir works for the chosen vehicle but not my custom jobs. Is there anyway to get them to work for my special classes? Is there a better volume? Of course this is the first step, I would then like to be able to control the direction and speed of the conveyor with script. Thanks!