Community Forum

Front axis problem

Forum Overview >> Farming Simulator 17

CategoryFarming Simulator 17
Created13.03.2018 19:01


Durand Jean Marc (hmmr58) 13.03.2018 19:01
Hello,
I have made a front axle on a mod, and i have a problem with the wheels. With the same properties that the mod without front axle, the front wheels slide on the ground. The rotation with front and rear wheel are different. I don't understand.
Thank you.

<wheelConfigurations>
<wheelConfiguration name="$l10n_configuration_valueDefault" price="0">
<wheels autoRotateBackSpeed="1.6">
<wheel rotSpeed="1" restLoad="3.1" repr="1>0|0" driveNode="1>0|0|0" forcePointRatio="0.7" filename="$data/vehicles/wheels/trelleborg/TH400_500_70R24.xml" isLeft="true" color="0.02 0.02 0.01 1" iinitialCompression="50" suspTravel="0.1" spring="40" damper="50" hasParticles="true" hasTireTracks="true" >
</wheel>
<wheel rotSpeed="1" restLoad="3.1" repr="1>0|1" driveNode="1>0|1|0" forcePointRatio="0.7" filename="$data/vehicles/wheels/trelleborg/TH400_500_70R24.xml" isLeft="false" color="0.02 0.02 0.01 1" iinitialCompression="50" suspTravel="0.1" spring="40" damper="50" hasParticles="true" hasTireTracks="true" >

</wheel>
<wheel rotSpeed="1" restLoad="3.3" repr="0>0|2" forcePointRatio="0.7" filename="$data/vehicles/wheels/trelleborg/TH400_500_70R24.xml" isLeft="true" color="0.02 0.02 0.01 1" iinitialCompression="50" suspTravel="0.1" spring="40" damper="50" hasParticles="true" hasTireTracks="true" >

</wheel>
<wheel rotSpeed="1" restLoad="3.3" repr="0>0|3" forcePointRatio="0.7" filename="$data/vehicles/wheels/trelleborg/TH400_500_70R24.xml" isLeft="false" color="0.02 0.02 0.01 1" iinitialCompression="50" suspTravel="0.1" spring="40" damper="50" hasParticles="true" hasTireTracks="true" >

</wheel>
</wheels>
</wheelConfiguration>
</wheelConfigurations>
<ackermannSteering rotSpeed="60" rotMax="47" rotCenterWheel1="3" rotCenterWheel2="4"/>
<differentials>
<differential torqueRatio="0.5" maxSpeedRatio="1.9" wheelIndex1="0" wheelIndex2="1" /> <!-- front left-right -->
<differential torqueRatio="0.5" maxSpeedRatio="1.9" wheelIndex1="2" wheelIndex2="3" /> <!-- back left-right -->
<differential torqueRatio="0.5" maxSpeedRatio="1.1" differentialIndex1="0" differentialIndex2="1" /> <!-- front-back -->
</differentials>
<motor torqueScale="1.23" minRpm="1000" maxForwardSpeed="23" maxBackwardSpeed="20" maxRpm="2200" brakeForce="12" lowBrakeForceScale="0.22" lowBrakeForceSpeedLimit="1" rotInertia="0.002" minForwardGearRatio="28" maxForwardGearRatio="150" minBackwardGearRatio="38" maxBackwardGearRatio="150">
<torque normRpm="0.45" torque="0.9"/>
<torque normRpm="0.5" torque="0.97"/>
<torque normRpm="0.59" torque="1"/>
<torque normRpm="0.72" torque="1"/>
<torque normRpm="0.86" torque="0.88"/>
<torque normRpm="1" torque="0.72"/>
</motor>

the front axis joint

<components count="2">
<component1 centerOfMass="0 0.94 0" solverIterationCount="40" />
<component2 centerOfMass="0 0 0" />
<joint component1="0" component2="1" index="0>0|4" rotLimit="0 0 10" breakable="false"/>
</components>

Thank you for your answer!

Durand Jean Marc (hmmr58) 14.03.2018 09:15
I found the problem! it was the density of my compound!


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