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

From Kerbal Space Program Wiki
Jump to: navigation, search
(+added in 1.0;)
 
m (*update to 1.0.1;)
Line 6: Line 6:
 
mesh = model.mu
 
mesh = model.mu
 
scale = 1.0
 
scale = 1.0
 +
rescaleFactor = 1.0
 
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
Line 33: Line 34:
 
{
 
{
 
model = Squad/Parts/Wheel/LandingGear/GearFixed
 
model = Squad/Parts/Wheel/LandingGear/GearFixed
 +
scale = 1.25, 1.25, 1.25
 
}
 
}
 
MODULE
 
MODULE

Revision as of 20:49, 1 May 2015

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
	node_attach = 0.00, 0.00, 0.00, 1.0, 90.0, 0.0, 1
	TechRequired = aviation
	entryCost = 500
	cost = 100
	category = Utility
	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, KSC disadvises attempts to attach landing gear to actual birds)
	attachRules = 1,1,1,1,1
	mass = 0.05
	thermalMassModifier = 4.0 
	// heatConductivity = 0.06
	emissiveConstant = 0.95
	dragModelType = default
	maximum_drag = 0.3
	minimum_drag = 0.2
	angularDrag = 1
	maxTemp = 1000 
	crashTolerance = 25
	breakingForce = 50
	breakingTorque = 50
	PhysicsSignificance = 1
	bulkheadProfiles = srf
	MODEL
	{
		model = Squad/Parts/Wheel/LandingGear/GearFixed
		scale = 1.25, 1.25, 1.25
	}
	MODULE
	{
		name = ModuleLandingGearFixed
		BrakeTorque = 20
		BrakeSpeed = 3
		wheelName = wheel
		hasSteering = false
	}
}