Challenger MT700E Stealth Version 1.0.0.2

User avatar
cwattyeso
Posts: 1760
Joined: Tue Nov 27, 2018 3:58 pm
Location: United Kingdom
Contact:

Challenger MT700E Stealth Version 1.0.0.2

Post by cwattyeso »

Have seen on the ModHub that the Challenger MT700E Stealth has had an update. The changelog states:
Changelog 1.0.0.1:
Soundupdate
Fixed lights
Changelog 1.0.0.2:
Removed engine config
Attacher fixed

What is particularly interesting is the Removed Engine Config. Previously the Mod stated the Tractor could be purchased with either 384HP or 438HP in the Mod's Description and this still appears in the current moddesc.xml. However in game the tractor has only ever been available with one engine option due to an error in the original XML. Prior to this latest update the XML had the following:

<motorConfiguration name="MT755E" price="0" hp="384">
<motor torqueScale="1.622" minRpm="850" maxRpm="2200" maxForwardSpeed="43" maxBackwardSpeed="22" brakeForce="12" lowBrakeForceScale="0.22" lowBrakeForceSpeedLimit="1">
<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="14.5" maxForwardGearRatio="250" minBackwardGearRatio="32" maxBackwardGearRatio="250" />
<objectChange node="challenger_mt755e_decal" visibilityActive="true"/>
<objectChange node="challenger_mt765e_decal" visibilityActive="false"/>
<objectChange node="challenger_mt775e_decal" visibilityActive="false"/>
</motorConfiguration>
<motorConfiguration name="MT765E" price="13500" hp="411">
<motor torqueScale="1.735"/>
<objectChange node="challenger_mt755e_decal" visibilityActive="false"/>
<objectChange node="challenger_mt765e_decal" visibilityActive="true"/>
<objectChange node="challenger_mt775e_decal" visibilityActive="false"/>
</motorConfiguration>
<motorConfiguration name="MT775E" price="27000" hp="438">
<motor torqueScale="1.85"/>
<objectChange node="challenger_mt755e_decal" visibilityActive="false"/>
<objectChange node="challenger_mt765e_decal" visibilityActive="false"/>
<objectChange node="challenger_mt775e_decal" visibilityActive="true"/>

This indicated it was supposed to be possible to buy the tractor with three different engine power ratings, 384HP, 411HP and 438HP.

Following the update to Version 1.0.0.2 the XML now only has the one configuration option:
<motorConfiguration name="MT775E" price="27000" hp="438">
<motor torqueScale="1.85" minRpm="850" maxRpm="2200" maxForwardSpeed="43" maxBackwardSpeed="22" brakeForce="12" lowBrakeForceScale="0.22" lowBrakeForceSpeedLimit="1">
<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="14.5" maxForwardGearRatio="250" minBackwardGearRatio="32" maxBackwardGearRatio="250" />

Which means you can only buy it with a 438HP engine. However right at the top of the xml file it still incorrectly states:
<storeData>
<name>MT700E Series Stealth</name>
<specs>
<power>384</power>
<maxSpeed>40</maxSpeed>

Which means the mod is still incorrect as the Power under Specs should be 438, now you have removed all the previous engine configurations.
Check out my YouTube Channel for Farming Simulator and other Gaming Let's Plays and Videos at https://www.youtube.com/c/CwattyesoGamingforFun :D

Also be sure to check out my Kick Channel for my Farming Simulator Live Streams and Multiplayer Server at https://www.kick.com/cwattyeso :gamer:

GIANTS SOFTWARE Personal Partner Code: CWATTYESO *thumbsup*