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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (!moved;)
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|M-2x2 Structural Panel|2=PART
 +
{
 
name = structuralPanel2
 
name = structuralPanel2
 
module = Part
 
module = Part
Line 19: Line 20:
 
node_attach = -1, 0, 0, -1, 0, 0, 0
 
node_attach = -1, 0, 0, -1, 0, 0, 0
  
 +
TechRequired = composites
 +
entryCost = 9800
 
cost = 400
 
cost = 400
 
category = Structural
 
category = Structural
Line 38: Line 41:
 
maxTemp = 3200
 
maxTemp = 3200
 
fuelCrossFeed = False
 
fuelCrossFeed = False
</pre>
+
}
 +
}}

Revision as of 14:42, 24 January 2014

This is the configuration file for M-2x2 Structural Panel.
PART
{
name = structuralPanel2
module = Part
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

// node_stack_right = 1, 0, 0, -1, 0, 0, 0
// node_stack_left = -1, 0, 0, 1, 0, 0, 0

// node_stack_back = 0, 0, 1, 0, 0,-1, 0
// node_stack_front = 0, 0,-1, 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 = -1, 0, 0, -1, 0, 0, 0

TechRequired = composites
entryCost = 9800
cost = 400
category = Structural
subcategory = 0
title = M-2x2 Structural Panel
manufacturer = Dinkelstein Kerman's Construction Emporium
description = Four M-1x1 have been arranged in a 2x2 layout for this part, then stuck together with super glue.
attachRules = 1,1,1,1,1

// --- standard part parameters ---
mass = 0.3
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 80
breakingForce = 200
breakingTorque = 200
maxTemp = 3200
fuelCrossFeed = False
}