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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/trussPiece1x/part.cfg to Parts/Structural/trussPiece1x/part.cfg without leaving a redirect: Update to new directory system)
m (*update to 1.0;)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Part config|Modular Girder Segment|2=PART
 
{{Part config|Modular Girder Segment|2=PART
 
{
 
{
name = trussPiece1x
+
name = trussPiece1x
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_stack_bottom = 0.0, -0.5592728, 0.0, 0.0, -1.0, 0.0, 1
 +
node_stack_top = 0.0, 0.5592728, 0.0, 0.0, 1.0, 0.0, 1
 +
node_attach = 0.0, -0.5592728, 0.0, 0.0, -1.0, 0.0
 +
TechRequired = start
 +
entryCost = 0
 +
cost = 25
 +
category = Structural
 +
subcategory = 0
 +
title = Modular Girder Segment
 +
manufacturer = Maxo Construction Toys
 +
description = New! Build the structure of your dreams with the Maxo Construction Toys Modular Girder Segment!
 +
attachRules = 1,1,1,1,0
 +
mass = 0.125
 +
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, -0.5592728, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_top = 0.0, 0.5592728, 0.0, 0.0, 1.0, 0.0, 1
 
node_attach = 0.0, -0.5592728, 0.0, 0.0, -1.0, 0.0
 
 
TechRequired = start
 
entryCost = 0
 
cost = 100
 
category = Structural
 
subcategory = 0
 
title = Modular Girder Segment
 
manufacturer = Maxo Construction Toys
 
description = New! Build the structure of your dreams with the Maxo Construction Toys Modular Girder Segment!
 
attachRules = 1,1,1,1,0
 
 
// --- standard part parameters ---
 
mass = 0.125
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 1
 
crashTolerance = 80
 
breakingForce = 200
 
breakingTorque = 200
 
maxTemp = 5000
 
}
 
 
}}
 
}}

Latest revision as of 10:43, 30 April 2015

This is the configuration file for Modular Girder Segment.
PART
{
	name = trussPiece1x
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_bottom = 0.0, -0.5592728, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_top = 0.0, 0.5592728, 0.0, 0.0, 1.0, 0.0, 1
	node_attach = 0.0, -0.5592728, 0.0, 0.0, -1.0, 0.0
	TechRequired = start
	entryCost = 0
	cost = 25
	category = Structural
	subcategory = 0
	title = Modular Girder Segment
	manufacturer = Maxo Construction Toys
	description = New! Build the structure of your dreams with the Maxo Construction Toys Modular Girder Segment!
	attachRules = 1,1,1,1,0
	mass = 0.125
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 80
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 5000
	bulkheadProfiles = size1, srf
}