modelleicher / FS22_realismAddon_gearbox

A Mod for FS22, part of the "realismAddon" series. This one is to fix manual transmissions and clutch for players with steering wheels.. makes everything a bit more realistic.
44 stars 11 forks source link

Clutch Axis #20

Open doc3d opened 1 year ago

doc3d commented 1 year ago

Good day, Modelleicher I hope you are well. Not sure if this mod / project is still active, but wanted to give it a shot.

My issue is that the clutch axis will only work if the tractor is selected, so if you have a trailer on, and the trailer is selected, the clutch axis will not work (But the keyboard shortcut works...?!) This creates a problem if you need the attached implement to be active, say a frontloadder. Some loaders will not even let you select the tractor if the loader is present, making the clutch impossible to activate. Could this be a issue with my setup, or is there something in the mod that can be changed making the axis work consistantly.

Ive tested binding the keyboard shortcut to the clutch axis, and that works, but is then no loanger an axis, but a button, making modulation of the cluch impossible as its just an on/off switch at that point.

with regards Doc3d

CaptainGuppy commented 1 month ago

@modelleicher @jason0611 @doc3d

I'm not sure my changes will solve this, needs testing - but I've created two pull requests to try and solve two other similar issues, from my fork of the code:

  1. https://github.com/modelleicher/FS22_realismAddon_gearbox/pull/26
  2. https://github.com/modelleicher/FS22_realismAddon_gearbox/pull/27

In my case it was that the hand throttle didn't work until I exited and entered the vehicle once. In my fork that works great so far.

Also make sure you don't have the Left Shift button assigned somewhere, for example the Realistic Cab View defaults to the Left Shift button rendering the clutch unusable, so had to clear that button from the Realistic Cab View mod in order for the realismAddon_gearbox mod to work again.

I've asked the author of the aforementioned mod to change the default keybind to Left Control instead: https://github.com/loki79uk/FS22_CabView/issues/12#issue-2533959364