Game Development Community

Wheeled Vehicle Crash

by Anthony McCrary · in Torque Game Engine · 05/01/2002 (6:26 pm) · 4 replies

I built a little ramp to test out jumping with the wheeled vehicle. The ramp is a dif object.

But everytime I try to jump it with a car, it crashes mid way up the ramp.

Anyone else have this problem or have a fix for it? Thanks.

#1
05/01/2002 (7:08 pm)
Are you using the test car model?

If not make sure your wheel nodes are inside the collision mesh. If you are try getting this:

www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=2601

And use the car model from there and see if it happens still
#2
05/02/2002 (8:59 am)
Latest head fixed alot of the collision problems, have you updated recently?
#3
05/02/2002 (9:19 am)
Also, make sure you are relighting the map after you add your dif. I know it seems silly but it really tripped me up the first time I added some difs to a map.
#4
05/02/2002 (11:02 am)
I updated a few weeks ago, I'll try again.

The death car still crashes on the ramp, but I'll see what happens after I recompile.

Thanks everyone