sliding problem

Your forum for all discussions around Modding.
User avatar
Patton_M47
Posts: 921
Joined: Sun Jan 12, 2020 11:33 pm

sliding problem

Post by Patton_M47 »

when ever I turn my tractor it seems to slide any idea how I can fix this?

Code: Select all

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<vehicle type="tractor">
    <annotation>Copyright (C) GIANTS Software GmbH, All Rights Reserved.</annotation>
    <storeData>
        <name>
            <en>Ford 2X-3X</en></name>
        <specs>
            <power>36</power>
        </specs>
        <functions>
            <function>Utility tractor</function>
        </functions>
        <image>f3000.dds</image>
        <price>5675</price>
        <lifetime>600</lifetime>
        <rotation>0</rotation>
        <brand>FORD</brand>
        <category>tractorsS</category>
    </storeData>
    <base>
        <typeDesc>$l10n_typeDesc_tractor</typeDesc>
        <filename>Ford2x3x00.i3d</filename>
        <size width="3.5" length="6.5"/>
        <components>
            <component centerOfMass="0 0.71 0" solverIterationCount="20" mass="1549"/>
            <component centerOfMass="0 0 0" solverIterationCount="20" mass="300"/>
            <joint component1="2" component2="1" node="1>0" rotLimit="0 0 10" transLimit="0 0 0" maxRotDriveForce="0 0 0" rotDriveRotation="0 0 0" rotDriveSpring="0 0 0" rotDriveDamping="0 0 0"/>
        </components>
        <schemaOverlay attacherJointPosition="0.5 0">
            <default name="DEFAULT_VEHICLE"/>
            <selected name="DEFAULT_VEHICLE_SELECTED"/>
        </schemaOverlay>
    </base>
    <wheels>
        <wheelConfigurations>
            <wheelConfiguration name="$l10n_configuration_valueDefault" price="0">
                <wheels autoRotateBackSpeed="1.7">
                    <wheel hasTireTracks="true" rotMin="-35" rotMax="35">
                        <physics rotSpeed="1" restLoad="2.62" repr="1>2" driveNode="1>2|0" radius="0.44" width="0.2" mass="0.5" initialCompression="20" forcePointRatio="0.1" suspTravel="0.10" spring="30" damper="25" tireType="street" tireTrackAtlasIndex="4"maxDeformation="0.054" isCareWheel="false"/>
                    </wheel>
                    <wheel hasTireTracks="true" rotMin="-35" rotMax="35">
                        <physics rotSpeed="1" restLoad="2.62" repr="1>3" driveNode="1>3|0" radius="0.44" width="0.2" mass="0.5" initialCompression="20" suspTravel="0.10" forcePointRatio="0.1" spring="30" damper="25" tireType="street" tireTrackAtlasIndex="4"maxDeformation="0.054" isCareWheel="false"/>
                    </wheel>
                    <wheel hasTireTracks="true">
                        <physics rotSpeed="0" restLoad="4.70" repr="0>2|1" radius="0.725" width="0.52" mass="1" tireType="mud" initialCompression="50" suspTravel="0.03" spring="30" damper="25"maxDeformation="0.054" isCareWheel="false"/>
                    </wheel>
                    <wheel hasTireTracks="true">
                        <physics rotSpeed="0" restLoad="4.70" repr="0>3|1" radius="0.725" width="0.52" mass="1" tireType="mud" initialCompression="50" suspTravel="0.03" spring="30" damper="25"maxDeformation="0.054" isCareWheel="false"/>
                    </wheel>
                </wheels>
            </wheelConfiguration>
        </wheelConfigurations>
        <ackermannSteeringConfigurations>
            <ackermannSteering rotSpeed="60" rotMax="44" rotCenterWheel1="3" rotCenterWheel2="4"/>
        </ackermannSteeringConfigurations>
    </wheels>
    <designConfigurations>
        <designConfiguration name="Standard" price="0"/>
        <designConfiguration name="Guard" price="200">
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Triangle" price="20">
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="ROPS" price="250">
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Guard and Triangle" price="220">
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Guard and ROPS" price="450">
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Triangle and ROPS" price="220">
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="All" price="470">
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Shell Fenders" price="200">
            <objectChange node="0>27" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Shell Fenders and Guard" price="400">
            <objectChange node="0>27" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Shell Fenders and Triangle" price="220">
            <objectChange node="0>27" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Shell Fenders and ROPS" price="450">
            <objectChange node="0>27" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Shell Fenders Guard and Triangle" price="420">
            <objectChange node="0>27" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Shell Fenders Guard and ROPS" price="600">
            <objectChange node="0>27" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="All and Shell Fenders" price="620">
            <objectChange node="0>27" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Square Fenders" price="300">
            <objectChange node="0>28" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Square Fenders and Guard" price="500">
            <objectChange node="0>28" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Square Fenders and Triangle" price="320">
            <objectChange node="0>28" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Square Fenders and ROPS" price="550">
            <objectChange node="0>28" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Square Fenders Guard and Triangle" price="520">
            <objectChange node="0>28" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Square Fenders Guard and ROPS" price="700">
            <objectChange node="0>28" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="All and Square Fenders" price="720">
            <objectChange node="0>28" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>31" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Safety Cab" price="400">
            <objectChange node="0>32" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Safety Cab and Guard" price="600">
            <objectChange node="0>32" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Safety Cab and Triangle" price="420">
            <objectChange node="0>32" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Safety Cab Guard and Triangle" price="620">
            <objectChange node="0>32" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="All and Safety Cab" price="820">
            <objectChange node="0>32" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>30" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Q cab" price="500">
            <objectChange node="0>33" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
        <designConfiguration name="Q Cab and Guard" price="700">
            <objectChange node="0>33" visibilityActive="true" visibilityInactive="false"/>
            <objectChange node="0>29" visibilityActive="true" visibilityInactive="false"/>
        </designConfiguration>
    </designConfigurations>
    <attacherJoints>
        <attacherJoint node="0>9|0|0|0|0" upperRotationOffset="0.91" lowerTransLimit="0 0 0" moveTime="2.5" comboTime="1">
            <distanceToGround lower="0.32" upper="0.79"/>
            <rotationNode node="0>9|0|0" upperRotation="25 0 0" lowerRotation="-16 0 0"/>
            <rotationNode2 node="0>9|0|0|0"/>
            <bottomArm rotationNode="0>9|0|1" translationNode="0>9|0|1|0" referenceNode="0>9|0|1|0|0" zScale="-1"/>
            <topArm rotationNode="0>9|1" translationNode="0>9|1|0" referenceNode="0>9|1|0|0" zScale="-1"/>
            <schema position="1 0" rotation="0" invertX="false"/>
        </attacherJoint>
        <attacherJoint node="0>29|0|1" jointType="trailer" lowerRotLimit="10 50 50" comboTime="1" allowsJointLimitMovement="false" upperRotRotationOffset="0">
            <schema position="1 0" rotation="0" invertX="false"/>
        </attacherJoint>
        <attacherJoint node="0>9|2" jointType="trailerLow" lowerRotLimit="10 50 50" comboTime="1" allowsJointLimitMovement="false" upperRotRotationOffset="0">
            <schema position="1 0" rotation="0" invertX="false"/>
        </attacherJoint>
        <attacherJoint node="0>9|3" jointType="trailer" lowerRotLimit="0 0 0" comboTime="0" allowsJointLimitMovement="false" upperRotRotationOffset="0">
            <schema position="0 0" rotation="0" invertX="true"/>
        </attacherJoint>
        <attacherJoint node="0>15|0|0" jointType="attachableFrontloader" lowerRotLimit="20 50 50" upperRotRotationOffset="0" allowsJointLimitMovement="false" comboTime="1">
            <distanceToGround lower="0.44" upper="1.02"/>
            <transNode node="0>8|1|0" minY="0.713" maxY="0.945" height="0.3"/>
            <schema position="1 0" rotation="0" invertX="false"/>
        </attacherJoint>
        <sounds>
            <attach template="ATTACH_01" linkNode="0>"/>
            <hydraulic template="DEFAULT_HYDRAULIC_SOUND" linkNode="0>"/>
        </sounds>
    </attacherJoints>
    <powerTakeOffs>
        <output attacherJointIndices="1 2 3" outputNode="0>14"/>
    </powerTakeOffs>
    <lights>
        <states>
            <state lightTypes="0"/>
            <state lightTypes="0 1"/>
            <state lightTypes="0 1 2"/>
        </states>
        <sharedLight linkNode="0>6|3|0|0" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>6|3|0|1" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>6|3|1|0" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>6|3|1|1" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>6|3|2|0" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>6|3|2|1" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>6|3|3|0" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>6|3|3|1" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>27|1|0" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>27|1|1" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>32|1|0" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>32|1|1" filename="$data/shared/assets/lights/lizard/rearLightCircleWhite_01.xml"/>
        <sharedLight linkNode="0>27|1|4" filename="$data/shared/assets/lights/lizard/rearLightCircle_01Orange_left.xml"/>
        <sharedLight linkNode="0>27|1|5" filename="$data/shared/assets/lights/lizard/rearLightCircle_01Orange_right.xml"/>
        <sharedLight linkNode="0>28|1|0" filename="$data/shared/assets/lights/lizard/rearLightCircle_01Orange_left.xml"/>
        <sharedLight linkNode="0>28|1|1" filename="$data/shared/assets/lights/lizard/rearLightCircle_01Orange_right.xml"/>
        <sharedLight linkNode="0>32|1|2" filename="$data/shared/assets/lights/rearLightCircleOrange_02_left.xml"/>
        <sharedLight linkNode="0>32|1|3" filename="$data/shared/assets/lights/rearLightCircleOrange_02_left.xml"/>
        <sharedLight linkNode="0>32|1|4" filename="$data/shared/assets/lights/rearLightCircleOrange_02_right.xml"/>
        <sharedLight linkNode="0>32|1|5" filename="$data/shared/assets/lights/rearLightCircleOrange_02_right.xml"/>
        <sharedLight linkNode="0>27|1|2" filename="$data/shared/assets/lights/lizard/rearLightCircleRed_02.xml"/>
        <sharedLight linkNode="0>27|1|3" filename="$data/shared/assets/lights/lizard/rearLightCircleRed_02.xml"/>
        <realLights>
            <low>
                <light node="0>13|2|3|0" lightTypes="0"/>
                <light node="0>13|18|2" lightTypes="1"/>
                <light node="0>6|2|1" lightTypes="1"/>
                <light node="0>13|17|3" lightTypes="2"/>
                <light node="0>13|2|3|1" lightTypes="3"/>
                <light node="0>6|1|0" lightTypes="0"/>
                <brakeLight node="0>6|0|0"/>
                <turnLightLeft node="0>6|3|1"/>
                <turnLightRight node="0>6|3|0"/>
            </low>
            <high>
                <light node="0>13|2|3|2" lightTypes="0"/>
                <light node="0>13|18|3" lightTypes="1"/>
                <light node="0>6|2|0" lightTypes="1"/>
                <light node="0>13|17|2" lightTypes="2"/>
                <light node="0>13|2|3|3" lightTypes="3"/>
                <light node="0>6|1|0" lightTypes="0"/>
                <brakeLight node="0>6|0|0"/>
                <turnLightLeft node="0>6|3|1"/>
                <turnLightRight node="0>6|3|0"/>
            </high>
        </realLights>
        <defaultLights>
            <defaultLight shaderNode="0>13|16|1|1" lightTypes="0 3"/>
            <defaultLight shaderNode="0>13|16|0|1" lightTypes="0 3"/>
            <defaultLight shaderNode="0>13|2|1|0" lightTypes="0 3"/>
            <defaultLight shaderNode="0>13|2|2|0" lightTypes="0 3"/>
            <defaultLight shaderNode="0>13|16|2|0" lightTypes="0 3"/>
            <defaultLight shaderNode="0>13|16|3|0" lightTypes="0 3"/>
            <defaultLight shaderNode="0>13|16|4|0|0" lightTypes="1"/>
            <defaultLight shaderNode="0>13|16|5|0|0" lightTypes="1"/>
            <defaultLight shaderNode="0>13|18|0|0|1" lightTypes="1"/>
            <defaultLight shaderNode="0>13|18|1|0|1" lightTypes="1"/>
            <defaultLight shaderNode="0>13|17|0|0|1" lightTypes="2"/>
            <defaultLight shaderNode="0>13|17|1|0|1" lightTypes="2"/>
            <defaultLight shaderNode="0>13|16|6|0" lightTypes="0 3"/>
            <defaultLight shaderNode="0>13|16|7" lightTypes="0 3"/>
        </defaultLights>
        <brakeLights>
            <brakeLight shaderNode="0>13|16|2|0"/>
            <brakeLight shaderNode="0>13|16|3|0"/>
        </brakeLights>
        <turnLights>
            <turnLightLeft shaderNode="0>13|16|3|1"/>
            <turnLightRight shaderNode="0>13|16|2|1"/>
            <turnLightLeft shaderNode="0>13|16|1|2"/>
            <turnLightRight shaderNode="0>13|16|0|3"/>
        </turnLights>
        <sounds>
            <switchLight template="SWITCH_01" linkNode="0>"/>
            <turnLight template="SWITCH_TURNLIGHT" linkNode="0>"/>
        </sounds>
    </lights>
    <enterable>
        <exitPoint node="0>7"/>
        <enterReferenceNode node="0>"/>
        <characterNode node="0>10|0" cameraMinDistance="1.5" spineRotation="-90 0 90">
            <target ikChain="rightFoot" targetNode="0>10|2"/>
            <target ikChain="leftFoot" targetNode="0>10|1"/>
            <target ikChain="rightArm" targetNode="0>11|0|0|0|0|1"/>
            <target ikChain="leftArm" targetNode="0>11|0|0|0|0|0"/>
        </characterNode>
        <cameras>
            <camera node="0>5|0|0" rotatable="true" rotateNode="0>5|0" limit="true" useWorldXZRotation="true" rotMinX="-1.4" rotMaxX="1" transMin="3.5" transMax="35">
                <raycastNode node="0>5|2"/>
                <raycastNode node="0>5|3"/>
                <raycastNode node="0>5|4"/>
            </camera>
            <camera node="0>5|1" rotatable="true" limit="true" rotMinX="-1.1" rotMaxX="0.4" transMin="0" transMax="0" useMirror="true" isInside="true"/>
        </cameras>
    </enterable>
    <motorized>
        <consumerConfigurations>
            <consumerConfiguration>
                <consumer fillUnitIndex="1" usage="16.5" fillType="diesel"/>
                <!-- usage is per hour at max load and max rpm -->
            </consumerConfiguration>
        </consumerConfigurations>
        <motorConfigurations>
            <motorConfiguration name="2000 European" hp="36" price="0">
                <motor torqueScale="0.72" minRpm="800" maxRpm="2000" maxForwardSpeed="27.8" maxBackwardSpeed="13.4" brakeForce="1" lowBrakeForceScale="0.22" rotInertia="0.0025">
                    <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>
                <transmission minForwardGearRatio="19.2" maxForwardGearRatio="250" minBackwardGearRatio="32" maxBackwardGearRatio="250"/>
                <objectChange node="0>17" visibilityActive="true" visibilityInactive="false"/>
                <objectChange node="0>6|3|0" visibilityActive="true" visibilityInactive="false"/>
            </motorConfiguration>
            <motorConfiguration name="2000 North American" hp="36" price="0">
                <motor torqueScale="0.905"/>
                <objectChange node="0>18" visibilityActive="true" visibilityInactive="false"/>
                <objectChange node="0>6|3|1" visibilityActive="true" visibilityInactive="false"/>
            </motorConfiguration>
            <motorConfiguration name="2600 European" hp="36" price="0">
                <motor torqueScale="1.078"/>
                <objectChange node="0>19" visibilityActive="true" visibilityInactive="false"/>
                <objectChange node="0>6|3|2" visibilityActive="true" visibilityInactive="false"/>
            </motorConfiguration>
            <motorConfiguration name="2600 North America" hp="36" price="0">
                <motor torqueScale="1.104"/>
                <objectChange node="0>20" visibilityActive="true" visibilityInactive="false"/>
                <objectChange node="0>6|3|1" visibilityActive="true" visibilityInactive="false"/>
            </motorConfiguration>
            <motorConfiguration name="2600 Utility" hp="36" price="0">
                <motor torqueScale="1.104"/>
                <objectChange node="0>21" visibilityActive="true" visibilityInactive="false"/>
                <objectChange node="0>6|3|3" visibilityActive="true" visibilityInactive="false"/>
            </motorConfiguration>
            <motorConfiguration name="3000 European" hp="47" price="0">
                <motor torqueScale="1.104"/>
                <objectChange node="0>22" visibilityActive="true" visibilityInactive="false"/>
                <objectChange node="0>6|3|0" visibilityActive="true" visibilityInactive="false"/>
            </motorConfiguration>
            <motorConfiguration name="3000 North American" hp="47" price="0">
                <motor torqueScale="1.104"/>
                <objectChange node="0>23" visibilityActive="true" visibilityInactive="false"/>
                <objectChange node="0>6|3|1" visibilityActive="true" visibilityInactive="false"/>
            </motorConfiguration>
            <motorConfiguration name="3600 European" hp="48" price="0">
                <motor torqueScale="1.104"/>
                <objectChange node="0>24" visibilityActive="true" visibilityInactive="false"/>
                <objectChange node="0>6|3|2" visibilityActive="true" visibilityInactive="false"/>
            </motorConfiguration>
            <motorConfiguration name="3600 North American" hp="48" price="0">
                <motor torqueScale="1.104"/>
                <objectChange node="0>25" visibilityActive="true" visibilityInactive="false"/>
                <objectChange node="0>6|3|1" visibilityActive="true" visibilityInactive="false"/>
            </motorConfiguration>
            <motorConfiguration name="3600 Utility" hp="48" price="0">
                <motor torqueScale="1.104"/>
                <objectChange node="0>26" visibilityActive="true" visibilityInactive="false"/>
                <objectChange node="0>6|3|3" visibilityActive="true" visibilityInactive="false"/>
            </motorConfiguration>
        </motorConfigurations>
        <differentialConfigurations>
            <differentialConfiguration>
                <differentials>
                    <differential torqueRatio="0.5" maxSpeedRatio="1.3" wheelIndex1="3" wheelIndex2="4"/>
                </differentials>
            </differentialConfiguration>
        </differentialConfigurations>
        <exhaustEffects>
            <exhaustEffect node="0>8" filename="$data/particleSystems/shared/exhaust.i3d" minRpmColor="0.9 0.9 0.9 0.1" maxRpmColor="0.9 0.9 0.9 0.4" minRpmScale="0.05" maxRpmScale="0.5" xzRotationsOffset="0 0" xzRotationsForward="-250 0" xzRotationsBackward="50 0" xzRotationsLeft="0 100" xzRotationsRight="0 -100"/>
        </exhaustEffects>
        <motorStartDuration>1590</motorStartDuration>
        <sounds externalSoundFile="sounds/Ford2x3x00.xml"/>
        <exhaustFlap node="0>34" maxRot="-90"/>
        <animationNodes>
            <animationNode node="0>35|2" rotSpeed="900" rotAxis="3" turnOnFadeTime="2.5" turnOffFadeTime="4"/>
        </animationNodes>
    </motorized>
    <drivable>
        <steeringWheel node="0>11|0|0" indoorRotation="540" outdoorRotation="35"/>
        <dashboards>
            <dashboard displayType="ROT" valueType="accelerationAxis" node="0>35|1|5|0" minRot="0 0 0" maxRot="0 -60 0" doInterpolation="true" groups="MOTOR_ACTIVE"/>
        </dashboards>
    </drivable>
    <cylindered>
        <movingTools>
            <movingTool node="0>9|0|1">
                <dependentPart node="0>9|0|2"/>
            </movingTool>
        </movingTools>
        <movingParts>
            <movingPart node="0>9|0|2" referencePoint="0>9|0|1|0|1" localReferencePoint="0>9|0|2|0" referenceFrame="0>9|0|1">
                <dependentPart node="0>9|0|2|0"/>
            </movingPart>
            <movingPart node="0>9|0|2|0" referencePoint="0>9|0|1|0|1" referenceFrame="0>9|0|1"/>
        </movingParts>
    </cylindered>
    <fillUnit>
        <fillUnitConfigurations>
            <fillUnitConfiguration>
                <fillUnits>
                    <fillUnit capacity="49.2" unit="$l10n_unit_literShort" fillTypes="diesel" showOnHud="false" showInShop="false"/>
                </fillUnits>
            </fillUnitConfiguration>
        </fillUnitConfigurations>
    </fillUnit>
    <washable dirtDuration="85" washDuration="1" workMultiplier="3"/>
    <honk>
        <sound template="HONK_IDEAL9T"/>
    </honk>
    <connectionHoses>
        <target attacherJointIndices="1 2 3" type="hydraulicIn" node="0>9|4" socket="hydraulic01"/>
        <target attacherJointIndices="1 2 3" type="hydraulicOut" node="0>9|5" socket="hydraulic01"/>
    </connectionHoses>
    <frontloaderConfigurations>
        <frontloaderConfiguration name="$l10n_ui_no" price="0">
            <objectChange node="attacherBlock" visibilityActive="false"/>
        </frontloaderConfiguration>
        <frontloaderConfiguration name="FORD I9" price="1000" icon="$dataS2/menu/hud/configurations/config_loader.png">
            <attacherJoint node="attacherJointFL" jointType="attachableFrontloader" lowerRotLimit="0 0 0" lowerTransLimit="0 0 0" moveTime="2">
                <rotationNode upperRotation="0 0 0" lowerRotation="0 0 0"/>
                <schema position="1 0.4" rotation="0" invertX="true"/>
            </attacherJoint>
            <objectChange node="attacherBlock" visibilityActive="true" visibilityInactive="false"/>
        </frontloaderConfiguration>
    </frontloaderConfigurations>
    <i3dMappings>
        <i3dMapping id="attacherBlock" node="0>15|0"/>
        <i3dMapping id="attacherJointFL" node="0>15|0|0"/>
        <i3dMapping id="2000EURO" node="0>17"/>
        <i3dMapping id="2000NA" node="0>18"/>
        <i3dMapping id="2600EURO" node="0>19"/>
        <i3dMapping id="2600NA" node="0>20"/>
        <i3dMapping id="2600NAUtility" node="0>21"/>
        <i3dMapping id="3000EURO" node="0>22"/>
        <i3dMapping id="3000NA" node="0>23"/>
        <i3dMapping id="3600EURO" node="0>24"/>
        <i3dMapping id="3600NA" node="0>25"/>
        <i3dMapping id="3600NAUtility" node="0>26"/>
    </i3dMappings>
</vehicle>
Edit don_apple: changed XML into 'code' block for better thread readability.
I do FS19 old school mods and FS19 military mods for PC let me know if you want anything done
I don't have any form of social media nor discord FYI
Ban time total: 7 days
AKA Oberfeldwebel Patton
s8080t
Posts: 712
Joined: Wed Nov 20, 2019 9:26 pm

Re: sliding problem

Post by s8080t »

Can you post a video of this? Could have several reasons...
Languages: DE/EN
Plattform: PC
Meine Mods
Grünlandsuchti
IT-Spezialexperte
OpenSource-Verfechter
User avatar
Patton_M47
Posts: 921
Joined: Sun Jan 12, 2020 11:33 pm

Re: sliding problem

Post by Patton_M47 »

s8080t wrote: Mon Jul 05, 2021 5:58 pm Can you post a video of this? Could have several reasons...
okay will do
I do FS19 old school mods and FS19 military mods for PC let me know if you want anything done
I don't have any form of social media nor discord FYI
Ban time total: 7 days
AKA Oberfeldwebel Patton
User avatar
Patton_M47
Posts: 921
Joined: Sun Jan 12, 2020 11:33 pm

Re: sliding problem

Post by Patton_M47 »

https://youtu.be/Bb5jfUmq55Q

I noticed when I start moving the front wheels turn backwards
I do FS19 old school mods and FS19 military mods for PC let me know if you want anything done
I don't have any form of social media nor discord FYI
Ban time total: 7 days
AKA Oberfeldwebel Patton
Post Reply