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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/SPP/Wings/elevon3.cfg to Parts/Aero/wings/elevon3.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
 
{{Part config|Elevon 3|2=PART
 
{{Part config|Elevon 3|2=PART
 
{
 
{
 
+
name = elevon3
name = elevon3
+
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 = supersonicFlight
{
+
entryCost = 3200
model = Squad/SPP/Wings/elevon3
+
cost = 650
}
+
category = Aero
 
+
subcategory = 0
 
+
title = Elevon 3
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, 1.0, 0.0, 0.0, 1
+
mass = 0.04
 
+
thermalMassModifier = 4.0 // the dang things are light, so 3200 kJ/tonne-K
// --- editor parameters ---
+
// heatConductivity = 0.06 // half default
TechRequired = supersonicFlight
+
emissiveConstant = 0.95
entryCost = 3200
+
dragModelType = none
cost = 650
+
maximum_drag = 0.02
category = Aero
+
minimum_drag = 0.02
subcategory = 0
+
angularDrag = 2
title = Elevon 3
+
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/elevon3
 
+
}
// --- standard part parameters ---
+
MODULE
mass = 0.04
+
{
dragModelType = override
+
name = ModuleControlSurface
maximum_drag = 0.02
+
useInternalDragModel = True
minimum_drag = 0.02
+
dragCoeff = 0.5
angularDrag = 2
+
deflectionLiftCoeff = 0.42
crashTolerance = 15
+
ctrlSurfaceRange = 20
maxTemp = 3400
+
ctrlSurfaceArea = 1.0
explosionPotential = 0.1
+
transformName = Elevon3
 
+
}
MODULE
 
{
 
name = ModuleControlSurface
 
dragCoeff = 0.5
 
deflectionLiftCoeff = 0.5
 
ctrlSurfaceRange = 20
 
ctrlSurfaceArea = 0.95
 
transformName = Elevon3
 
}
 
 
 
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 10:43, 29 April 2015

This is the configuration file for Elevon 3.
PART
{
	name = elevon3
	module = Part
	author = Porkjet
	rescaleFactor = 1
	node_attach = 0.0, 0.0, 0.0, 1.0, 0.0, 0.0, 1
	TechRequired = supersonicFlight
	entryCost = 3200
	cost = 650
	category = Aero
	subcategory = 0
	title = Elevon 3
	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.04
	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/elevon3
	}
	MODULE
	{
		name = ModuleControlSurface
		useInternalDragModel = True
		dragCoeff = 0.5
		deflectionLiftCoeff = 0.42
		ctrlSurfaceRange = 20
		ctrlSurfaceArea = 1.0
		transformName = Elevon3
	}
}