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

From Kerbal Space Program Wiki
Jump to: navigation, search
m (BobBot moved page Parts/Structural/trussAdapter/part.cfg to Parts/Structural/trussGirderAdapter/trussGirderAdapter.cfg without leaving a redirect: Renamed part configuration file after update.)
m (*update to 1.0;)
 
Line 1: Line 1:
 
{{Part config|Modular Girder Adapter|2=PART
 
{{Part config|Modular Girder Adapter|2=PART
 
{
 
{
name = trussAdapter
+
name = trussAdapter
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
rescaleFactor = 1
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
node_stack_bottom = 0.0, -0.4108305, 0.0, 0.0, 1.0, 0.0, 1
+
TechRequired = specializedConstruction
node_stack_top = 0.0, 0.6493708, 0.0, 0.0, 1.0, 0.0, 1
+
entryCost = 4800
 
+
cost = 50
TechRequired = specializedConstruction
+
category = Structural
entryCost = 4800
+
subcategory = 0
cost = 50
+
title = Modular Girder Adapter
category = Structural
+
manufacturer = Maxo Construction Toys
subcategory = 0
+
description = This piece allows you to attach Modular Girder parts to standard 1.25m attachment points.
title = Modular Girder Adapter
+
attachRules = 1,0,1,1,0
manufacturer = Maxo Construction Toys
+
mass = 0.25
description = This piece allows you to attach Modular Girder parts to standard 1.25m attachment points.
+
dragModelType = default
attachRules = 1,0,1,1,0
+
maximum_drag = 0.2
 
+
minimum_drag = 0.2
// --- standard part parameters ---
+
angularDrag = 1
mass = 0.25
+
crashTolerance = 80
dragModelType = default
+
breakingForce = 200
maximum_drag = 0.2
+
breakingTorque = 200
minimum_drag = 0.2
+
maxTemp = 2000 // = 5000
angularDrag = 1
+
bulkheadProfiles = size1
crashTolerance = 80
 
breakingForce = 200
 
breakingTorque = 200
 
maxTemp = 5000
 
 
}
 
}
  
 
}}
 
}}

Latest revision as of 10:42, 30 April 2015

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 = 50
	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
	mass = 0.25
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 80
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 5000
	bulkheadProfiles = size1
}