Difference between revisions of "Parts/Aero/wings/elevon1.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/SPP/Wings/elevon1.cfg to Parts/Aero/wings/elevon1.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Elevon 1|2=PART
 
{{Part config|Elevon 1|2=PART
 
{
 
{
 
+
name = StandardCtrlSrf
name = StandardCtrlSrf
+
module = Part
module = Part
+
author = Porkjet
author = Porkjet
+
rescaleFactor = 1
 
+
node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
MODEL
+
TechRequired = aviation
{
+
entryCost = 3200
model = Squad/SPP/Wings/elevon1
+
cost = 400
}
+
category = Aero
 
+
subcategory = 0
 
+
title = Elevon 1
rescaleFactor = 1
+
manufacturer = C7 Aerospace Division
 
+
description = Made from the finest materials at hand, these flight surfaces are guaranteed to operate while attached to the craft. However studies have shown that a lack of atmosphere *may* slightly impede function. No refunds.
 
+
attachRules = 0,1,0,0,0
node_attach = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1
+
mass = 0.025
 
+
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
// --- editor parameters ---
+
// heatConductivity = 0.06 // half default
TechRequired = flightControl
+
emissiveConstant = 0.95
entryCost = 3200
+
dragModelType = none
cost = 400
+
maximum_drag = 0.02
category = Aero
+
minimum_drag = 0.02
subcategory = 0
+
angularDrag = 2
title = Elevon 1
+
crashTolerance = 15
manufacturer = C7 Aerospace Division
+
maxTemp = 2000 // = 3400
description = Made from the finest materials at hand, these flight surfaces are guaranteed to operate while attached to the craft. However studies have shown that a lack of atmosphere *may* slightly impede function. No refunds.
+
explosionPotential = 0.1
 
+
bulkheadProfiles = srf
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
MODEL
attachRules = 0,1,0,0,0
+
{
 
+
model = Squad/Parts/Aero/wings/elevon1
 
+
}
// --- standard part parameters ---
+
MODULE
mass = 0.02
+
{
dragModelType = override
+
name = ModuleControlSurface
maximum_drag = 0.02
+
useInternalDragModel = True
minimum_drag = 0.02
+
dragCoeff = 0.25
angularDrag = 2
+
deflectionLiftCoeff = 0.25
crashTolerance = 15
+
ctrlSurfaceRange = 20
maxTemp = 3400
+
ctrlSurfaceArea = 1.0
explosionPotential = 0.1
+
transformName = Elevon1
 
+
}
MODULE
 
{
 
name = ModuleControlSurface
 
dragCoeff = 0.25
 
deflectionLiftCoeff = 0.25
 
ctrlSurfaceRange = 20
 
ctrlSurfaceArea = 0.95
 
transformName = Elevon1
 
}
 
 
 
 
 
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 10:42, 29 April 2015

This is the configuration file for Elevon 1.
PART
{
	name = StandardCtrlSrf
	module = Part
	author = Porkjet
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	TechRequired = aviation
	entryCost = 3200
	cost = 400
	category = Aero
	subcategory = 0
	title = Elevon 1
	manufacturer = C7 Aerospace Division
	description = Made from the finest materials at hand, these flight surfaces are guaranteed to operate while attached to the craft. However studies have shown that a lack of atmosphere *may* slightly impede function. No refunds.
	attachRules = 0,1,0,0,0
	mass = 0.025
	thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
	// heatConductivity = 0.06 // half default
	emissiveConstant = 0.95
	dragModelType = none
	maximum_drag = 0.02
	minimum_drag = 0.02
	angularDrag = 2
	crashTolerance = 15
	maxTemp = 2000 // = 3400
	explosionPotential = 0.1
	bulkheadProfiles = srf
	MODEL
	{
		model = Squad/Parts/Aero/wings/elevon1
	}
	MODULE
	{
		name = ModuleControlSurface
		useInternalDragModel = True
		dragCoeff = 0.25
		deflectionLiftCoeff = 0.25
		ctrlSurfaceRange = 20
		ctrlSurfaceArea = 1.0
		transformName = Elevon1
	}
}