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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "{{Part config|TVR-400L Stack Quad-Adapter}} <pre>PART { name = adapterLargeSmallQuad module = Part author = Squad mesh = model.mu rescaleFactor = 1.0 node_stack_top = 0.0, ...")
 
m (*update to 1.0;)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Part config|TVR-400L Stack Quad-Adapter}}
+
{{Part config|TVR-400L Stack Quad-Adapter|2=PART
<pre>PART {
+
{
 +
name = adapterLargeSmallQuad
 +
module = Part
 +
author = Squad
 +
mesh = model.mu
 +
rescaleFactor = 1.0
 +
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
 +
node_stack_bottom01 = 0.625, -0.75, 0.625, 0.0, -1.0, 0.0, 1
 +
node_stack_bottom02 = 0.625, -0.75, -0.625, 0.0, -1.0, 0.0, 1
 +
node_stack_bottom03 = -0.625, -0.75, 0.625, 0.0, -1.0, 0.0, 1
 +
node_stack_bottom04 = -0.625, -0.75, -0.625, 0.0, -1.0, 0.0, 1
 +
TechRequired = metaMaterials
 +
entryCost = 7000
 +
cost = 800
 +
category = Structural
 +
subcategory = 0
 +
title = TVR-400L Stack Quad-Adapter
 +
manufacturer = O.M.B. Demolition Enterprises
 +
description = After realizing 'larger circles' wasn't a very patentable concept, O.M.B. Enterprises rolled out a new line of ingenious multi-connector adapters to fit Rockomax sized parts. Lawsuit still pending. Converts a single 2.5m stack into four 1.25m stacks.
 +
attachRules = 1,0,1,0,0
 +
stackSymmetry = 3
 +
mass = 0.2
 +
dragModelType = default
 +
maximum_drag = 0.3
 +
minimum_drag = 0.3
 +
angularDrag = 3
 +
crashTolerance = 12
 +
maxTemp = 2000 // = 3400
 +
fuelCrossFeed = True
 +
NoCrossFeedNodeKey = bottom
 +
bulkheadProfiles = size2, size1
 +
}
  
name = adapterLargeSmallQuad
+
}}
module = Part
 
author = Squad
 
 
 
mesh = model.mu
 
rescaleFactor = 1.0
 
 
 
node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
 
node_stack_bottom01 = 0.625, -0.75, 0.625, 0.0, 1.0, 0.0, 1
 
node_stack_bottom02 = 0.625, -0.75, -0.625, 0.0, 1.0, 0.0, 1
 
node_stack_bottom03 = -0.625, -0.75, 0.625, 0.0, 1.0, 0.0, 1
 
node_stack_bottom04 = -0.625, -0.75, -0.625, 0.0, 1.0, 0.0, 1
 
 
 
cost = 800
 
category = Structural
 
subcategory = 0
 
title = TVR-400L Stack Quad-Adapter
 
manufacturer = O.M.B. Demolition Enterprises
 
description = After realizing 'larger circles' wasn't a very patentable concept, O.M.B. Enterprises rolled out a new line of ingenious multi-connector adapters to fit Rockomax sized parts. Lawsuit still pending. Converts a single 2.5m stack into four 1.25m stacks.
 
 
 
allowSrfAttach, allowCollision
 
attachRules = 1,0,1,0,0
 
stackSymmetry = 3
 
 
 
mass = 0.2
 
dragModelType = default
 
maximum_drag = 0.3
 
minimum_drag = 0.3
 
angularDrag = 3
 
crashTolerance = 12
 
maxTemp = 3400
 
 
 
fuelCrossFeed = True
 
NoCrossFeedNodeKey = bottom
 
 
 
}</pre>
 

Latest revision as of 10:45, 30 April 2015

This is the configuration file for TVR-400L Stack Quad-Adapter.
PART
{
	name = adapterLargeSmallQuad
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 2
	node_stack_bottom01 = 0.625, -0.75, 0.625, 0.0, -1.0, 0.0, 1
	node_stack_bottom02 = 0.625, -0.75, -0.625, 0.0, -1.0, 0.0, 1
	node_stack_bottom03 = -0.625, -0.75, 0.625, 0.0, -1.0, 0.0, 1
	node_stack_bottom04 = -0.625, -0.75, -0.625, 0.0, -1.0, 0.0, 1
	TechRequired = metaMaterials
	entryCost = 7000
	cost = 800
	category = Structural
	subcategory = 0
	title = TVR-400L Stack Quad-Adapter
	manufacturer = O.M.B. Demolition Enterprises
	description = After realizing 'larger circles' wasn't a very patentable concept, O.M.B. Enterprises rolled out a new line of ingenious multi-connector adapters to fit Rockomax sized parts. Lawsuit still pending. Converts a single 2.5m stack into four 1.25m stacks.
	attachRules = 1,0,1,0,0
	stackSymmetry = 3
	mass = 0.2
	dragModelType = default
	maximum_drag = 0.3
	minimum_drag = 0.3
	angularDrag = 3
	crashTolerance = 12
	maxTemp = 2000 // = 3400
	fuelCrossFeed = True
	NoCrossFeedNodeKey = bottom
	bulkheadProfiles = size2, size1
}