Yeah, it does, but more so the info you gave above that combined is with dynamic, not the regular one. TrainBrake lever is disabled when combined throttle is detected. In such rare cases we need to re-enable it.Timex wrote:Havner, does this help me in any way?- I'm still stuck.
It's a combined throttle / dynamic brake as TSH behaves on my joystick without adding any custom configs.
the train brake doesn't want to know, which I need.
Try this one (check for parse errors to make sure I didn't mess anything):
Code: Select all
tshControl["TrainBrake"] = FindTrainBrake() -- CombinedThrottle is with DynamicBrake, also use TrainBrake lever
tshRange["TrainBrake"] = {-1, 1.2}
tshNotches["TrainBrake"] = {-1, -0.1, 0, 0.1, 1, 1.2}
tshControl["DynamicBrake"] = nil