Difference between revisions of "Parts/Aero/cones/tailConnectorA.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*moved;)
m (*update to 1.0.4;)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Tail Connector A|2=PART
// --- general parameters ---
+
{
name = airplaneTail
+
name = airplaneTail
module = Strut
+
module = Part
author = C. Jenkins
+
author = C. Jenkins, Porkjet
 +
rescaleFactor = 1
 +
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
 +
node_attach = 0, -1, -0.313, 0.0, 0.0, 1.0
 +
CoMOffset = 0.0, -1.0, 0.0
 +
CoPOffset = 0.0, -1.0, 0.0
 +
CoLOffset = 0.0, -1.0, 0.0
 +
cost = 675
 +
category = Aero
 +
entryCost = 2800
 +
TechRequired = aviation
 +
title = Tail Connector A
 +
manufacturer = WinterOwl Aircraft Emporium
 +
description = A simple aerodynamic tail for aircraft. Designed to fit onto all standard 1.25m attachments, this part is the embodiment of our "Let's Fly", line of parts.
 +
attachRules = 1,1,1,1,0
 +
mass = 0.2
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 1
 +
crashTolerance = 8
 +
maxTemp = 2200 // = 3200
 +
thermalMassModifier = 6.0
 +
emissiveConstant = 0.95
 +
fuelCrossFeed = True
 +
bulkheadProfiles = size1
 +
MODEL
 +
{
 +
model = Squad/Parts/Aero/cones/TailA
 +
}
 +
MODULE
 +
{
 +
name = ModuleAnimateHeat
 +
ThermalAnim = Cone_Heat
 +
}
 +
}
  
// --- asset parameters ---
+
}}
mesh = model.mu
 
scale = 0.1
 
 
 
// --- node definitions ---
 
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
 
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
 
 
 
// --- FX definitions ---
 
 
 
// --- editor parameters ---
 
cost = 1275
 
category = 2
 
subcategory = 2
 
title = Tail Connector
 
manufacturer = WinterOwl Aircraft Emporium
 
description = A simple aerodynamic tail for aircraft. Designed to fit onto all standard 1m attachments,
 
this part is the embodiment of our "Let's Fly", line of parts.
 
 
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allow
 
CollisionattachRules = 1,1,1,1,0
 
 
 
// --- standard part parameters ---
 
mass = 0.4drag
 
ModelType = default
 
maximum_drag = 0.2minimum_drag = 0.2
 
angularDrag = 1crashTolerance = 8
 
maxTemp = 3200
 
fuelCrossFeed = True
 
 
 
physicsSignificance = 0
 
 
 
</pre>
 

Latest revision as of 12:13, 27 June 2015

This is the configuration file for Tail Connector A.
PART
{
	name = airplaneTail
	module = Part
	author = C. Jenkins, Porkjet
	rescaleFactor = 1
	node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
	node_attach = 0, -1, -0.313, 0.0, 0.0, 1.0
	CoMOffset = 0.0, -1.0, 0.0
	CoPOffset = 0.0, -1.0, 0.0
	CoLOffset = 0.0, -1.0, 0.0
	cost = 675
	category = Aero
	entryCost = 2800
	TechRequired = aviation
	title = Tail Connector A
	manufacturer = WinterOwl Aircraft Emporium
	description = A simple aerodynamic tail for aircraft. Designed to fit onto all standard 1.25m attachments, this part is the embodiment of our "Let's Fly", line of parts.
	attachRules = 1,1,1,1,0
	mass = 0.2
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 8
	maxTemp = 2200 // = 3200
	thermalMassModifier = 6.0
	emissiveConstant = 0.95
	fuelCrossFeed = True
	bulkheadProfiles = size1
	MODEL
	{
		model = Squad/Parts/Aero/cones/TailA
	}
	MODULE
	{
		name = ModuleAnimateHeat
		ThermalAnim = Cone_Heat
	}
}