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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> // --- general parameters ---name = airplaneTailmodule = Strutauthor = C. Jenkins// --- asset parameters ---mesh = model.muscale = 0.1// --- node definitions ---// defin...")
 
Line 1: Line 1:
 
<pre>
 
<pre>
// --- general parameters ---name = airplaneTailmodule = Strutauthor = C. Jenkins// --- asset parameters ---mesh = model.muscale = 0.1// --- node definitions ---// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Znode_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0// --- FX definitions ---// --- editor parameters ---cost = 1275category = 2subcategory = 2title = Tail Connectormanufacturer = WinterOwl Aircraft Emporiumdescription = 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, allowCollisionattachRules = 1,1,1,1,0// --- standard part parameters ---mass = 0.4dragModelType = defaultmaximum_drag = 0.2minimum_drag = 0.2angularDrag = 1crashTolerance = 8maxTemp = 3200fuelCrossFeed = TruephysicsSignificance = 0</pre>
+
 
 +
// --- general parameters ---
 +
name = airplaneTail
 +
module = Strut
 +
author = C. Jenkins
 +
 
 +
// --- 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>

Revision as of 03:44, 18 November 2012


// --- general parameters ---
name = airplaneTail
module = Strut
author = C. Jenkins

// --- 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