Community Forum

Sliding mod revisited

Forum Overview >> Farming Simulator 19

CategoryFarming Simulator 19
Created15.12.2021 17:47


Patton_M47 15.12.2021 17:47
I was hoping this problem would go away with fs22, but it did not....... (mod slides when steered)
I copy pasted this tag from the in game Zetor 25k and pasted it in my mod changing only the weight and the axis node should I change something else?

<components>
<component centerOfMass="0 0.4 0.3" solverIterationCount="10" mass="900"/>
<component centerOfMass="0 0 0" solverIterationCount="28" mass="75"/>
<joint component1="1" component2="2" node="0>0|18" rotLimit="0 0 4" rotLimitSpring="0 0 4000" rotLimitDamping="0 0 3" maxRotDriveForce="0 0 3" rotDriveRotation="0 0 0" rotDriveSpring="0 0 3" rotDriveDamping="0 0 3" breakable="false"/>
</components>

Patton_M47 24.12.2021 05:03
any ideas I really badly want to solve this issue

Rubens De Moraes (Rhubens) 25.12.2021 17:23
I solve my problem putting a high mass on it. (In component and vehicle, to keep the physic)

Before it was <mass="1000"> and it sliding, after I putted <mass="10000"> it become almost imperceptible, of course, you cannot forget to change some "motorized" attributes, "torqueScale" and "brakeForce" must be asjusted to make your vehicle "normal" like it was before the new "mass"

Patton_M47 25.12.2021 17:44
okay thx I feel like I have messed with the mass before on this problem and it made it worse but ill take another look


Note: Log in to post. Create a new account here.