Mod wird im Multiplayer Shop nicht angezeigt

  • Moin,

    ich habe das Problem das ich meinen Mod (Magnum 7240 Pro) erstellt habe und alles soweit klappt, nur wenn ich ihn im Multiplayer kaufen möchte wird er nicht im Shop angezeigt.

    Ich habe soweit alles in die xml eingetragen (Multiplayer support) und im Singleplayer funktioniert auch alles.

    Weiß jemand woran das liegt oder würde da mal jemand rüber schauen?

    Danke schonmal!

    Mfg This724

  • Dann zeig doch mal die log ode xml+moddesc, sonst wird das hier zum Ratespiel

    ...official coffee-to-xml converter...

    ...complaining about other people's log-files since FS13...

    specialized in: textures, ingaming, animations, tutorials and things nobody ever thought about

  • XML des Treckers:

    <?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>7200 Pro Series</en></name>

    <specs>

    <power>170</power>

    <maxSpeed>40</maxSpeed>

    </specs>

    <functions>

    <function>$l10n_function_tractor</function>

    </functions>

    <image>store_magnum7240Pro.dds</image>

    <price>98000</price>

    <lifetime>600</lifetime>

    <rotation>0</rotation>

    <brand>CASEIH</brand>

    <category>tractorsM</category>

    <vertexBufferMemoryUsage>4083332</vertexBufferMemoryUsage>

    <indexBufferMemoryUsage>1260822</indexBufferMemoryUsage>

    <textureMemoryUsage>46880632</textureMemoryUsage>

    <instanceVertexBufferMemoryUsage>0</instanceVertexBufferMemoryUsage>

    <instanceIndexBufferMemoryUsage>0</instanceIndexBufferMemoryUsage>

    </storeData>

    <base>

    <typeDesc>$l10n_typeDesc_tractor</typeDesc>

    <filename>magnum7240Pro.i3d</filename>

    <size width="3.5" length="6" lengthOffset="0"/>

    <components>

    <component centerOfMass="0 0.9 -0.3" solverIterationCount="20" mass="4400"/>

    <component centerOfMass="0 0.0 0" solverIterationCount="20" mass="2540"/>

    <joint component1="1" component2="2" node="frontAxisJoint" rotLimit="0 0 5" rotLimitSpring="0 0 4000" rotLimitDamping="0 0 45" maxRotDriveForce="0 0 20" rotDriveRotation="0 0 0" rotDriveSpring="0 0 30" rotDriveDamping="0 0 20" breakable="false"/>

    </components>

    <schemaOverlay attacherJointPosition="0 0">

    <default name="DEFAULT_VEHICLE"/>

    <turnedOn name="DEFAULT_VEHICLE_ON"/>

    <selected name="DEFAULT_VEHICLE_SELECTED"/>

    <turnedOnSelected name="DEFAULT_VEHICLE_SELECTED_ON"/>

    </schemaOverlay>

    </base>

    <wheels>

    <wheelConfigurations>

    <wheelConfiguration name="$l10n_configuration_valueDefault" price="0" brand="TRELLEBORG">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/trelleborg/TM700/480_70R30.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM700/480_70R30.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.8" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.8" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.30" maxX="1.30"/>

    <foliageBendingModifier index="2" minX="-1.35" maxX="1.35"/>

    </wheels>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueWheelBroad" price="2000" brand="TRELLEBORG">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/trelleborg/TM900/600_70R28.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM900/600_70R28.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/710_70R38.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.8" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/710_70R38.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.8" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.35" maxX="1.35"/>

    <foliageBendingModifier index="2" minX="-1.40" maxX="1.40"/>

    </wheels>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueTwinWheelsBack" price="4000" brand="TRELLEBORG">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/trelleborg/TM700/480_70R30.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM700/480_70R30.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.1" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" configId="dual" offset="0.2" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.1" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" configId="dual" offset="0.2" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.25" maxX="1.25"/>

    <foliageBendingModifier index="2" minX="-2.05" maxX="2.05"/>

    </wheels>

    <size width="5"/>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueTwinWheelsAll" price="6000" brand="TRELLEBORG">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/trelleborg/TM700/480_70R30.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.4" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM700/480_70R30.xml" configId="dual" offset="0.15" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM700/480_70R30.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.4" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM700/480_70R30.xml" configId="dual" offset="0.15" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.1" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" configId="dual" offset="0.2" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.1" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" configId="dual" offset="0.2" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.85" maxX="1.85"/>

    <foliageBendingModifier index="2" minX="-2.05" maxX="2.05"/>

    </wheels>

    <size width="5"/>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueWheelNarrow" price="1000" brand="TRELLEBORG">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/trelleborg/TM100/270_95R38.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM100/270_95R38.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM100/300_95R52.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.7" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM100/300_95R52.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.7" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    </wheels>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueTwinWheelsBackNarrow" price="2500" brand="TRELLEBORG">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/trelleborg/TM100/270_95R38.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM100/270_95R38.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM100/300_95R52.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.9" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM100/300_95R52.xml" configId="dual" offset="0.4" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual002.i3d" node="0|0|0" useWidthAndDiam="true" width="20" diameter="53.3"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM100/300_95R52.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.9" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM100/300_95R52.xml" configId="dual" offset="0.4" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual002.i3d" node="0|0|0" useWidthAndDiam="true" width="20" diameter="53.3"/>

    </additionalWheel>

    </wheel>

    <foliageBendingModifier index="2" minX="-1.85" maxX="1.85"/>

    </wheels>

    <objectChange node="hubBackLeft" translationInactive="0 0 0" translationActive="0.325 0 0"/>

    <objectChange node="hubBackRight" translationInactive="0 0 0" translationActive="-0.325 0 0"/>

    <size width="4.5"/>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueTwinWheelsNarrow" price="5000" brand="TRELLEBORG">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/trelleborg/TM100/270_95R38.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM100/270_95R38.xml" configId="dual" offset="0.38" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual002.i3d" node="0|1|0" useWidthAndDiam="true" width="20" diameter="39"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM100/270_95R38.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM100/270_95R38.xml" configId="dual" offset="0.38" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual002.i3d" node="0|1|0" useWidthAndDiam="true" width="20" diameter="39"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM100/300_95R52.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.9" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM100/300_95R52.xml" configId="dual" offset="0.4" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual002.i3d" node="0|0|0" useWidthAndDiam="true" width="20" diameter="53.3"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM100/300_95R52.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.9" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/trelleborg/TM100/300_95R52.xml" configId="dual" offset="0.4" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual002.i3d" node="0|0|0" useWidthAndDiam="true" width="20" diameter="53.3"/>

    </additionalWheel>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.85" maxX="1.85"/>

    <foliageBendingModifier index="2" minX="-1.85" maxX="1.85"/>

    </wheels>

    <objectChange node="hubFrontLeft" translationInactive="0 0 0" translationActive="0.32 0 0"/>

    <objectChange node="hubFrontRight" translationInactive="0 0 0" translationActive="-0.32 0 0"/>

    <objectChange node="hubBackLeft" translationInactive="0 0 0" translationActive="0.325 0 0"/>

    <objectChange node="hubBackRight" translationInactive="0 0 0" translationActive="-0.325 0 0"/>

    <size width="4.5"/>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueDefault" price="0" brand="MICHELIN">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/michelin/machXbib/600_70R28.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/600_70R28.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/650_75R38.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.8" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/650_75R38.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.8" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.35" maxX="1.35"/>

    <foliageBendingModifier index="2" minX="-1.35" maxX="1.35"/>

    </wheels>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueWheelBroad" price="3000" brand="MICHELIN">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/michelin/machXbib/600_70R28.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/600_70R28.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/710_70R38.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.8" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/710_70R38.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="1.8" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.35" maxX="1.35"/>

    <foliageBendingModifier index="2" minX="-1.40" maxX="1.40"/>

    </wheels>


    <objectChange node="wheelFrontLeft" scaleActive="1.05 1.05 1.05" />

    <objectChange node="wheelFrontRight" scaleActive="1.05 1.05 1.05" />

    <objectChange node="wheelBackLeft" scaleActive="1.15 1.05 1.05" />

    <objectChange node="wheelBackRight" scaleActive="1.15 1.05 1.05" />

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueTwinWheelsBack" price="6000" brand="MICHELIN">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/michelin/machXbib/600_70R28.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/600_70R28.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/650_75R38.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.1" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/michelin/machXbib/650_75R38.xml" configId="dual" offset="0.18" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/650_75R38.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.1" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/michelin/machXbib/650_75R38.xml" configId="dual" offset="0.18" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.35" maxX="1.35"/>

    <foliageBendingModifier index="2" minX="-2.10" maxX="2.10"/>

    </wheels>

    <size width="5"/>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueTwinWheelsAll" price="8000" brand="MICHELIN">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/michelin/machXbib/600_70R28.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.5" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/michelin/machXbib/600_70R28.xml" configId="dual" offset="0.18" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/600_70R28.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.5" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/michelin/machXbib/600_70R28.xml" configId="dual" offset="0.18" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/650_75R38.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.1" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/michelin/machXbib/650_75R38.xml" configId="dual" offset="0.18" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <wheel filename="$data/shared/wheels/michelin/machXbib/650_75R38.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.1" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    <additionalWheel filename="$data/shared/wheels/michelin/machXbib/650_75R38.xml" configId="dual" offset="0.18" hasTireTracks="true" hasParticles="true">

    <connector filename="$data/shared/wheels/rims/dual001_1.xml"/>

    </additionalWheel>

    </wheel>

    <foliageBendingModifier index="1" minX="-2.05" maxX="2.05"/>

    <foliageBendingModifier index="2" minX="-2.10" maxX="2.10"/>

    </wheels>

    <size width="5"/>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueWheelWeights" price="1000" brand="TRELLEBORG">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/trelleborg/TM700/480_70R30.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM700/480_70R30.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.2" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" configId="weight3" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.4" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/650_65R42.xml" configId="weight3" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.4" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.30" maxX="1.30"/>

    <foliageBendingModifier index="2" minX="-1.35" maxX="1.35"/>

    </wheels>

    </wheelConfiguration>

    <wheelConfiguration name="$l10n_configuration_valueWheelBroadWeights" price="3000" brand="TRELLEBORG">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/trelleborg/TM900/600_70R28.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM900/600_70R28.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/710_70R38.xml" configId="weight3" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.4" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM800/710_70R38.xml" configId="weight3" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.4" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.35" maxX="1.35"/>

    <foliageBendingModifier index="2" minX="-1.40" maxX="1.40"/>

    </wheels>

    </wheelConfiguration>


    <wheelConfiguration name="$l10n_configuration_valueDefault" price="3500" brand="TRELLEBORG">

    <wheels autoRotateBackSpeed="2.2">

    <wheel filename="$data/shared/wheels/trelleborg/TM1000/600_70R30.xml" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontLeft" driveNode="wheelFrontLeft" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM1000/600_70R30.xml" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="1" restLoad="2.3" repr="axisFrontRight" driveNode="wheelFrontRight" forcePointRatio="0.5" initialCompression="25" suspTravel="0.17" spring="48" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM1000/710_70R42.xml" configId="weight3" isLeft="true" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.4" repr="wheelBackLeft" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <wheel filename="$data/shared/wheels/trelleborg/TM1000/710_70R42.xml" configId="weight3" isLeft="false" hasTireTracks="true" hasParticles="true">

    <physics rotSpeed="0" restLoad="2.4" repr="wheelBackRight" forcePointRatio="0.5" initialCompression="20" suspTravel="0.17" spring="43" damper="40"/>

    </wheel>

    <foliageBendingModifier index="1" minX="-1.35" maxX="1.35"/>

    <foliageBendingModifier index="2" minX="-1.40" maxX="1.40"/>

    </wheels>

    </wheelConfiguration>


    </wheelConfigurations>

    <ackermannSteeringConfigurations>

    <ackermannSteering rotSpeed="40" rotMax="35" rotCenterWheel1="3" rotCenterWheel2="4"/>

    </ackermannSteeringConfigurations>

    <rimColor>SHARED_GREY1</rimColor>

    <hubs>

    <color0>SHARED_BLACK1</color0>

    <color1>SHARED_BLACK1</color1>

    <hub linkNode="hubFrontLeft" filename="$data/shared/wheels/hubs/hub_n10_2.xml" isLeft="true" scale="0.33 0.33 0.33"/>

    <hub linkNode="hubFrontRight" filename="$data/shared/wheels/hubs/hub_n10_2.xml" isLeft="false" scale="0.33 0.33 0.33"/>

    <hub linkNode="hubBackLeft" filename="$data/shared/wheels/hubs/hub_n10_9.xml" isLeft="true" scale="0.33 0.33 0.33"/>

    <hub linkNode="hubBackRight" filename="$data/shared/wheels/hubs/hub_n10_9.xml" isLeft="false" scale="0.33 0.33 0.33"/>

    </hubs>

    </wheels>

    <speedRotatingParts>

    <speedRotatingPart node="ptoBottom" radius="0.175"/>

    </speedRotatingParts>

    <lights>

    <sharedLight linkNode="redRound_02_redRound_0202" node="0" lightTypes="1 2" filename="$data/shared/assets/reflectors/lizard/redRound_01.xml"/>

    <sharedLight linkNode="redRound_02_redRound_0201" node="0" lightTypes="1 2" filename="$data/shared/assets/reflectors/lizard/redRound_01.xml"/>

    <states>

    <state lightTypes="0"/>

    <state lightTypes="0 1"/>

    <state lightTypes="0 1 2"/>

    </states>

    <realLights>

    <low>

    <light node="frontLightLow" lightTypes="0" excludedLightTypes="2 3"/>

    <light node="workLightBackLow" lightTypes="1"/>

    <light node="workLightFrontLow" lightTypes="2"/>

    <light node="highBeamLow" lightTypes="3"/>

    </low>

    <high>

    <light node="frontLightHigh" lightTypes="0" excludedLightTypes="2 3"/>

    <light node="workLightBackHigh1" lightTypes="1"/>

    <light node="workLightFrontHigh1" lightTypes="2"/>

    <light node="highBeamHigh" lightTypes="3"/>

    <light node="backLightsHigh1" lightTypes="0"/>

    <brakeLight node="backLightsHigh1"/>

    <turnLightLeft node="turnLightLeftFront"/>

    <turnLightRight node="turnLightRightFront"/>

    <interiorLight node="interiorScreenLight"/>

    </high>

    </realLights>

    <defaultLights>

    <defaultLight shaderNode="frontlightStatic_mat1" lightTypes="0 3"/>

    <defaultLight shaderNode="frontlightStatic_mat2" lightTypes="0 3"/>

    <defaultLight shaderNode="brakeLightStatic" lightTypes="0"/>

    <defaultLight shaderNode="worklightBackStatic" lightTypes="1" intensity="45"/>

    <defaultLight shaderNode="worklightFrontStatic" lightTypes="2" intensity="45"/>

    </defaultLights>

    <turnLights>

    <turnLightLeft shaderNode="turnlightLeftFrontStatic"/>

    <turnLightLeft shaderNode="turnlightBackLeftStatic"/>

    <turnLightRight shaderNode="turnlightRightFrontStatic"/>

    <turnLightRight shaderNode="turnlightBackRightStatic"/>

    </turnLights>

    <brakeLights>

    <brakeLight shaderNode="brakeLightStatic"/>

    </brakeLights>

    <beaconLights>

    <beaconLight node="beaconLight01" filename="$data/shared/assets/beaconLights/lizard/beaconLight01.xml"/>

    <beaconLight node="beaconLight02" filename="$data/shared/assets/beaconLights/lizard/beaconLight01.xml"/>

    </beaconLights>

    <sounds>

    <switchLight template="SWITCH_01"/>

    <turnLight template="SWITCH_TURNLIGHT"/>

    </sounds>

    </lights>

    <attacherJoints>

    <attacherJoint node="attacherJointBack" upperRotationOffset="0.16" moveTime="2.5" comboTime="1">

    <distanceToGround lower="0.28" upper="1.05"/>

    <rotationNode node="attacherJointBackRot" lowerRotation="-18 0 0" upperRotation="30 0 0"/>

    <rotationNode2 node="attacherJointBackRot2"/>

    <bottomArm rotationNode="attacherJointBackArmBottom" translationNode="backBottomArm" referenceNode="referencePointBackBottom" zScale="-1" startRotation="-12 0 0"/>

    <topArm baseNode="attacherJointBackArmTop" filename="$data/shared/assets/upperLinks/walterscheid03.i3d" zScale="-1" color="SHARED_BLACK1"/>

    <schema position="1 0" rotation="0" invertX="false"/>

    <objectChange node="trailerAttacherNode" visibilityActive="false" visibilityInactive="true"/>

    <objectChange node="trailerLowNode" visibilityActive="false" visibilityInactive="true"/>

    </attacherJoint>

    <attacherJoint node="attacherJointFront" upperRotationOffset="-0.16" moveTime="2.5" comboTime="0">

    <distanceToGround lower="0.33" upper="1.00"/>

    <rotationNode node="attacherJointFrontRot" lowerRotation="28 0 0" upperRotation="-25 0 0"/>

    <rotationNode2 node="attacherJointFrontRot2"/>

    <bottomArm rotationNode="attacherJointFrontArmBottom" translationNode="bottomArmFront" referenceNode="referencePointFrontBottom" zScale="1" startRotation="-40 0 0"/>

    <topArm baseNode="attacherJointFrontArmTop" filename="$data/shared/assets/upperLinks/walterscheid01.i3d" zScale="1"/>

    <schema position="1 0" rotation="0" invertX="true"/>

    </attacherJoint>

    <attacherJoint node="trailerAttacherJointBack" jointType="trailer" lowerRotLimit="10 50 50" upperRotRotationOffset="0" allowsJointLimitMovement="false" comboTime="1">

    <distanceToGround lower="0.51" upper="1.04"/>

    <transNode node="trailerAttacherNode" minY="0.45" maxY="0.98"/>

    <schema position="1 0" rotation="0" invertX="false"/>

    <objectChange node="trailerLowNode" visibilityActive="false" visibilityInactive="true"/>

    </attacherJoint>

    <attacherJoint node="trailerAttacherJointBackLow" jointType="trailerLow" lowerRotLimit="10 50 50" lowerTransLimit="0 0 0" upperRotRotationOffset="0" allowsJointLimitMovement="false" comboTime="1">

    <distanceToGround lower="0.47" upper="0.71"/>

    <transNode node="trailerLowNode" minY="0.41" maxY="0.65"/>

    <schema position="1 0" rotation="0" invertX="false"/>

    <objectChange node="attacherJointBackArmBottom" rotationActive="32 0 0" rotationInactive="0 0 0"/>

    <objectChange node="trailerAttacherNode" visibilityActive="false" visibilityInactive="true"/>

    <steeringBars leftNode="trailerSteeringLeftRef" rightNode="trailerSteeringRightRef"/>

    </attacherJoint>

    <attacherJoint node="trailerAttacherJointFront" jointType="trailer" lowerRotLimit="10 25 50" lowerTransLimit="0 0 0" upperRotRotationOffset="0" allowsJointLimitMovement="false" comboTime="0">

    <schema position="1 0" rotation="0" invertX="true"/>

    <objectChange node="attacherJointFrontArmBottom" rotationActive="5 0 0" rotationInactive="-40 0 0"/>

    </attacherJoint>

    <sounds>

    <attach template="ATTACH_01"/>

    <hydraulic template="DEFAULT_HYDRAULIC_SOUND"/>

    </sounds>

    </attacherJoints>

    <powerTakeOffs>

    <output attacherJointIndices="1 3 4" outputNode="ptoBack"/>

    </powerTakeOffs>

    <enterable isTabbable="true">

    <enterReferenceNode node="magnum7240pro_main_component1"/>

    <exitPoint node="exitPoint"/>

    <cameras>

    <camera node="outdoorCamera1" rotatable="true" rotateNode="outdoorCameraTarget" limit="true" useWorldXZRotation="true" rotMinX="-1.4" rotMaxX="1" transMin="4" transMax="40" translation="0 0 6.5" rotation="-15 180 0">

    <raycastNode node="cameraRaycastNode1"/>

    <raycastNode node="cameraRaycastNode2"/>

    </camera>

    <camera node="indoorCamera1" rotatable="true" limit="true" rotMinX="-1.1" rotMaxX="0.4" transMin="0" transMax="0" useMirror="true" isInside="true" shadowFocusBox="shadowFocusBox"/>

    </cameras>

    <characterNode node="playerSkin" cameraMinDistance="1.5" spineRotation="-90 0 90">

    <target ikChain="rightFoot" targetNode="playerRightFootTarget"/>

    <target ikChain="leftFoot" targetNode="playerLeftFootTarget"/>

    <target ikChain="rightArm" targetNode="playerRightHandTarget"/>

    <target ikChain="leftArm" targetNode="playerLeftHandTarget"/>

    </characterNode>

    <characterTargetNodeModifier node="playerRightFootTarget" transitionTime="0.1">

    <state node="playerRightFootTargetGas" referenceNode="gasPedal" directionReferenceNode="playerRightFootTargetGasRef"/>

    <state node="playerRightFootTargetBrake" referenceNode="brakePedal"/>

    </characterTargetNodeModifier>

    <mirrors>

    <mirror node="mirrorsDecals" prio="1"/>

    <mirror node="mirrorsDecals1" prio="1"/>

    <mirror node="mirrorsDecals2" prio="2"/>

    </mirrors>

    <dashboards>

    <dashboard displayType="NUMBER" valueType="operatingTime" numbers="numbersOperatingTime" precision="1" groups="MOTOR_ACTIVE"/>

    </dashboards>

    </enterable>

    <motorized>

    <consumerConfigurations>

    <consumerConfiguration>

    <consumer fillUnitIndex="1" usage="64" fillType="diesel"/>

    <!-- usage is per hour at max load and max rpm -->

    <consumer fillUnitIndex="2" usage="225" fillType="air" permanentConsumption="false" refillLitersPerSecond="300" refillCapacityPercentage="0.5"/>

    <!-- usage per second at full brake power -->

    </consumerConfiguration>

    </consumerConfigurations>

    <differentialConfigurations>

    <differentialConfiguration>

    <differentials>

    <differential torqueRatio="0.5" maxSpeedRatio="1.8" wheelIndex1="1" wheelIndex2="2"/>

    <!-- front left-right -->

    <differential torqueRatio="0.5" maxSpeedRatio="1.8" wheelIndex1="3" wheelIndex2="4"/>

    <!-- back left-right -->

    <differential torqueRatio="0.5" maxSpeedRatio="1.8" differentialIndex1="1" differentialIndex2="2"/>

    <!-- front-back -->

    </differentials>

    </differentialConfiguration>

    </differentialConfigurations>

    <motorConfigurations>

    <motorConfiguration name="7210 Pro" hp="170" price="0">

    <motor torqueScale="0.72" minRpm="850" maxRpm="2200" maxForwardSpeed="43" maxBackwardSpeed="22" brakeForce="6" 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="engineConfigs7210Decal" visibilityActive="true"/>

    <objectChange node="engineConfigs7230Decal" visibilityActive="false"/>

    <objectChange node="engineConfigs7240Decal" visibilityActive="false"/>

    <objectChange node="engineConfigs7250Decal" visibilityActive="false"/>

    </motorConfiguration>

    <motorConfiguration name="7230 Pro" hp="214" price="22000">

    <motor torqueScale="0.905"/>

    <objectChange node="engineConfigs7210Decal" visibilityActive="false"/>

    <objectChange node="engineConfigs7230Decal" visibilityActive="true"/>

    <objectChange node="engineConfigs7240Decal" visibilityActive="false"/>

    <objectChange node="engineConfigs7250Decal" visibilityActive="false"/>

    </motorConfiguration>

    <motorConfiguration name="7240 Pro" hp="255" price="42500">

    <motor torqueScale="1.078"/>

    <objectChange node="engineConfigs7210Decal" visibilityActive="false"/>

    <objectChange node="engineConfigs7230Decal" visibilityActive="false"/>

    <objectChange node="engineConfigs7240Decal" visibilityActive="true"/>

    <objectChange node="engineConfigs7250Decal" visibilityActive="false"/>

    </motorConfiguration>

    <motorConfiguration name="7250 Pro" hp="320" price="52500">

    <motor torqueScale="1.104"/>

    <objectChange node="engineConfigs7210Decal" visibilityActive="false"/>

    <objectChange node="engineConfigs7230Decal" visibilityActive="false"/>

    <objectChange node="engineConfigs7240Decal" visibilityActive="false"/>

    <objectChange node="engineConfigs7250Decal" visibilityActive="true"/>

    </motorConfiguration>

    </motorConfigurations>

    <exhaustEffects>

    <exhaustEffect node="exhaustParticle1" filename="$data/particleSystems/shared/exhaust.i3d" minRpmColor="0 0 0 0.05" maxRpmColor="0.01 0.01 0.01 15" minRpmScale="0.05" maxRpmScale="1" xzRotationsOffset="-180 0" xzRotationsForward="0 300" xzRotationsBackward="150 0" xzRotationsLeft="20 80" xzRotationsRight="40 -200"/>

    </exhaustEffects>

    <motorStartDuration>3000</motorStartDuration>

    <dashboards>

    <dashboard displayType="ANIMATION" valueType="motorTemperature" animName="loadingBarTemperature" minValueAnim="20" maxValueAnim="120" groups="MOTOR_ACTIVE"/>

    <dashboard displayType="NUMBER" valueType="rpm" numbers="numbersRpm" precision="0" groups="MOTOR_ACTIVE"/>

    <dashboard displayType="NUMBER" valueType="speed" numbers="numbersSpeed" precision="1" groups="MOTOR_ACTIVE"/>

    </dashboards>

    <sounds externalSoundFile="$data/sounds/vehicles/engine/case_ih_magnum_7240/case_ih_magnum_7240.xml"/>

    </motorized>

    <drivable>

    <sounds>

    <waterSplash template="WATER_SPLASH_01"/>

    </sounds>

    <steeringWheel node="steeringWheel" indoorRotation="540" outdoorRotation="30"/>

    <dashboards>

    <dashboard displayType="ROT" valueType="accelerationAxis" node="gasPedal" minRot="0 0 0" maxRot="20 0 0" doInterpolation="true" groups="MOTOR_ACTIVE"/>

    <dashboard displayType="ROT" valueType="decelerationAxis" node="brakePedal" minRot="0 0 0" maxRot="-25 0 0" doInterpolation="true" groups="MOTOR_ACTIVE"/>

    </dashboards>

    </drivable>

    <animations>

    <animation name="wiperFrontAnimation">

    <part node="wiperFront" startTime="0.0" endTime="0.5" startRot="0 0 0" endRot="-4.9 -4.9 -45"/>

    <part node="wiperFront" startTime="0.5" endTime="1.0" startRot="-4.9 -4.9 -45" endRot="0 0 -90"/>

    <part node="wiperFront" startTime="1.0" endTime="1.5" startRot="0 0 -90" endRot="-4.9 -4.9 -45"/>

    <part node="wiperFront" startTime="1.5" endTime="2.0" startRot="-4.9 -4.9 -45" endRot="0 0 0"/>

    </animation>

    <animation name="loadingBarTemperature">

    <part node="tempIndicator" startTime="0.0" endTime="1.0" startScale="1 1 0" endScale="1 1 1"/>

    </animation>

    <animation name="loadingBarFuel">

    <part node="fuelIndicator" startTime="0.0" endTime="1.0" startScale="1 1 0" endScale="1 1 1"/>

    </animation>

    </animations>

    <cylindered>

    <movingTools>

    <movingTool node="attacherJointBackArmBottom">

    <dependentPart node="backBottomArmPartLeft"/>

    <dependentPart node="backBottomArmPartRight"/>

    </movingTool>

    <movingTool node="attacherJointFrontArmBottom">

    <dependentPart node="bottomLinkHydraulic"/>

    </movingTool>

    </movingTools>

    <movingParts>

    <movingPart node="steeringBarLeftHydraulic" referencePoint="steeringBarLeftHydraulicRef" referenceFrame="steeringBarLeftHydraulicRef" isActiveDirty="true">

    <translatingPart node="steeringBarLeftHydraulicPunch"/>

    </movingPart>

    <movingPart node="steeringBarRightHydraulic" referencePoint="steeringBarRightHydraulicRef" referenceFrame="steeringBarRightHydraulicRef" isActiveDirty="true">

    <translatingPart node="steeringBarRightHydraulicPunch"/>

    </movingPart>

    <movingPart node="steeringBarFront01" referencePoint="steeringBarFront01Ref" referenceFrame="steeringBarFront01Ref" isActiveDirty="true"/>

    <movingPart node="steeringBarFront02" referencePoint="steeringBarFront02Ref" referenceFrame="steeringBarFront02Ref" isActiveDirty="true"/>

    <movingPart node="mainArm" referencePoint="mainArmRef" localReferencePoint="mainArmPart" referenceFrame="attacherJointBackRot" isActiveDirty="true">

    <dependentPart node="mainArmPart"/>

    <dependentPart node="mainArmHydraulic"/>

    </movingPart>

    <movingPart node="mainArmPart" referencePoint="mainArmRef" referenceFrame="mainArmRef"/>

    <movingPart node="backBottomArmPartLeft" referencePoint="backBottomArmPartLeftRef" referenceFrame="backBottomArmPartLeftRef" scaleZ="true"/>

    <movingPart node="backBottomArmPartRight" referencePoint="backBottomArmPartRightRef" referenceFrame="backBottomArmPartRightRef" scaleZ="true"/>

    <movingPart node="mainArmHydraulic" referencePoint="mainArmHydraulicRef" referenceFrame="mainArmHydraulicRef">

    <translatingPart node="mainArmHydraulicPunch"/>

    </movingPart>

    <movingPart node="bottomLinkHydraulic" referencePoint="bottomLinkHydraulicRef" referenceFrame="bottomLinkHydraulicRef">

    <translatingPart node="bottomLinkHydraulicPunch"/>

    </movingPart>

    </movingParts>

    <sounds>

    <hydraulic template="DEFAULT_HYDRAULIC_SOUND"/>

    </sounds>

    </cylindered>

    <wipers>

    <wiper animName="wiperFrontAnimation">

    <state animSpeed="0.75" animPause="2.0"/>

    <state animSpeed="0.75" animPause="0.0"/>

    <state animSpeed="1.10" animPause="0.0"/>

    </wiper>

    </wipers>

    <connectionHoses>

    <target attacherJointIndices="1 3 4" type="hydraulicIn" node="hydraulic01_in"/>

    <target attacherJointIndices="1 3 4" type="hydraulicOut" node="hydraulic01_out"/>

    <target attacherJointIndices="1 3 4" type="hydraulicIn" node="hydraulic02_in"/>

    <target attacherJointIndices="1 3 4" type="hydraulicOut" node="hydraulic02_out"/>

    <target attacherJointIndices="2 5" type="hydraulicIn" node="hydraulic03_in" socket="hydraulic01"/>

    <target attacherJointIndices="2 5" type="hydraulicOut" node="hydraulic03_out" socket="hydraulic01"/>

    <target attacherJointIndices="1 3 4" type="hydraulicIn" node="hydraulic04_in"/>

    <target attacherJointIndices="1 3 4" type="hydraulicOut" node="hydraulic04_out"/>

    <target attacherJointIndices="1 3 4" type="electric" node="electricBack" socket="electric"/>

    <target attacherJointIndices="2 5" type="electric" node="electricFront" socket="electric"/>

    <target attacherJointIndices="1 3 4" type="airDoubleRed" node="airDoubleOrange" socket="air_red"/>

    <target attacherJointIndices="1 3 4" type="airDoubleYellow" node="airDoubleYellow" socket="air_yellow"/>

    <toolConnectorHose mountingNode="rightPipe">

    <startTarget attacherJointIndices="2 5" type="TOOL_CONNECTOR_TOP_RIGHT" node="rightPipe_frontConnector"/>

    <endTarget attacherJointIndices="1 2 4" type="TOOL_CONNECTOR_TOP_RIGHT" node="rightPipe_backConnector"/>

    </toolConnectorHose>

    <toolConnectorHose mountingNode="bottomPipe01">

    <startTarget attacherJointIndices="2 5" type="TOOL_CONNECTOR_BOTTOM_01" node="bottomPipe01_frontConnector"/>

    <endTarget attacherJointIndices="1 3 4" type="TOOL_CONNECTOR_BOTTOM_01" node="bottomPipe01_backConnector"/>

    </toolConnectorHose>

    <toolConnectorHose mountingNode="bottomPipe02">

    <startTarget attacherJointIndices="2 5" type="TOOL_CONNECTOR_BOTTOM_02" node="bottomPipe02_frontConnector"/>

    <endTarget attacherJointIndices="1 3 4" type="TOOL_CONNECTOR_BOTTOM_02" node="bottomPipe02_backConnector"/>

    </toolConnectorHose>

    <toolConnectorHose mountingNode="bottomPipe03">

    <startTarget attacherJointIndices="2 5" type="TOOL_CONNECTOR_BOTTOM_03" node="bottomPipe03_frontConnector"/>

    <endTarget attacherJointIndices="1 3 4" type="TOOL_CONNECTOR_BOTTOM_03" node="bottomPipe03_backConnector"/>

    </toolConnectorHose>

    <toolConnectorHose mountingNode="bottomPipe04">

    <startTarget attacherJointIndices="2 5" type="TOOL_CONNECTOR_BOTTOM_04" node="bottomPipe04_frontConnector"/>

    <endTarget attacherJointIndices="1 3 4" type="TOOL_CONNECTOR_BOTTOM_04" node="bottomPipe04_backConnector"/>

    </toolConnectorHose>

    </connectionHoses>

    <suspensions>

    <suspension node="seat" weight="150" minTranslation="-0.05 -0.15 0.0" maxTranslation="0.05 0.15 0.0" suspensionParametersX="20 4" suspensionParametersY="5 1" suspensionParametersZ="20 4"/>

    <suspension useCharacterTorso="true" weight="90" minRotation="0 -5 -5" maxRotation="0 5 5" suspensionParametersY="7 1" suspensionParametersZ="7 1"/>

    </suspensions>

    <fillUnit>

    <fillUnitConfigurations>

    <fillUnitConfiguration>

    <fillUnits>

    <fillUnit unit="$l10n_unit_literShort" showOnHud="false" showInShop="false" fillTypes="diesel" capacity="445">

    <dashboard displayType="ANIMATION" valueType="fillLevel" animName="loadingBarFuel" groups="MOTOR_ACTIVE"/>

    </fillUnit>

    <fillUnit unit="$l10n_unit_literShort" showOnHud="false" showInShop="false" fillTypes="air" capacity="3000"/>

    </fillUnits>

    </fillUnitConfiguration>

    </fillUnitConfigurations>

    </fillUnit>

    <honk>

    <sound template="HONK_JD6250R"/>

    </honk>

    <dashboard>

    <groups>

    <group name="MOTOR_STARTING" isMotorStarting="true"/>

    <group name="MOTOR_ACTIVE" isMotorStarting="true" isMotorRunning="true"/>

    </groups>

    <default>

    <dashboard displayType="EMITTER" node="interiorDisplay" idleValue="-1" intensity="0.3" groups="MOTOR_ACTIVE"/>

    <dashboard displayType="VISIBILITY" node="dashboards" groups="MOTOR_ACTIVE"/>

    </default>

    </dashboard>

    <ai>

    <collisionTrigger node="aiCollisionTrigger"/>

    </ai>

    <foliageBending>

    <bendingNode minX="-1.25" maxX="1.25" minZ="-0.3" maxZ="2.45" yOffset="0.6"/>

    <bendingNode minX="-1.20" maxX="1.20" minZ="-2.4" maxZ="-0.3" yOffset="0.6"/>

    </foliageBending>

    <baseMaterial>

    <material name="magnum7240Pro_mat" baseNode="magnum7240pro_vis">

    <shaderParameter name="colorMat0" value="CASEIH_RED1"/>

    </material>

    </baseMaterial>

    <baseMaterialConfigurations price="1500" useDefaultColors="true" defaultColorIndex="8">

    <material name="magnum7240Pro_mat" shaderParameter="colorMat0"/>

    </baseMaterialConfigurations>

    <designConfigurations>

    <designConfiguration name="$l10n_configuration_valueDefault" price="0" />

    <designConfiguration name="Luftfilter" price="250">

    <objectChange node="syKlone_freshAir" visibilityActive="true" />

    <objectChange node="syklone9000" visibilityActive="true" />

    </designConfiguration>


    </designConfigurations>

    <wearable wearDuration="480" workMultiplier="5" fieldMultiplier="2"/>

    <washable dirtDuration="90" washDuration="1" workMultiplier="3" fieldMultiplier="2"/>

    <i3dMappings>

    <i3dMapping id="magnum7240pro_main_component1" node="0>"/>

    <i3dMapping id="magnum7240pro_vis" node="0>0"/>

    <i3dMapping id="wheelBackLeft" node="0>0|0|0"/>

    <i3dMapping id="hubBackLeft" node="0>0|0|0|0"/>

    <i3dMapping id="wheelBackRight" node="0>0|0|1"/>

    <i3dMapping id="hubBackRight" node="0>0|0|1|0"/>

    <i3dMapping id="outdoorCameraTarget" node="0>0|1|0"/>

    <i3dMapping id="outdoorCamera1" node="0>0|1|0|0"/>

    <i3dMapping id="indoorCamera1" node="0>0|1|1"/>

    <i3dMapping id="cameraRaycastNode1" node="0>0|1|2"/>

    <i3dMapping id="cameraRaycastNode2" node="0>0|1|3"/>

    <i3dMapping id="cameraRaycastNode3" node="0>0|1|4"/>

    <i3dMapping id="shadowFocusBox" node="0>0|1|5"/>

    <i3dMapping id="redRound_02_redRound_0202" node="0>0|2|0|0"/>

    <i3dMapping id="redRound_02_redRound_0201" node="0>0|2|0|1"/>

    <i3dMapping id="worklightBackStatic" node="0>0|2|1|0"/>

    <i3dMapping id="worklightFrontStatic" node="0>0|2|1|1"/>

    <i3dMapping id="turnlightLeftFrontStatic" node="0>0|2|1|2"/>

    <i3dMapping id="turnlightBackLeftStatic" node="0>0|2|1|3"/>

    <i3dMapping id="turnlightRightFrontStatic" node="0>0|2|1|4"/>

    <i3dMapping id="turnlightBackRightStatic" node="0>0|2|1|5"/>

    <i3dMapping id="brakeLightStatic" node="0>0|2|1|6"/>

    <i3dMapping id="frontlightStatic_mat1" node="0>0|2|1|7"/>

    <i3dMapping id="frontlightStatic_mat2" node="0>0|2|1|8"/>

    <i3dMapping id="frontLightLow" node="0>0|2|2|0"/>

    <i3dMapping id="highBeamLow" node="0>0|2|2|1"/>

    <i3dMapping id="frontLightHigh" node="0>0|2|2|2"/>

    <i3dMapping id="highBeamHigh" node="0>0|2|2|3"/>

    <i3dMapping id="workLightFrontLow" node="0>0|2|3|0"/>

    <i3dMapping id="workLightFrontHigh1" node="0>0|2|3|1"/>

    <i3dMapping id="workLightBackLow" node="0>0|2|3|2"/>

    <i3dMapping id="workLightBackHigh1" node="0>0|2|3|3"/>

    <i3dMapping id="backLightsHigh1" node="0>0|2|4|0"/>

    <i3dMapping id="turnLightLeftFront" node="0>0|2|5|0"/>

    <i3dMapping id="turnLightRightFront" node="0>0|2|5|1"/>

    <i3dMapping id="beaconLight01" node="0>0|2|6|0"/>

    <i3dMapping id="beaconLight02" node="0>0|2|6|1"/>

    <i3dMapping id="exitPoint" node="0>0|3"/>

    <i3dMapping id="steeringWheel" node="0>0|4|0|0"/>

    <i3dMapping id="playerRightHandTarget" node="0>0|4|0|0|0"/>

    <i3dMapping id="playerLeftHandTarget" node="0>0|4|0|0|1"/>

    <i3dMapping id="seat" node="0>0|4|1"/>

    <i3dMapping id="playerSkin" node="0>0|4|1|0"/>

    <i3dMapping id="wiperFront" node="0>0|4|3|0"/>

    <i3dMapping id="brakePedal" node="0>0|4|4|0"/>

    <i3dMapping id="playerRightFootTargetBrake" node="0>0|4|4|0|0"/>

    <i3dMapping id="gasPedal" node="0>0|4|4|1|0"/>

    <i3dMapping id="playerRightFootTargetGasRef" node="0>0|4|4|1|0|0"/>

    <i3dMapping id="playerRightFootTarget" node="0>0|4|5|0"/>

    <i3dMapping id="playerLeftFootTarget" node="0>0|4|5|1"/>

    <i3dMapping id="playerRightFootTargetGas" node="0>0|4|5|2"/>

    <i3dMapping id="dashboardDisplayDecal" node="0>0|4|6"/>

    <i3dMapping id="dashboards" node="0>0|4|7"/>

    <i3dMapping id="fuelIndicator" node="0>0|4|7|0|0"/>

    <i3dMapping id="tempIndicator" node="0>0|4|7|1|0"/>

    <i3dMapping id="numbersRpm" node="0>0|4|7|2|0"/>

    <i3dMapping id="numbersSpeed" node="0>0|4|7|2|1"/>

    <i3dMapping id="numbersOperatingTime" node="0>0|4|7|2|2"/>

    <i3dMapping id="tempIndicator1" node="0>0|4|7|3"/>

    <i3dMapping id="fuelIndicator1" node="0>0|4|7|4"/>

    <i3dMapping id="interiorScreenLight" node="0>0|4|8"/>

    <i3dMapping id="attacherJointBackRot" node="0>0|5|0|0"/>

    <i3dMapping id="attacherJointBackRot2" node="0>0|5|0|0|0"/>

    <i3dMapping id="attacherJointBack" node="0>0|5|0|0|0|0"/>

    <i3dMapping id="attacherJointBackArmBottom" node="0>0|5|0|1"/>

    <i3dMapping id="backBottomArm" node="0>0|5|0|1|0"/>

    <i3dMapping id="referencePointBackBottom" node="0>0|5|0|1|0|0"/>

    <i3dMapping id="backBottomArmPartLeftRef" node="0>0|5|0|1|0|1"/>

    <i3dMapping id="backBottomArmPartRightRef" node="0>0|5|0|1|0|2"/>

    <i3dMapping id="mainArmRef" node="0>0|5|0|1|0|3"/>

    <i3dMapping id="attacherJointBackArmTop" node="0>0|5|0|2"/>

    <i3dMapping id="attacherJointFrontRot" node="0>0|5|0|3"/>

    <i3dMapping id="attacherJointFrontRot2" node="0>0|5|0|3|0"/>

    <i3dMapping id="attacherJointFront" node="0>0|5|0|3|0|0"/>

    <i3dMapping id="attacherJointFrontArmBottom" node="0>0|5|0|4"/>

    <i3dMapping id="bottomArmFront" node="0>0|5|0|4|0"/>

    <i3dMapping id="referencePointFrontBottom" node="0>0|5|0|4|0|0"/>

    <i3dMapping id="bottomLinkHydraulicRef" node="0>0|5|0|4|0|1"/>

    <i3dMapping id="attacherJointFrontArmTop" node="0>0|5|0|5"/>

    <i3dMapping id="trailerAttacherJointFront" node="0>0|5|1|0"/>

    <i3dMapping id="trailerAttacherNode" node="0>0|5|1|1"/>

    <i3dMapping id="trailerAttacherJointBack" node="0>0|5|1|1|0"/>

    <i3dMapping id="trailerLowNode" node="0>0|5|1|2"/>

    <i3dMapping id="trailerAttacherJointBackLow" node="0>0|5|1|2|0"/>

    <i3dMapping id="trailerSteeringLeftRef" node="0>0|5|1|2|1"/>

    <i3dMapping id="trailerSteeringRightRef" node="0>0|5|1|2|2"/>

    <i3dMapping id="ptoBack" node="0>0|5|2|0"/>

    <i3dMapping id="hydraulic01_in" node="0>0|5|3|0"/>

    <i3dMapping id="hydraulic01_out" node="0>0|5|3|1"/>

    <i3dMapping id="hydraulic02_in" node="0>0|5|3|2"/>

    <i3dMapping id="hydraulic02_out" node="0>0|5|3|3"/>

    <i3dMapping id="hydraulic03_out" node="0>0|5|3|4"/>

    <i3dMapping id="hydraulic03_in" node="0>0|5|3|5"/>

    <i3dMapping id="electricFront" node="0>0|5|3|6"/>

    <i3dMapping id="electricBack" node="0>0|5|3|7"/>

    <i3dMapping id="airDoubleOrange" node="0>0|5|3|8"/>

    <i3dMapping id="airDoubleYellow" node="0>0|5|3|9"/>

    <i3dMapping id="rightPipe" node="0>0|5|3|10"/>

    <i3dMapping id="rightPipe_frontConnector" node="0>0|5|3|10|0"/>

    <i3dMapping id="rightPipe_backConnector" node="0>0|5|3|10|1"/>

    <i3dMapping id="bottomPipe01" node="0>0|5|3|11"/>

    <i3dMapping id="bottomPipe01_frontConnector" node="0>0|5|3|11|0"/>

    <i3dMapping id="bottomPipe01_backConnector" node="0>0|5|3|11|1"/>

    <i3dMapping id="bottomPipe02" node="0>0|5|3|12"/>

    <i3dMapping id="bottomPipe02_frontConnector" node="0>0|5|3|12|0"/>

    <i3dMapping id="bottomPipe02_backConnector" node="0>0|5|3|12|1"/>

    <i3dMapping id="bottomPipe03" node="0>0|5|3|13"/>

    <i3dMapping id="bottomPipe03_frontConnector" node="0>0|5|3|13|0"/>

    <i3dMapping id="bottomPipe03_backConnector" node="0>0|5|3|13|1"/>

    <i3dMapping id="bottomPipe04" node="0>0|5|3|14"/>

    <i3dMapping id="bottomPipe04_frontConnector" node="0>0|5|3|14|0"/>

    <i3dMapping id="bottomPipe04_backConnector" node="0>0|5|3|14|1"/>

    <i3dMapping id="hydraulic04_out" node="0>0|5|3|15"/>

    <i3dMapping id="hydraulic04_in" node="0>0|5|3|16"/>

    <i3dMapping id="aiCollisionTrigger" node="0>0|6|0"/>

    <i3dMapping id="exhaustParticle1" node="0>0|7|0"/>

    <i3dMapping id="mainArmHydraulic" node="0>0|8|0"/>

    <i3dMapping id="mainArmHydraulicPunch" node="0>0|8|0|0"/>

    <i3dMapping id="steeringBarLeftHydraulic" node="0>0|8|1"/>

    <i3dMapping id="steeringBarLeftHydraulicPunch" node="0>0|8|1|0"/>

    <i3dMapping id="steeringBarRightHydraulic" node="0>0|8|2"/>

    <i3dMapping id="steeringBarRightHydraulicPunch" node="0>0|8|2|0"/>

    <i3dMapping id="ptoBottom" node="0>0|8|3|0"/>

    <i3dMapping id="mainArm" node="0>0|8|4"/>

    <i3dMapping id="mainArmPart" node="0>0|8|4|0"/>

    <i3dMapping id="mainArmHydraulicRef" node="0>0|8|4|1"/>

    <i3dMapping id="backBottomArmPartRight" node="0>0|8|5"/>

    <i3dMapping id="backBottomArmPartLeft" node="0>0|8|6"/>

    <i3dMapping id="bottomLinkHydraulic" node="0>0|8|7"/>

    <i3dMapping id="bottomLinkHydraulicPunch" node="0>0|8|7|0"/>

    <i3dMapping id="frontAxisJoint" node="0>0|8|8"/>

    <i3dMapping id="mirrorsDecals" node="0>0|9|0"/>

    <i3dMapping id="mirrorsDecals1" node="0>0|9|1"/>

    <i3dMapping id="mirrorsDecals2" node="0>0|9|2"/>

    <i3dMapping id="engineConfigs7240Decal" node="0>0|10|0"/>

    <i3dMapping id="engineConfigs7210Decal" node="0>0|10|1"/>

    <i3dMapping id="engineConfigs7230Decal" node="0>0|10|2"/>

    <i3dMapping id="engineConfigs7250Decal" node="0>0|10|3"/>

    <i3dMapping id="interiorDisplay" node="0>0|11|6"/>

    <i3dMapping id="magnum7240pro_axis_component2" node="1>"/>

    <i3dMapping id="axisFront" node="1>0"/>

    <i3dMapping id="axisFrontLeft" node="1>0|0"/>

    <i3dMapping id="wheelFrontLeft" node="1>0|0|0"/>

    <i3dMapping id="hubFrontLeft" node="1>0|0|0|0"/>

    <i3dMapping id="fenderFrontLeft" node="1>0|0|1"/>

    <i3dMapping id="steeringBarFront01" node="1>0|0|2"/>

    <i3dMapping id="steeringBarFront02" node="1>0|0|3"/>

    <i3dMapping id="steeringBarLeftHydraulicRef" node="1>0|0|4"/>

    <i3dMapping id="axisFrontRight" node="1>0|1"/>

    <i3dMapping id="wheelFrontRight" node="1>0|1|0"/>

    <i3dMapping id="hubFrontRight" node="1>0|1|0|0"/>

    <i3dMapping id="fenderFrontRight" node="1>0|1|1"/>

    <i3dMapping id="steeringBarFront01Ref" node="1>0|1|2"/>

    <i3dMapping id="steeringBarFront02Ref" node="1>0|1|3"/>

    <i3dMapping id="steeringBarRightHydraulicRef" node="1>0|1|4"/>

    <i3dMapping id="ptoFront" node="1>0|2"/>

    <i3dMapping id="syKlone_freshAir" node="0>3"/>

    <i3dMapping id="syklone9000" node="0>0|12"/>

    </i3dMappings>

    </vehicle>


    ModDesc vom Trecker:

    <?xml version="1.0" encoding="utf-8" standalone="no" ?>

    <modDesc descVersion="43">

    <author>This</author>

    <version>1.0.0.0</version>

    <iconFilename>store_magnum7240Pro.dds</iconFilename>

    <storeItems>

    <storeItem xmlFilename="magnum7240Pro.xml"/>

    </storeItems>

    <title>

    <de>Magnum Selfmade</de>

    <en>Magnum Selfmade</en>

    </title>

    <description>

    <de>Dies ist mein erster Mod.</de>

    <en>This is my first Mod.</en>

    </description>

    </multiplayer supported="true" />

    </modDesc>


    GameLog:

    2021-02-17 15:40 Warning (performance): Texture C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_BrenigCultivator/icon_brenig.dds raw format.

    2021-02-17 15:40 Warning (performance): Texture C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/unimog_406/icon_U406.png raw format.

    2021-02-17 15:40 Warning (performance): Texture C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/Unimog_U5023/icon_U5023.png raw format.

    2021-02-17 15:40 Warning (performance): Texture C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_Pack_Mailleux/storemulti.png raw format.

    2021-02-17 15:40 Warning (performance): Texture C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_Renault_981_4/icon_blank.png raw format.

    2021-02-17 15:40 Warning (performance): Width or height doesn't equal 2^n of mip-mapped texture C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_Ursus1224_1614_MOKRZYN/store/store_zetorCrystal.dds.

    2021-02-17 15:40 Warning (performance): Width or height doesn't equal 2^n of mip-mapped texture C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_Ursus1224_1614_3_MOKRZYN/store/store_zetorCrystal.dds.

    2021-02-17 15:40 Warning (performance): Width or height doesn't equal 2^n of mip-mapped texture C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_Ursus1224_1614_2_MOKRZYN/store/store_zetorCrystal.dds.

    2021-02-17 15:41 Loaded specializations

    2021-02-17 15:41 Loaded vehicle types

    2021-02-17 15:41 Loaded placeable types

    2021-02-17 15:41 Load mod: FS19_MagnumSelfmade

    2021-02-17 15:41 Register configuration 'baseColor'

    2021-02-17 15:41 Register configuration 'design'

    2021-02-17 15:41 Register configuration 'designColor'

    2021-02-17 15:41 Register configuration 'vehicleType'

    2021-02-17 15:41 Register workAreaType 'RIDGEMARKER'

    2021-02-17 15:41 Register configuration 'attacherJoint'

    2021-02-17 15:41 Register workAreaType 'WEEDER'

    2021-02-17 15:41 Register workAreaType 'PLOW'

    2021-02-17 15:41 Register workAreaType 'DEFAULT'

    2021-02-17 15:41 Register workAreaType 'AUXILIARY'

    2021-02-17 15:41 Register configuration 'motor'

    2021-02-17 15:41 Register configuration 'frontloader'

    2021-02-17 15:41 Register workAreaType 'FORAGEWAGON'

    2021-02-17 15:41 Register configuration 'baseMaterial'

    2021-02-17 15:41 Register configuration 'designMaterial'

    2021-02-17 15:41 Register configuration 'wrappingColor'

    2021-02-17 15:41 Register configuration 'powerTakeOff'

    2021-02-17 15:41 Register configuration 'trailer'

    2021-02-17 15:41 Register workAreaType 'COMBINECHOPPER'

    2021-02-17 15:41 Register workAreaType 'COMBINESWATH'

    2021-02-17 15:41 Register workAreaType 'FRUITPREPARER'

    2021-02-17 15:41 Register workAreaType 'BALER'

    2021-02-17 15:41 Register configuration 'tensionBelts'

    2021-02-17 15:41 Register workAreaType 'MOWER'

    2021-02-17 15:41 Register workAreaType 'CULTIVATOR'

    2021-02-17 15:41 Register workAreaType 'SPRAYER'

    2021-02-17 15:41 Register configuration 'wheel'

    2021-02-17 15:41 Register configuration 'rimColor'

    2021-02-17 15:41 Register configuration 'pipe'

    2021-02-17 15:41 Register workAreaType 'SOWINGMACHINE'

    2021-02-17 15:41 Register workAreaType 'CUTTER'

    2021-02-17 15:41 Register workAreaType 'WINDROWER'

    2021-02-17 15:41 Register configuration 'inputAttacherJoint'

    2021-02-17 15:41 Register workAreaType 'TEDDER'

    2021-02-17 15:41 Register workAreaType 'ROLLER'

    2021-02-17 15:41 Register configuration 'cover'

    2021-02-17 15:41 Register configuration 'folding'

    2021-02-17 15:41 Register configuration 'fillUnit'

    2021-02-17 15:41 Register configuration 'buyableBaleAmount'

    2021-02-17 15:41 Register configuration 'fillVolume'

    2021-02-17 15:41 data/shared/connectionHoses/hoses.i3d (354.17 ms)

    2021-02-17 15:41 data/shared/connectionHoses/connectors.i3d (258.55 ms)

    2021-02-17 15:41 data/shared/connectionHoses/hoseMaterialHolder.i3d (65.65 ms)

    2021-02-17 15:41 data/objects/squarebales/baleStraw240.i3d (115.36 ms)

    2021-02-17 15:41 data/objects/squarebales/baleHay240.i3d (47.80 ms)

    2021-02-17 15:41 data/objects/squarebales/baleGrass240.i3d (54.20 ms)

    2021-02-17 15:41 data/objects/squarebales/kuhnSW4014/baleSilage240.i3d (131.45 ms)

    2021-02-17 15:41 data/objects/roundbales/roundbaleStraw_w112_d130.i3d (131.14 ms)

    2021-02-17 15:41 data/objects/roundbales/roundbaleHay_w112_d130.i3d (107.40 ms)

    2021-02-17 15:41 data/objects/roundbales/roundbaleGrass_w112_d130.i3d (83.15 ms)

    2021-02-17 15:41 data/objects/roundbales/roundbaleSilage_w112_d130.i3d (26.97 ms)

    2021-02-17 15:41 data/objects/cottonModules/cottonModule488.i3d (209.63 ms)

    2021-02-17 15:41 data/sky/sky.i3d (51.16 ms)

    2021-02-17 15:41 data/sky/rain.i3d (112.25 ms)

    2021-02-17 15:41 data/maps/mapDE.i3d (18299.15 ms)

    2021-02-17 15:41 data/foliage/wheat.i3d (315.77 ms)

    2021-02-17 15:41 data/foliage/grassDense.i3d (167.23 ms)

    2021-02-17 15:41 data/foliage/canola.i3d (218.17 ms)

    2021-02-17 15:41 data/foliage/barley.i3d (314.85 ms)

    2021-02-17 15:41 data/foliage/maize.i3d (233.39 ms)

    2021-02-17 15:41 data/foliage/decoFoliage.i3d (1057.00 ms)

    2021-02-17 15:41 data/foliage/potato.i3d (281.81 ms)

    2021-02-17 15:41 data/foliage/potatoHaulm.i3d (54.70 ms)

    2021-02-17 15:41 data/foliage/sugarbeet.i3d (195.30 ms)

    2021-02-17 15:41 data/foliage/sugarbeetHaulm.i3d (42.21 ms)

    2021-02-17 15:41 data/foliage/sunflower.i3d (234.66 ms)

    2021-02-17 15:41 data/foliage/soybean.i3d (244.91 ms)

    2021-02-17 15:41 data/foliage/oilseedRadish.i3d (90.26 ms)

    2021-02-17 15:41 data/foliage/poplar.i3d (295.68 ms)

    2021-02-17 15:41 data/foliage/bush01.i3d (293.63 ms)

    2021-02-17 15:41 Info: transform group 'bush01' has elements very far out from the cell edge (29.61% expansion)

    2021-02-17 15:41 data/foliage/oat.i3d (339.21 ms)

    2021-02-17 15:41 data/foliage/sugarCane.i3d (220.74 ms)

    2021-02-17 15:41 data/foliage/sugarCaneHaulm.i3d (35.00 ms)

    2021-02-17 15:41 data/foliage/cotton.i3d (277.52 ms)

    2021-02-17 15:41 data/foliage/weed.i3d (53.72 ms)

    2021-02-17 15:41 Disabled withering

    2021-02-17 15:41 data/vehicles/newHolland/TX32Header/TX32Header.i3d (467.67 ms)

    2021-02-17 15:42 data/store/ui/shop.i3d (517.29 ms)

    2021-02-17 15:42 data/shared/materialHolders/glowEffectMaterialHolder.i3d (8.98 ms)

    2021-02-17 15:42 data/store/ui/cube.i3d (32.13 ms)

    2021-02-17 15:42 data/store/ui/sphere.i3d (38.24 ms)

    2021-02-17 15:42 data/shared/assets/powerTakeOffs/walterscheidW.i3d (147.98 ms)

    2021-02-17 15:42 data/vehicles/newHolland/TX32/TX32.i3d (920.14 ms)

    2021-02-17 15:42 data/shared/wheels/hubs/hubs.i3d (852.47 ms)

    2021-02-17 15:42 data/particleSystems/shared/wheelEmitterShape.i3d (67.34 ms)

    2021-02-17 15:42 data/shared/wheels/trelleborg/TM2000/R32_TM2000.i3d (88.04 ms)

    2021-02-17 15:42 data/shared/wheels/rims/rim001.i3d (78.98 ms)

    2021-02-17 15:42 data/shared/wheels/trelleborg/TM700/R24_TM700.i3d (49.22 ms)

    2021-02-17 15:42 data/particleSystems/shared/exhaust.i3d (51.58 ms)

    2021-02-17 15:42 data/shared/assets/lights/lizard/rear2ChamberLight_05.i3d (70.98 ms)

    2021-02-17 15:42 data/shared/assets/lights/lizard/workingLightSquare_03.i3d (72.07 ms)

    2021-02-17 15:42 data/shared/assets/lights/lizard/workingLightCircle_02.i3d (69.45 ms)

    2021-02-17 15:42 data/shared/assets/reflectors/lizard/yellowRound_03.i3d (69.92 ms)

    2021-02-17 15:42 data/shared/assets/reflectors/lizard/redRound_01.i3d (32.85 ms)

    2021-02-17 15:42 data/shared/assets/beaconLights/lizard/beaconLight06.i3d (124.81 ms)

    2021-02-17 15:42 data/vehicles/rau/polymag300/polymag300.i3d (262.22 ms)

    2021-02-17 15:42 data/vehicles/fendt/favorit500/favorit500.i3d (1156.28 ms)

    2021-02-17 15:42 data/shared/wheels/trelleborg/TM700/R28_TM700.i3d (29.21 ms)

    2021-02-17 15:42 data/shared/wheels/trelleborg/TM700/R38_TM700.i3d (15.82 ms)

    2021-02-17 15:42 data/shared/assets/beaconLights/lizard/beaconLight02.i3d (32.19 ms)

    2021-02-17 15:42 data/shared/assets/upperLinks/walterscheid03.i3d (145.10 ms)

    2021-02-17 15:42 data/shared/assets/toolbar.i3d (73.00 ms)

    2021-02-17 15:42 data/shared/assets/upperLinks/walterscheid01.i3d (41.36 ms)

    2021-02-17 15:42 data/vehicles/agco/weight650/weight650.i3d (128.41 ms)

    2021-02-17 15:42 data/vehicles/amazone/D8_30/D8_30.i3d (176.65 ms)

    2021-02-17 15:42 data/shared/wheels/hubs/hubSmall01.i3d (72.88 ms)

    2021-02-17 15:42 data/shared/wheels/lizard/implement/R15.i3d (74.27 ms)

    2021-02-17 15:42 data/shared/assets/lights/lizard/rear2ChamberLight_04.i3d (83.74 ms)

    2021-02-17 15:42 data/shared/assets/lights/lizard/rearLightCircleRed_01.i3d (71.87 ms)

    2021-02-17 15:42 data/shared/assets/lights/lizard/frontLightRectangle_01.i3d (67.29 ms)

    2021-02-17 15:42 data/vehicles/fiat/fiat1300dt/fiat1300dt.i3d (443.02 ms)

    2021-02-17 15:42 data/shared/wheels/trelleborg/TM600/R28_TM600.i3d (53.01 ms)

    2021-02-17 15:42 data/shared/wheels/rims/rim004.i3d (118.29 ms)

    2021-02-17 15:42 data/shared/wheels/rims/rim003.i3d (71.31 ms)

    2021-02-17 15:42 data/vehicles/fortschritt/hw80/hw80.i3d (273.24 ms)

    2021-02-17 15:42 data/shared/wheels/lizard/implement/R22_5_DS.i3d (73.94 ms)

    2021-02-17 15:42 data/shared/assets/wheelChocks/wheelChock01.i3d (79.76 ms)

    2021-02-17 15:42 data/shared/assets/lights/lizard/rear3ChamberLight_01.i3d (76.28 ms)

    2021-02-17 15:42 data/shared/assets/reflectors/lizard/redTriangle_01.i3d (27.36 ms)

    2021-02-17 15:42 data/shared/assets/reflectors/lizard/yellowRectangle_01.i3d (36.39 ms)

    2021-02-17 15:42 data/placeables/mapDE/sellingStationGeneric/sellingStationGeneric.i3d (50.33 ms)

    2021-02-17 15:42 data/placeables/mapDE/trainStationMill/trainStationMill.i3d (100.13 ms)

    2021-02-17 15:42 data/placeables/mapDE/grainElevatorEast/grainElevatorEast.i3d (28.78 ms)

    2021-02-17 15:42 data/placeables/mapDE/railroadSilo01/railroadSilo01.i3d (22.00 ms)

    2021-02-17 15:42 data/placeables/mapDE/railroadSilo02/railroadSilo02.i3d (25.20 ms)

    2021-02-17 15:42 data/placeables/mapDE/sellingStationBales/sellingStationBales.i3d (25.37 ms)

    2021-02-17 15:42 data/placeables/mapDE/sellingStationWood/sellingStationWood.i3d (21.73 ms)

    2021-02-17 15:42 data/placeables/mapDE/sellingStationWoodChips/sellingStationWoodChips.i3d (65.90 ms)

    2021-02-17 15:42 data/placeables/mapDE/sellingStationWool/sellingStationWool.i3d (61.18 ms)

    2021-02-17 15:42 data/placeables/mapDE/sellingStationVehicles/sellingStationVehicles.i3d (18.18 ms)

    2021-02-17 15:42 data/placeables/mapDE/gasStation/gasStation.i3d (26.09 ms)

    2021-02-17 15:42 data/placeables/mapDE/trainSystem/trainSystem.i3d (63.72 ms)

    2021-02-17 15:42 data/placeables/mapDE/bga/bga.i3d (140.36 ms)

    2021-02-17 15:42 data/placeables/mapDE/waterFillTriggers/waterFillTriggers.i3d (37.09 ms)

    2021-02-17 15:42 data/placeables/limeStation/limeStation.i3d (166.08 ms)

    2021-02-17 15:42 data/placeables/farmSilos/farmSiloLarge.i3d (53.36 ms)

    2021-02-17 15:42 data/placeables/mapDE/farmBuildings/farmBarn.i3d (74.31 ms)

    2021-02-17 15:42 data/placeables/mapDE/farmBuildings/farmStorageBarn.i3d (51.62 ms)

    2021-02-17 15:42 data/placeables/mapDE/farmBuildings/farmHousePreplaced.i3d (142.17 ms)

    2021-02-17 15:42 data/vehicles/train/locomotive01/locomotive01.i3d (475.82 ms)

    2021-02-17 15:42 data/vehicles/train/wagonGrain/wagonGrain.i3d (365.03 ms)

    2021-02-17 15:42 data/vehicles/train/wagonWoodChips/wagonWoodChips.i3d (48.51 ms)

    2021-02-17 15:42 data/vehicles/train/wagonTimber/wagonTimber.i3d (35.47 ms)

    2021-02-17 15:42 data/vehicles/train/wagonSugarbeets/wagonSugarbeets.i3d (55.44 ms)

    2021-02-17 15:42 data/vehicles/train/wagonVehicles/wagonVehicles.i3d (45.73 ms)

    2021-02-17 15:42 dataS2/character/humans/player/player01.i3d (289.92 ms)

    2021-02-17 15:42 Setting 'Radio Volume': 0.5

    2021-02-17 15:42 Setting 'Vehicle Volume': 0.10000000149012

    2021-02-17 15:42 Setting 'Environment Volume': 0.10000000149012

    2021-02-17 15:42 Setting 'GUI Volume': 0.10000000149012

    2021-02-17 15:42 Info: Savegame Setting 'dirtInterval': 3

    2021-02-17 15:42 Info: Savegame Setting 'plantGrowthRate': 4

    2021-02-17 15:42 Info: Savegame Setting 'fuelUsageLow': true

    2021-02-17 15:42 Info: Savegame Setting 'plowingRequiredEnabled': false

    2021-02-17 15:42 Info: Savegame Setting 'weedsEnabled': true

    2021-02-17 15:42 Info: Savegame Setting 'limeRequired': true

    2021-02-17 15:42 Error: Can't load resource 'C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/funke neu v2/textures/pod.dds'.

    2021-02-17 15:42 Error: Can't load resource 'C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/funke neu v2/textures/ChassisFarbe_spec.dds'.

    2021-02-17 15:42 C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/magnum7240Pro.i3d (994.23 ms)

    2021-02-17 15:42 Warning (C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/magnum7240Pro.xml): I3D file offers '4' objects, but '2' components have been loaded!

    2021-02-17 15:42 data/shared/wheels/trelleborg/TM700/R30_TM700.i3d (31.98 ms)

    2021-02-17 15:42 data/shared/wheels/trelleborg/TM800/R42_TM800.i3d (101.77 ms)

    2021-02-17 15:42 data/shared/assets/beaconLights/lizard/beaconLight01.i3d (31.14 ms)

    2021-02-17 15:42 Warning (C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/magnum7240Pro.xml): I3D file offers '4' objects, but '2' components have been loaded!

    2021-02-17 15:42 Warning (C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/magnum7240Pro.xml): I3D file offers '4' objects, but '2' components have been loaded!

    2021-02-17 15:42 Warning (C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/magnum7240Pro.xml): I3D file offers '4' objects, but '2' components have been loaded!

    2021-02-17 15:42 data/shared/wheels/trelleborg/TM1000/R30_TM1000.i3d (55.90 ms)

    2021-02-17 15:42 Error (data/shared/wheels/trelleborg/TM1000/710_70R42.xml): WheelConfigId 'weight3' not found!

    2021-02-17 15:42 data/shared/wheels/trelleborg/TM1000/R42_TM1000.i3d (13.59 ms)

    2021-02-17 15:42 Error (data/shared/wheels/trelleborg/TM1000/710_70R42.xml): WheelConfigId 'weight3' not found!

    2021-02-17 15:42 Warning (C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/magnum7240Pro.xml): I3D file offers '4' objects, but '2' components have been loaded!

    2021-02-17 15:42 data/shared/wheels/michelin/machXbib/R28_machXbib.i3d (88.49 ms)

    2021-02-17 15:42 data/shared/wheels/michelin/machXbib/R38_machXbib.i3d (45.67 ms)

    2021-02-17 15:42 Warning (C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/magnum7240Pro.xml): I3D file offers '4' objects, but '2' components have been loaded!

    2021-02-17 15:42 data/shared/wheels/rims/dual001.i3d (104.80 ms)

    2021-02-17 15:42 Warning (C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/magnum7240Pro.xml): I3D file offers '4' objects, but '2' components have been loaded!

    2021-02-17 15:42 Warning (C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/magnum7240Pro.xml): I3D file offers '4' objects, but '2' components have been loaded!

    2021-02-17 15:42 Warning (C:/Users/This/Documents/My Games/FarmingSimulator2019/mods/FS19_MagnumSelfmade/magnum7240Pro.xml): I3D file offers '4' objects, but '2' components have been loaded!


    Mir ist gerade selber aufgefallen das der Magnum ein paar Fehler schmeißt, aber viel damit anzufangen bzw. was ich verbessern muss weiß ich nicht.

    Danke an alle die bis jetzt schon geholfen haben und noch helfen werden!

  • Kannst du das bitte als Datei machen, sonst ist das echt mies zu lesen.

    Edit:

    Die Textur der Funke kann nicht gefunden werden. Da solltest mal den Pfad prüfen. Leerzeichen würde ich generell vermeiden.

    Dann hast du bei den folgenden wheels eine configID die nicht existiert:

    TM1000/710_70R42.xml)

    ...official coffee-to-xml converter...

    ...complaining about other people's log-files since FS13...

    specialized in: textures, ingaming, animations, tutorials and things nobody ever thought about

    Einmal editiert, zuletzt von da-hoffi (17. Februar 2021 um 16:07)

  • Jap, aber kannst ja schonmal das beheben, was ich geschrieben hab.

    Kann dann später gern nochmal gucken.

    Solltrsttdu bis dahin die Fehler bearbeitet haben, poste ruhig dann die aktualisierte xml und aktuelle log.

    ...official coffee-to-xml converter...

    ...complaining about other people's log-files since FS13...

    specialized in: textures, ingaming, animations, tutorials and things nobody ever thought about

  • Such in der xml nach "TM1000/710_70R42.xml" (Achtung, gibt es mehrmals) und lösch das configID="weight3" in der gleichen Zeile

    ...official coffee-to-xml converter...

    ...complaining about other people's log-files since FS13...

    specialized in: textures, ingaming, animations, tutorials and things nobody ever thought about

  • Ach so genau die Reifen also die TM1000 habe ich auch raus gelöscht.


    Also jetzt wird er im Shop doch irgendwie angezeigt aber da steht das der Platz am Händler nicht ausreicht?

    Einmal editiert, zuletzt von da-hoffi (19. Februar 2021 um 06:47) aus folgendem Grund: Ein Beitrag von This724 mit diesem Beitrag zusammengefügt.