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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (XZise moved page StructuralPanel1 to Parts/structuralPanel1/part.cfg without leaving a redirect: typo)
m (*update to 1.0;)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Please move to [[Parts/structuralPanel1/part.cfg]].
+
{{Part config|M-1x1 Structural Panel|2=PART
 +
{
 +
name = structuralPanel1
 +
module = Part
 +
author = NovaSilisko
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_stack_top = 0, 0.0275, 0, 0, 1, 0, 0
 +
node_stack_bottom = 0,-0.0275, 0, 0, -1, 0, 0
 +
node_attach = -0.5, 0, 0, -1, 0, 0, 0
 +
TechRequired = composites
 +
entryCost = 7200
 +
cost = 30
 +
category = Structural
 +
subcategory = 0
 +
title = M-1x1 Structural Panel
 +
manufacturer = Dinkelstein Kerman's Construction Emporium
 +
description = A sturdy metal plate, perfect for constructing all sorts of things.
 +
attachRules = 1,1,1,1,1
 +
mass = 0.075
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 1
 +
crashTolerance = 80
 +
breakingForce = 200
 +
breakingTorque = 200
 +
maxTemp = 2000 // = 3200
 +
fuelCrossFeed = False
 +
bulkheadProfiles = size0, srf
 +
}
  
<pre>
+
}}
name = structuralPanel1
 
module = Part
 
author = NovaSilisko
 
 
 
mesh = model.mu
 
rescaleFactor = 1
 
 
 
// node_stack_right = 0.5, 0, 0, -1, 0, 0, 0
 
// node_stack_left = -0.5, 0, 0, 1, 0, 0, 0
 
 
 
// node_stack_back = 0, 0, 0.5, 0, 0,-1, 0
 
// node_stack_front = 0, 0,-0.5, 0, 0, 1, 0
 
 
 
node_stack_top = 0, 0.0275, 0, 0,-1, 0, 0
 
node_stack_bottom = 0,-0.0275, 0, 0, 1, 0, 0
 
 
 
// node_attach = 0,-0.045, 0, 0, -1, 0, 0
 
node_attach = -0.5, 0, 0, -1, 0, 0, 0
 
 
 
cost = 100
 
category = Structural
 
subcategory = 0
 
title = M-1x1 Structural Panel
 
manufacturer = Dinkelstein Kerman's Construction Emporium
 
description = A sturdy metal plate, perfect for constructing all sorts of things.
 
attachRules = 1,1,1,1,1
 
 
 
// --- standard part parameters ---
 
mass = 0.075
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 1
 
crashTolerance = 80
 
breakingForce = 200
 
breakingTorque = 200
 
maxTemp = 3200
 
fuelCrossFeed = False
 
</pre>
 

Latest revision as of 10:42, 30 April 2015

This is the configuration file for M-1x1 Structural Panel.
PART
{
	name = structuralPanel1
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0, 0.0275, 0, 0, 1, 0, 0
	node_stack_bottom = 0,-0.0275, 0, 0, -1, 0, 0
	node_attach = -0.5, 0, 0, -1, 0, 0, 0
	TechRequired = composites
	entryCost = 7200
	cost = 30
	category = Structural
	subcategory = 0
	title = M-1x1 Structural Panel
	manufacturer = Dinkelstein Kerman's Construction Emporium
	description = A sturdy metal plate, perfect for constructing all sorts of things.
	attachRules = 1,1,1,1,1
	mass = 0.075
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 80
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 3200
	fuelCrossFeed = False
	bulkheadProfiles = size0, srf
}