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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
(Updated for 0.23)
Line 1: Line 1:
<pre>
+
{{Part config|Modular Girder Adapter|2=PART
 +
{
 
name = trussAdapter
 
name = trussAdapter
 
module = Part
 
module = Part
Line 10: Line 11:
 
node_stack_top = 0.0, 0.6493708, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_top = 0.0, 0.6493708, 0.0, 0.0, 1.0, 0.0, 1
  
 +
TechRequired = specializedConstruction
 +
entryCost = 4800
 
cost = 100
 
cost = 100
 
category = Structural
 
category = Structural
Line 28: Line 31:
 
breakingTorque = 200
 
breakingTorque = 200
 
maxTemp = 5000
 
maxTemp = 5000
</pre>
+
}
 +
}}

Revision as of 14:46, 24 January 2014

This is the configuration file for Modular Girder Adapter.
PART
{
name = trussAdapter
module = Part
author = NovaSilisko

mesh = model.mu
rescaleFactor = 1

node_stack_bottom = 0.0, -0.4108305, 0.0, 0.0, 1.0, 0.0, 1
node_stack_top = 0.0, 0.6493708, 0.0, 0.0, 1.0, 0.0, 1

TechRequired = specializedConstruction
entryCost = 4800
cost = 100
category = Structural
subcategory = 0
title = Modular Girder Adapter
manufacturer = Maxo Construction Toys
description = This piece allows you to attach Modular Girder parts to standard 1.25m attachment points.
attachRules = 1,0,1,1,0

// --- standard part parameters ---
mass = 0.25
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 1
crashTolerance = 80
breakingForce = 200
breakingTorque = 200
maxTemp = 5000
}