Game Development Community

Wheeled vehicle water splash?

by SeanT · in Torque Game Engine · 12/08/2003 (3:49 pm) · 2 replies

Hi, I noticed that player objects and flying vehicles create particle splashes when entering/leaving the water surface. Can wheeled vehicles do the same? If so, how can this be activated? Thanks for any help!

#1
12/10/2003 (5:01 am)
Figured it out...Just copy the splash datablocks from the player.c script and insert into car script wheeledvehicle datablock! :)
#2
08/06/2004 (9:46 am)
Can you be more specific on what you did to make this work. I tried to copy the scripts from player.cs to my vehicle.cs script but it did not work. Do I need to copy something from the player.c to some other .c file and recompile the .exe? Thanks.