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

From Kerbal Space Program Wiki
Jump to: navigation, search
(*update to 0.22;)
m (*update to 0.24.2;)
Line 6: Line 6:
 
// --- general parameters ---
 
// --- general parameters ---
 
name = smallHardpoint
 
name = smallHardpoint
module = Strut
+
module = Part
 
author = C. Jenkins
 
author = C. Jenkins
  
Line 25: Line 25:
 
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 against fuselages, and hull bodies. This is the small variant, mostly for use with the smaller engines.
 
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
 
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
Line 31: Line 31:
  
 
// --- standard part parameters ---
 
// --- standard part parameters ---
mass = 0.1
+
mass = 0.02
 
dragModelType = default
 
dragModelType = default
 
maximum_drag = 0.2
 
maximum_drag = 0.2
Line 39: Line 39:
 
maxTemp = 3200
 
maxTemp = 3200
 
fuelCrossFeed = True
 
fuelCrossFeed = True
 +
 +
PhysicsSignificance = 1
 +
 
}
 
}
 +
 
}}
 
}}

Revision as of 12:33, 12 August 2014

This is the configuration file for Small Hardpoint.
PART
{
///KSP Asset Configuration File
//C7 Small Pylon

// --- general parameters ---
name = smallHardpoint
module = Part
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.02
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 20
maxTemp = 3200
fuelCrossFeed = True

PhysicsSignificance = 1

}