miklkit Posted December 11, 2024 Share Posted December 11, 2024 Are there any mods for airplane landing brakes? I ask because the brakes are not linear. They default to 50% which is never good enough for me. I can slide them up to 95% and they get stronger smoothly and predictably but never strong enough, but at 100% and above they are suddenly too strong and the planes spin out and can crash as they stop way too fast. It would be nice if the brakes were linear at higher settings. Quote Link to comment Share on other sites More sharing options...
miklkit Posted December 14, 2024 Author Share Posted December 14, 2024 So, no one else has problems with brakes being either too weak of too strong? Quote Link to comment Share on other sites More sharing options...
JadeOfMaar Posted December 15, 2024 Share Posted December 15, 2024 (edited) @miklkit That's news to me. I might be very rusty since I haven't played in a hot minute. I tend to turn up my main gear to 75% or very near 100% and might place extra main gear for more brakes but I turn up my nose gear to no more than 75% or not touch it at all. I guarantee you will get rekt if your nose brakes are too strong. This might be why life is hard. If you're interested you can run away with this config which simply multiplies the baseline values to compensate for the sliders. @PART[GearFixed] // LY-01 Fixed Landing Gear { @MODULE[ModuleWheelBrakes] { @maxBrakeTorque *= 2 } } @PART[GearFree] // LY-05 Steerable Landing Gear { @MODULE[ModuleWheelBrakes] { @maxBrakeTorque *= 2 } } @PART[SmallGearBay] // LY-10 Small Landing Gear { @MODULE[ModuleWheelBrakes] { @maxBrakeTorque *= 2 } } @PART[GearSmall] // LY-35 Medium Landing Gear { @MODULE[ModuleWheelBrakes] { @maxBrakeTorque *= 2 } } @PART[GearMedium] // LY-60 Large Landing Gear { @MODULE[ModuleWheelBrakes] { @maxBrakeTorque *= 2 } } @PART[GearLarge] // LY-99 Extra Large Landing Gear { @MODULE[ModuleWheelBrakes] { @maxBrakeTorque *= 2 } } Edited December 15, 2024 by JadeOfMaar Quote Link to comment Share on other sites More sharing options...
miklkit Posted December 15, 2024 Author Share Posted December 15, 2024 The front brake being too strong is a brake balancing thing and it is SOP to balance that out. That other stuff is all Chinese to me. I am surprised that no one else seems to care about this. Recently watched a Matt Lowne video where he set the brakes too high and then apologized when the spaceplane stopped almost in its own length. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.