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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/SPP/Wings/elevon2.cfg to Parts/Aero/wings/elevon2.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
Line 1: Line 1:
{{Part config|Elevon2|2=PART
+
{{Part config|Elevon 2|2=PART
 
{
 
{
 
+
name = elevon2
name = elevon2
+
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/elevon2
+
cost = 550
}
+
category = Aero
 
+
subcategory = 0
 
+
title = Elevon 2
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.03
 
+
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 = 550
+
maximum_drag = 0.02
category = Aero
+
minimum_drag = 0.02
subcategory = 0
+
angularDrag = 2
title = Elevon2
+
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/elevon2
 
+
}
// --- standard part parameters ---
+
MODULE
mass = 0.03
+
{
dragModelType = override
+
name = ModuleControlSurface
maximum_drag = 0.02
+
useInternalDragModel = True
minimum_drag = 0.02
+
dragCoeff = 0.33
angularDrag = 2
+
deflectionLiftCoeff = 0.3
crashTolerance = 15
+
ctrlSurfaceRange = 20
maxTemp = 3400
+
ctrlSurfaceArea = 1.0
explosionPotential = 0.1
+
transformName = Elevon2
 
+
}
MODULE
 
{
 
name = ModuleControlSurface
 
dragCoeff = 0.33
 
deflectionLiftCoeff = 0.33
 
ctrlSurfaceRange = 20
 
ctrlSurfaceArea = 0.95
 
transformName = Elevon2
 
}
 
 
 
 
 
 
}
 
}
  
 
}}
 
}}

Revision as of 11:04, 29 April 2015

This is the configuration file for Elevon 2.
PART
{
	name = elevon2
	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 = 550
	category = Aero
	subcategory = 0
	title = Elevon 2
	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.03
	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/elevon2
	}
	MODULE
	{
		name = ModuleControlSurface
		useInternalDragModel = True
		dragCoeff = 0.33
		deflectionLiftCoeff = 0.3
		ctrlSurfaceRange = 20
		ctrlSurfaceArea = 1.0
		transformName = Elevon2
	}
}