Author Topic: Vehicle Suspension + Spring?  (Read 494 times)

What's the code to make a vehicle more x bouncy? Like more suspension, etc.

In the spring script, I found that having a strong enough force to hold the vehicle up, and lowering these:
Code: [Select]
damping = 800; //600; // Spring dampingTo something like this:
Code: [Select]
damping = 100; //10; // Spring dampingMakes it ridiculously bouncy. You should mess around with the damping.

In the spring script, I found that having a strong enough force to hold the vehicle up, and lowering these:
Code: [Select]
damping = 800; //600; // Spring dampingTo something like this:
Code: [Select]
damping = 100; //10; // Spring dampingMakes it ridiculously bouncy. You should mess around with the damping.

Thanks! Problem solved.