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

From Kerbal Space Program Wiki
< Parts‎ | Utility
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|TVR-200 Stack Bi-Coupler|2=PART
name = stackBiCoupler
+
{
module = Part
+
name = stackBiCoupler
author = NovaSilisko
+
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
 +
}
  
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
 
 
 
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 = 3400
 
 
 
fuelCrossFeed = True
 
 
 
// keeps fuel from flowing FROM the bottom nodes (prevents stack imbalances and such)
 
NoCrossFeedNodeKey = bottom
 
</pre>
 

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
}