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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.25;)
m (*update to 1.0;)
 
Line 1: Line 1:
 
{{Part config|Small Hardpoint|2=PART
 
{{Part config|Small Hardpoint|2=PART
 
{
 
{
///KSP Asset Configuration File
+
name = smallHardpoint
//C7 Small Hardpoint
+
module = Part
 
+
author = C. Jenkins
// --- general parameters ---
+
mesh = model.mu
name = smallHardpoint
+
scale = 0.1
module = Part
+
node_attach = 2.05, 0.0, 0.0, 1.0, 0.0, 0.0
author = C. Jenkins
+
TechRequired = highAltitudeFlight
 
+
entryCost = 7800
// --- asset parameters ---
+
cost = 1275
mesh = model.mu
+
category = Structural
scale = 0.1
+
subcategory = 0
 
+
title = Small Hardpoint
// --- node definitions ---
+
manufacturer = C7 Aerospace Division
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
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.
node_attach = 2.05, 0.0, 0.0, 1.0, 0.0, 0.0
+
attachRules = 0,1,0,1,0
 
+
mass = 0.02
 
+
dragModelType = default
// --- editor parameters ---
+
maximum_drag = 0.2
TechRequired = highAltitudeFlight
+
minimum_drag = 0.2
entryCost = 7800
+
angularDrag = 1
cost = 1275
+
crashTolerance = 20
category = Structural
+
maxTemp = 2000 // = 3200
subcategory = 0
+
fuelCrossFeed = True
title = Small Hardpoint
+
PhysicsSignificance = 1
manufacturer = C7 Aerospace Division
+
bulkheadProfiles = srf
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
 
 
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 10:43, 30 April 2015

This is the configuration file for Small Hardpoint.
PART
{
	name = smallHardpoint
	module = Part
	author = C. Jenkins
	mesh = model.mu
	scale = 0.1
	node_attach = 2.05, 0.0, 0.0, 1.0, 0.0, 0.0
	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.
	attachRules = 0,1,0,1,0
	mass = 0.02
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 20
	maxTemp = 2000 // = 3200
	fuelCrossFeed = True
	PhysicsSignificance = 1
	bulkheadProfiles = srf
}