Someone with vehicle experience?

mcan
Posts: 15
Joined: Tue Feb 03, 2009 10:04 am

Someone with vehicle experience?

Post by mcan »

Hello, I'm still at work with my simulator. The car I have is a pretty heavy peace, 1430kg.

Now I changed the vehicleheight from 1.4 to 0.7 and the suspension got all weired!
Currently I'm using these settings:

Code: Select all

	suspensionStiffness(1000.f),
	suspensionDamping(500.3f),
	suspensionCompression(700.2f),
	rollInfluence(0.2f), 
	connectionHeight(0.3f),
	suspensionRestLength(.65f),
	suspensionTravelCm(120.f),
But now it seems like the Stiffness is way to low. When I turn, the suspension bottoms out. And if I change it to 10000 the vehicle gets all wobbly.

Is there anyone with some magic numbers one can use? :)
Or any other tip would be appreciated!

/Thanks.
//Markus