Skip to content

Instantly share code, notes, and snippets.

@KITT3000
Created February 9, 2018 16:17
Show Gist options
  • Save KITT3000/1f18111569415cdb8cd81753c8a61eaa to your computer and use it in GitHub Desktop.
Save KITT3000/1f18111569415cdb8cd81753c8a61eaa to your computer and use it in GitHub Desktop.
<vehicle>Ursus C-360
<mod name="FS17_UrsusC360">
<xmlFile name="UrsusC360.xml"/>
</mod>
<gearboxMogli autoStartStop="false" maxAIRange="2" rpmInSpeedHud="true">
<realEngine idleRpm="550" ratedRpm="2200" >
<!-- 2200: 52(52) | 2200: 52(52) | 1550..1550: 190(190) | 85 | 0,5 | 149 | 2 | 2300 | 1270: 245 -->
<torque rpm="350" motorTorque="134" fuelUsageRatio="269"/>
<torque rpm="700" motorTorque="165" fuelUsageRatio="254.2"/>
<torque rpm="900" motorTorque="175" fuelUsageRatio="248.9"/>
<torque rpm="1000" motorTorque="179" fuelUsageRatio="247.1"/>
<torque rpm="1100" motorTorque="183" fuelUsageRatio="245.8"/>
<torque rpm="1200" motorTorque="186" fuelUsageRatio="245.1"/>
<torque rpm="1300" motorTorque="188" fuelUsageRatio="245"/>
<torque rpm="1400" motorTorque="189" fuelUsageRatio="245.5"/>
<torque rpm="1500" motorTorque="190" fuelUsageRatio="246.7"/>
<torque rpm="1600" motorTorque="189" fuelUsageRatio="248.4"/>
<torque rpm="1700" motorTorque="187" fuelUsageRatio="250.8"/>
<torque rpm="1800" motorTorque="184" fuelUsageRatio="253.8"/>
<torque rpm="1850" motorTorque="182" fuelUsageRatio="255.6"/>
<torque rpm="1900" motorTorque="180" fuelUsageRatio="257.5"/>
<torque rpm="1950" motorTorque="178" fuelUsageRatio="259.6"/>
<torque rpm="2000" motorTorque="176" fuelUsageRatio="261.8"/>
<torque rpm="2050" motorTorque="174" fuelUsageRatio="264.1"/>
<torque rpm="2100" motorTorque="171" fuelUsageRatio="266.7"/>
<torque rpm="2150" motorTorque="169" fuelUsageRatio="269.4"/>
<torque rpm="2200" motorTorque="166" fuelUsageRatio="272.2"/>
<torque rpm="2250" motorTorque="0" fuelUsageRatio="272.2"/>
</realEngine>
<gears defaultGear="1" shiftTimeMs="1200" speedMatching="false" reverseReset="true">
<gear speed="4.773" name="1" forwardOnly="true"/>
<gear speed="5.229" name="R" reverseOnly="true"/>
<gear speed="7.102" name="2" forwardOnly="true"/>
<gear speed="9.896" name="3" forwardOnly="true"/>
<gear speed="15.192" name="4" forwardOnly="true"/>
<gear speed="25.375" name="5" forwardOnly="true"/>
</gears>
<ranges defaultRange="2" reverseReset="false" shiftTimeMs="2000" doubleClutch="false">
<range ratio="0.233" name="Żółw" />
<range ratio="1" name="Zając" />
</ranges>
<differentials>
<front torqueRatio="-1"/>
<middle torqueRatio="-1"/>
<back torqueRatio="0.5"/>
</differentials>
</gearboxMogli>
</vehicle>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment