Difference between revisions of "Parts/Utility/stackBiCoupler/stackBiCoupler.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
m (BobBot moved page Parts/stackBiCoupler/part.cfg to Parts/Utility/stackBiCoupler/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|TVR-200 Stack Bi-Coupler|2=PART
 
{{Part config|TVR-200 Stack Bi-Coupler|2=PART
 
{
 
{
name = stackBiCoupler
+
name = stackBiCoupler
module = Part
+
module = Part
author = NovaSilisko
+
author = NovaSilisko
 
+
mesh = model.mu
mesh = model.mu
+
scale = 1
scale = 1
+
rescaleFactor = 1
rescaleFactor = 1
+
node_stack_top = 0, 0.2555655, 0, 0.0, 1.0, 0.0
 
+
node_stack_bottom1 = 0.6507622, -0.2681665, 0, 0.0, -1.0, 0.0
node_stack_top = 0, 0.2555655, 0, 0.0, 1.0, 0.0
+
node_stack_bottom2 = -0.6507622, -0.2681665, 0, 0.0, -1.0, 0.0
node_stack_bottom1 = 0.6507622, -0.2681665, 0, 0.0, 1.0, 0.0
+
TechRequired = specializedConstruction
node_stack_bottom2 = -0.6507622, -0.2681665, 0, 0.0, 1.0, 0.0
+
entryCost = 3200
 
+
cost = 400
TechRequired = specializedConstruction
+
category = Structural
entryCost = 3200
+
subcategory = 0
cost = 400
+
title = TVR-200 Stack Bi-Coupler
category = Structural
+
manufacturer = O.M.B. Demolition Enterprises
subcategory = 0
+
description = The TVR-200 Stack Bi-Coupler is a simple method for splitting one rocket into two - WITHOUT the disastrous consequences of doing it the normal (explosive) way.
title = TVR-200 Stack Bi-Coupler
+
attachRules = 1,0,1,0,0
manufacturer = O.M.B. Demolition Enterprises
+
stackSymmetry = 1
description = The TVR-200 Stack Bi-Coupler is a simple method for splitting one rocket into two - WITHOUT the disastrous consequences of doing it the normal (explosive) way.
+
mass = 0.1
 
+
dragModelType = default
attachRules = 1,0,1,0,0
+
maximum_drag = 0.2
stackSymmetry = 1
+
minimum_drag = 0.2
 
+
angularDrag = 2
mass = 0.1
+
crashTolerance = 9
dragModelType = default
+
maxTemp = 2000 // = 3400
maximum_drag = 0.2
+
fuelCrossFeed = True
minimum_drag = 0.2
+
NoCrossFeedNodeKey = bottom
angularDrag = 2
+
bulkheadProfiles = size1
crashTolerance = 9
+
}
maxTemp = 3400
 
 
 
fuelCrossFeed = True
 
  
// keeps fuel from flowing FROM the bottom nodes (prevents stack imbalances and such)
 
NoCrossFeedNodeKey = bottom
 
}
 
 
}}
 
}}

Latest revision as of 19:18, 29 April 2015

This is the configuration file for TVR-200 Stack Bi-Coupler.
PART
{
	name = stackBiCoupler
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 1
	rescaleFactor = 1
	node_stack_top = 0, 0.2555655, 0, 0.0, 1.0, 0.0
	node_stack_bottom1 = 0.6507622, -0.2681665, 0, 0.0, -1.0, 0.0
	node_stack_bottom2 = -0.6507622, -0.2681665, 0, 0.0, -1.0, 0.0
	TechRequired = specializedConstruction
	entryCost = 3200
	cost = 400
	category = Structural
	subcategory = 0
	title = TVR-200 Stack Bi-Coupler
	manufacturer = O.M.B. Demolition Enterprises
	description = The TVR-200 Stack Bi-Coupler is a simple method for splitting one rocket into two - WITHOUT the disastrous consequences of doing it the normal (explosive) way.
	attachRules = 1,0,1,0,0
	stackSymmetry = 1
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 9
	maxTemp = 2000 // = 3400
	fuelCrossFeed = True
	NoCrossFeedNodeKey = bottom
	bulkheadProfiles = size1
}