Mogli12 / GearboxAddon

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

GearboxAddon AutoHold Function Quit #379

Closed archedian closed 6 years ago

archedian commented 6 years ago

Greetings Mogli, I want to say great addon and im truly enjoying it. However, i have an issue...

The AutoHold function when holding the "S" Key worked fine on all tractors when i started my new game. It however has stopped working on one tractor only, rest are still working correctly. I have looked through the key controls and seen many times that ";" Key turns on auto hold to my understanding. I have been trying every CTRL, R-SHIFT and single key combos i can think of for the past 4 hours and auto hold will NOT activate again on that tractor. Is there another key or key combo i need to press to reactivate autohold on my tractor? ( ";" only switches from manual to neutral and back to manual)

EDIT: The tractor im having issues with activating the autohold is the Case 1455XL

Thank you in advance Mogli!

Frank1974 commented 6 years ago

Hello, only the newer tractores have got autohold, older tractors like the Case 1445XL havent got it, if that helps you with your problem.

archedian commented 6 years ago

Hello Frank, Thanks for the response! I could have swore the Case 1455XL had it when i started my game... May had just not paid as much attention to it, hmm

KITT3000 commented 6 years ago

@archedian Maybe before, there was no typical gearbox configuration for this tractor and used an automatic transmission or CVT.

Mogli12 commented 6 years ago

Hi,

Even old tractors used autiHold if you switched manually into neutral. I think I removed it as I fixed the double clutch without G27 gear shifter.

Maybe you can use the handbrake (rCtrl+shift) instead.

Regards, Stefan

Mogli12 commented 6 years ago

Can you please check v3.1 build 62?

Mogli12 commented 6 years ago

You can turn on the AutoHold for vehicles w/o AutoStartStop via the global parameter autoHold:

<?xml version="1.0" encoding="utf-8" standalone="no" ?>
<vehicles>
    <gearboxMogliGlobals>
        <autoHold type="bool" value="true"/>
    </gearboxMogliGlobals>
</vehicles>

You have to switch into Neutral and press the brake for about one second

Mogli12 commented 6 years ago

I added something. If a vehicle does not have autoStartStop="true" but the automatic clutch is on then it will behave like with auto hold as long as you press the brake pedal.