Difference between revisions of "Parts/Wheel/LandingGear/GearFixed.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 1.0;)
 
(Update part config)
(One intermediate revision by one other user not shown)
Line 6: Line 6:
 
mesh = model.mu
 
mesh = model.mu
 
scale = 1.0
 
scale = 1.0
 +
rescaleFactor = 1.0
 +
mirrorRefAxis = 0, 0, 1
 
node_attach = 0.00, 0.00, 0.00, 1.0, 90.0, 0.0, 1
 
node_attach = 0.00, 0.00, 0.00, 1.0, 90.0, 0.0, 1
 
TechRequired = aviation
 
TechRequired = aviation
 
entryCost = 500
 
entryCost = 500
 
cost = 100
 
cost = 100
category = Utility
+
category = Ground
 
subcategory = 0
 
subcategory = 0
 
title = LY-01 Fixed Landing Gear
 
title = LY-01 Fixed Landing Gear
 
manufacturer = LightYear Tire Company // it can't all be [C7 Aerospace Division]
 
manufacturer = LightYear Tire Company // it can't all be [C7 Aerospace Division]
description = Simple wheel-on-a-stick Landing Gear to bring your birds down safely. (That means your airplanes, KSC disadvises attempts to attach landing gear to actual birds)
+
description = Simple wheel-on-a-stick Landing Gear to bring your birds down safely. (That means your airplanes, LightYear Co. does not encourage attempting to attach landing gear to actual birds)
 
attachRules = 1,1,1,1,1
 
attachRules = 1,1,1,1,1
mass = 0.05
+
mass = 0.022
 
thermalMassModifier = 4.0  
 
thermalMassModifier = 4.0  
 
// heatConductivity = 0.06
 
// heatConductivity = 0.06
Line 25: Line 27:
 
angularDrag = 1
 
angularDrag = 1
 
maxTemp = 1000  
 
maxTemp = 1000  
crashTolerance = 25
+
crashTolerance = 125
 
breakingForce = 50
 
breakingForce = 50
 
breakingTorque = 50
 
breakingTorque = 50
PhysicsSignificance = 1
+
PhysicsSignificance = 0
 
bulkheadProfiles = srf
 
bulkheadProfiles = srf
 +
tags = aero (air aircraft ground plane roll takeoff taxi wheel
 +
 +
CoMOffset = 0, -0.675, 0
 +
 
MODEL
 
MODEL
 
{
 
{
 
model = Squad/Parts/Wheel/LandingGear/GearFixed
 
model = Squad/Parts/Wheel/LandingGear/GearFixed
 +
scale = 1, 1, 1
 
}
 
}
 
MODULE
 
MODULE
 
{
 
{
name = ModuleLandingGearFixed
+
name = ModuleWheelBase
BrakeTorque = 20
+
BrakeSpeed = 3
+
wheelColliderTransformName = WheelCollider
wheelName = wheel
+
wheelTransformName = WheelPivot
hasSteering = false
+
 +
wheelType = FREE
 +
 
 +
// setting this to true will override the radius and center parameters
 +
FitWheelColliderToMesh = False
 +
radius = 0.2
 +
center = 0,0,0
 +
mass = 0.018
 +
groundHeightOffset = 1.11
 +
 +
TooltipTitle = Landing Gear
 +
TooltipPrimaryField = Fixed, Unpowered
 +
 +
frictionSharpness = 50.0
 +
}
 +
MODULE
 +
{
 +
name = ModuleWheelSuspension
 +
baseModuleIndex = 0
 +
 +
suspensionDistance = 0.2
 +
suspensionOffset = 0.0
 +
targetPosition = 0.6
 +
springRatio = 15
 +
damperRatio = 0.3
 +
boostRatio = 0.75
 +
useAutoBoost = False
 +
 +
suppressModuleInfo = True
 +
}
 +
MODULE
 +
{
 +
name = ModuleWheelBrakes
 +
baseModuleIndex = 0
 +
 +
maxBrakeTorque = 2
 +
brakeResponse = 1
 +
}
 +
MODULE
 +
{
 +
name = ModuleWheelDamage
 +
baseModuleIndex = 0
 +
 +
stressTolerance = 2000
 +
impactTolerance = 1000
 +
deflectionMagnitude = 0.5
 +
deflectionSharpness = 2.0
 +
slipMagnitude = 1.5
 +
slipSharpness = 2.0
 +
explodeMultiplier = 1.0
 
}
 
}
 
}
 
}
  
 
}}
 
}}

Revision as of 09:53, 21 October 2016

This is the configuration file for LY-01 Fixed Landing Gear.
PART
{
	name = GearFixed
	module = Part
	author = Porkjet
	mesh = model.mu
	scale = 1.0
	rescaleFactor = 1.0
	mirrorRefAxis = 0, 0, 1
	node_attach = 0.00, 0.00, 0.00, 1.0, 90.0, 0.0, 1
	TechRequired = aviation
	entryCost = 500
	cost = 100
	category = Ground
	subcategory = 0
	title = LY-01 Fixed Landing Gear
	manufacturer = LightYear Tire Company		// it can't all be [C7 Aerospace Division]
	description = Simple wheel-on-a-stick Landing Gear to bring your birds down safely. (That means your airplanes, LightYear Co. does not encourage attempting to attach landing gear to actual birds)
	attachRules = 1,1,1,1,1
	mass = 0.022
	thermalMassModifier = 4.0 
	// heatConductivity = 0.06
	emissiveConstant = 0.95
	dragModelType = default
	maximum_drag = 0.3
	minimum_drag = 0.2
	angularDrag = 1
	maxTemp = 1000 
	crashTolerance = 125
	breakingForce = 50
	breakingTorque = 50
	PhysicsSignificance = 0
	bulkheadProfiles = srf
	tags = aero (air aircraft ground plane roll takeoff taxi wheel
	
	CoMOffset = 0, -0.675, 0
	
	MODEL
	{
		model = Squad/Parts/Wheel/LandingGear/GearFixed
		scale = 1, 1, 1
	}
	MODULE
	{
		name = ModuleWheelBase
		
		wheelColliderTransformName = WheelCollider		
		wheelTransformName = WheelPivot
		
		wheelType = FREE

		// setting this to true will override the radius and center parameters
		FitWheelColliderToMesh = False		
		radius = 0.2
		center = 0,0,0
		mass = 0.018
		groundHeightOffset = 1.11
				
		TooltipTitle = Landing Gear
		TooltipPrimaryField = Fixed, Unpowered
		
		frictionSharpness = 50.0
	}
	MODULE
	{
		name = ModuleWheelSuspension
		baseModuleIndex = 0
		
		suspensionDistance = 0.2
		suspensionOffset = 0.0
		targetPosition = 0.6
		springRatio = 15
		damperRatio = 0.3
		boostRatio = 0.75
		useAutoBoost = False
		
		suppressModuleInfo = True
	}
	MODULE
	{
		name = ModuleWheelBrakes
		baseModuleIndex = 0
		
		maxBrakeTorque = 2		
		brakeResponse = 1
	}
	MODULE
	{
		name = ModuleWheelDamage
		baseModuleIndex = 0
		
		stressTolerance = 2000
		impactTolerance = 1000
		deflectionMagnitude = 0.5
		deflectionSharpness = 2.0
		slipMagnitude = 1.5
		slipSharpness = 2.0
		explodeMultiplier = 1.0
	}
}