Jump to content

landing gear brake mods?


miklkit

Recommended Posts

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.

Link to comment
Share on other sites

@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 by JadeOfMaar
Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...