Game Development Community

New Vehicle Too High On Rear

by Robert Rice · in Artist Corner · 01/04/2009 (8:16 pm) · 2 replies

So, I created a new vehicle model in blender. Viewing it in Show Tool displays it as it was created. I replaced the buggy model with my new model, and when it shows up in game, the body of the car is angled from very high in the back to normal level in front. Because the model seems fine, I must assume that it is some sort of script property that is causing this, but I cannot seem to find which setting that is. Anyone have any ideas?

Note that I have tried this with both the tire model from the buggy and the tire model I created, both with the same results.

#1
01/04/2009 (8:43 pm)
You would need to look into the wheel spring properties to understand why. The springs sound really stiff.
#2
01/04/2009 (9:07 pm)
That appears to have done it. The WheeledVehicleSpring length property was set at 0.85. Changed it to around 0.25 to get what I needed. Thanks!