Try setting kart (vs track specificially) friction to 0, and
reduce roll/pitch impact which should keep karts more parallel to the ground.
This commit is contained in:
parent
b8655e53cc
commit
f35b9c9480
@ -55,7 +55,7 @@
|
||||
chassis-angular-damping="0"
|
||||
downward-impulse-factor="5"
|
||||
track-connection-accel="2"
|
||||
angular-factor="1.0 1.0 1.0"
|
||||
angular-factor="0.5 1.0 0.5"
|
||||
smooth-flying-impulse="250" />
|
||||
|
||||
<!-- Turning
|
||||
@ -125,7 +125,7 @@
|
||||
</wheels>
|
||||
|
||||
<!-- Friction of a kart when e.g. sliding along a wall. -->
|
||||
<friction kart-friction="0.5" />
|
||||
<friction kart-friction="0.0" />
|
||||
|
||||
<!-- ********** Visuals ********** -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user