Difference between revisions of "Parts/Structural/structuralPylons/smallHardpoint.cfg"
From Kerbal Space Program Wiki
< Parts | Structural
m (XZise moved page Parts/smallHardpoint/part.cfg to Parts/Structural/smallHardpoint/part.cfg without leaving a redirect) |
(*update to 0.22;) |
||
Line 1: | Line 1: | ||
− | + | {{Part config|Small Hardpoint|2=PART | |
+ | { | ||
///KSP Asset Configuration File | ///KSP Asset Configuration File | ||
//C7 Small Pylon | //C7 Small Pylon | ||
Line 12: | Line 13: | ||
scale = 0.1 | scale = 0.1 | ||
− | // --- node definitions | + | // --- node definitions --- |
− | ---// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z | + | // 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 | node_attach = 2.05, 0.0, 0.0, 1.0, 0.0, 0.0 | ||
+ | |||
// --- editor parameters --- | // --- editor parameters --- | ||
+ | TechRequired = highAltitudeFlight | ||
+ | entryCost = 7800 | ||
cost = 1275 | cost = 1275 | ||
− | category = | + | category = Structural |
subcategory = 0 | subcategory = 0 | ||
title = Small Hardpoint | title = Small Hardpoint | ||
manufacturer = C7 Aerospace Division. | manufacturer = C7 Aerospace Division. | ||
− | description = A structural Pylon for engine Support. Designed to fit | + | 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. |
− | against fuselages, and hull bodies. This is the small variant, mostly for | ||
− | |||
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision | ||
attachRules = 0,1,0,1,0 | attachRules = 0,1,0,1,0 | ||
// --- standard part parameters --- | // --- standard part parameters --- | ||
− | mass = 0. | + | mass = 0.1 |
− | + | dragModelType = default | |
maximum_drag = 0.2 | maximum_drag = 0.2 | ||
+ | minimum_drag = 0.2 | ||
angularDrag = 1 | angularDrag = 1 | ||
crashTolerance = 20 | crashTolerance = 20 | ||
maxTemp = 3200 | maxTemp = 3200 | ||
fuelCrossFeed = True | fuelCrossFeed = True | ||
− | + | } | |
− | + | }} |
Revision as of 12:59, 15 December 2013
PART { ///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 --- TechRequired = highAltitudeFlight entryCost = 7800 cost = 1275 category = Structural 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.1 dragModelType = default maximum_drag = 0.2 minimum_drag = 0.2 angularDrag = 1 crashTolerance = 20 maxTemp = 3200 fuelCrossFeed = True }