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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Page created)
 
m (*update to 1.0;)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Modular Girder Segment XL|2=PART
name = trussPiece3x
+
{
module = Part
+
name = trussPiece3x
author = NovaSilisko
+
module = Part
 +
author = NovaSilisko
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_stack_bottom = 0.0, -1.475238, 0.0, 0.0, -1.0, 0.0, 1
 +
node_stack_top = 0.0, 1.475238, 0.0, 0.0, 1.0, 0.0, 1
 +
node_attach = 0.0, -1.475238, 0.0, 0.0, -1.0, 0.0
 +
TechRequired = advMetalworks
 +
entryCost = 7800
 +
cost = 75
 +
category = Structural
 +
subcategory = 0
 +
title = Modular Girder Segment XL
 +
manufacturer = Maxo Construction Toys
 +
description = Now even bigger! Build larger structures of larger dreams!
 +
attachRules = 1,1,1,1,0
 +
mass = 0.375
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 1
 +
crashTolerance = 80
 +
breakingForce = 200
 +
breakingTorque = 200
 +
maxTemp = 2000 // = 5000
 +
bulkheadProfiles = size1, srf
 +
}
  
mesh = model.mu
+
}}
rescaleFactor = 1
 
 
 
node_stack_bottom = 0.0, -1.475238, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_top = 0.0, 1.475238, 0.0, 0.0, 1.0, 0.0, 1
 
node_attach = 0.0, -1.475238, 0.0, 0.0, -1.0, 0.0
 
 
 
cost = 250
 
category = Structural
 
subcategory = 0
 
title = Modular Girder Segment XL
 
manufacturer = Maxo Construction Toys
 
description = Now even bigger! Build larger structures of larger dreams!
 
attachRules = 1,1,1,1,0
 
 
 
// --- standard part parameters ---
 
mass = 0.6
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 1
 
crashTolerance = 80
 
breakingForce = 200
 
breakingTorque = 200
 
maxTemp = 5000
 
</pre>
 

Latest revision as of 10:42, 30 April 2015

This is the configuration file for Modular Girder Segment XL.
PART
{
	name = trussPiece3x
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_bottom = 0.0, -1.475238, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_top = 0.0, 1.475238, 0.0, 0.0, 1.0, 0.0, 1
	node_attach = 0.0, -1.475238, 0.0, 0.0, -1.0, 0.0
	TechRequired = advMetalworks
	entryCost = 7800
	cost = 75
	category = Structural
	subcategory = 0
	title = Modular Girder Segment XL
	manufacturer = Maxo Construction Toys
	description = Now even bigger! Build larger structures of larger dreams!
	attachRules = 1,1,1,1,0
	mass = 0.375
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 80
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 5000
	bulkheadProfiles = size1, srf
}