Difference between revisions of "Parts/Structural/smallHardpoint/smallHardpoint.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> ///KSP Asset Configuration File//C7 Small Pylon// --- general parameters ---name = smallHardpointmodule = Strutauthor = C. Jenkins// --- asset parameters ---mesh = mode...")
 
Line 1: Line 1:
 
<pre>
 
<pre>
  
///KSP Asset Configuration File//C7 Small Pylon// --- general parameters ---name = smallHardpointmodule = 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_attach = 2.05, 0.0, 0.0, 1.0, 0.0, 0.0// --- editor parameters ---cost = 1275category = 2subcategory = 0title = Small Hardpointmanufacturer = C7 Aerospace Division.description = A structural Pylon for engine Support. Designed to fit against fuselages, and hull bodies. This is the small variant, mostly for use with the smaller engines.// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollisionattachRules = 0,1,0,1,0// --- standard part parameters ---mass = 0.1dragModelType = defaultmaximum_drag = 0.2minimum_drag = 0.2angularDrag = 1crashTolerance = 20maxTemp = 3200fuelCrossFeed = TruephysicsSignificance = 0
+
///KSP Asset Configuration File
 +
//C7 Small Pylon
 +
 
 +
// --- general parameters ---
 +
name = smallHardpoint
 +
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_attach = 2.05, 0.0, 0.0, 1.0, 0.0, 0.0
 +
 
 +
// --- editor parameters ---
 +
cost = 1275
 +
category = 2
 +
subcategory = 0
 +
title = Small Hardpoint
 +
manufacturer = C7 Aerospace Division.
 +
description = A structural Pylon for engine Support. Designed to fit  
 +
against fuselages, and hull bodies. This is the small variant, mostly for
 +
use with the smaller engines.
 +
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
 +
attachRules = 0,1,0,1,0
 +
 
 +
// --- standard part parameters ---
 +
mass = 0.1drag
 +
ModelType = default
 +
maximum_drag = 0.2
 +
angularDrag = 1
 +
crashTolerance = 20
 +
maxTemp = 3200
 +
fuelCrossFeed = True
 +
physicsSignificance = 0
  
 
</pre>
 
</pre>

Revision as of 03:59, 18 November 2012


///KSP Asset Configuration File
//C7 Small Pylon

// --- general parameters ---
name = smallHardpoint
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_attach = 2.05, 0.0, 0.0, 1.0, 0.0, 0.0

// --- editor parameters ---
cost = 1275
category = 2
subcategory = 0
title = Small Hardpoint
manufacturer = C7 Aerospace Division.
description = A structural Pylon for engine Support. Designed to fit 
against fuselages, and hull bodies. This is the small variant, mostly for
 use with the smaller engines.
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 0,1,0,1,0

// --- standard part parameters ---
mass = 0.1drag
ModelType = default
maximum_drag = 0.2
angularDrag = 1
crashTolerance = 20
maxTemp = 3200
fuelCrossFeed = True
physicsSignificance = 0