Mogli12 / GearboxAddon

Farming Simulator 2017: Gearbox addon
GNU General Public License v3.0
53 stars 28 forks source link

Weird SpeedMatching behavior when trying to double clutch #396

Closed Dudejo closed 6 years ago

Dudejo commented 6 years ago

Hi

When I set Speed Matching, with the in-game settings, to trigger with any gear, it always resets to the starting gear when I begin the double clutch procedure by going into neutral.

This doesn't happen when Speed Matching is set to "only first or last".

I require Speed Matching to trigger with any gear because, as in the example below, "L" gear is restricted to range 1. This prevents the "only first or last" from triggering because I cannot shift into "L" gear while in the high range.

        <transmission name="10-Speed RTO" revDownMs="3000" autoStartStop="true" rpmInSpeedHud="true" minHudRpm="0" maxHudRpm="4000" speedLimiter="false" fuelPerDistanceMinSpeed="10">
        <gears axleSpeed="3.73" tireWidth="315" tireRatio="80" rimDiameter="22.5" reverseReset="false" doubleClutch="true">
            <gear name="L" forwardOnly="true" inverseRatio="2.76"/>
            <gear name="R" reverseOnly="true" inverseRatio="2.89"/>
            <gear name="1" forwardOnly="true" inverseRatio="1.83"/>
            <gear name="2" forwardOnly="true" inverseRatio="1.36"/>
            <gear name="3" forwardOnly="true" inverseRatio="1.00"/>
            <gear name="4" forwardOnly="true" inverseRatio="0.74"/>
        </gears>

        <ranges doubleClutch="true" defaultRange="1">
            <range name="L" inverseRatio="3.40"/>
            <range name="H" minGear="2" inverseRatio="1.00"/>
        </ranges>

        <ranges clutchRatio="1" shiftNoThrottle="true" defaultRange="2">
            <range name="Lo" maxGear="2" maxRange="1" ratio="0.64698"/>
            <range name="Hi" ratio="1.00"/>
        </ranges>
        </transmission>
Mogli12 commented 6 years ago

Hi,

Please try it again with v3.1 build 74.

Thanks, Stefan

Dudejo commented 6 years ago

looks good, feels good