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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Created page with "<pre> name = largeAdapter module = Strut author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_stack_top = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 1 node_stack_bottom = 0.0, -0...")
 
m (*update to 1.0;)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Rockomax Brand Adapter|2=PART
name = largeAdapter
+
{
module = Strut
+
name = largeAdapter
author = NovaSilisko
+
module = Part
 +
author = NovaSilisko
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_stack_top = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 1
 +
node_stack_bottom = 0.0, -0.755, 0.0, 0.0, -1.0, 0.0, 2
 +
TechRequired = generalConstruction
 +
entryCost = 3300
 +
cost = 500
 +
category = Structural
 +
subcategory = 0
 +
title = Rockomax Brand Adapter
 +
manufacturer = Rockomax Conglomerate
 +
description = Governmental pressure and several lawsuits led Rockomax to finally consider creating an adapter to connect its own parts to that of its competitors. As much as the CEOs hated it, however, it was a resounding success.
 +
attachRules = 1,0,1,1,0
 +
mass = 0.1
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.3
 +
angularDrag = 2
 +
crashTolerance = 6
 +
breakingForce = 200
 +
breakingTorque = 200
 +
maxTemp = 2000 // = 2900
 +
fuelCrossFeed = True
 +
bulkheadProfiles = size1, size2
 +
}
  
mesh = model.mu
+
}}
rescaleFactor = 1
 
 
 
node_stack_top = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_bottom = 0.0, -0.755, 0.0, 0.0, 1.0, 0.0, 2
 
 
 
cost = 50
 
category = Structural
 
subcategory = 0
 
title = Rockomax Brand Adapter
 
manufacturer = Rockomax Conglomerate
 
description = Governmental pressure and several lawsuits led Rockomax to finally consider creating an adapter to connect its own parts to that of its competitors. As much as the CEOs hated it, however, it was a resounding success.
 
 
 
attachRules = 1,0,1,1,0
 
 
 
mass = 0.1
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.3
 
angularDrag = 2
 
crashTolerance = 6
 
breakingForce = 200
 
breakingTorque = 200
 
maxTemp = 2900
 
fuelCrossFeed = True
 
</pre>
 

Latest revision as of 18:58, 29 April 2015

This is the configuration file for Rockomax Brand Adapter.
PART
{
	name = largeAdapter
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.75, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -0.755, 0.0, 0.0, -1.0, 0.0, 2
	TechRequired = generalConstruction
	entryCost = 3300
	cost = 500
	category = Structural
	subcategory = 0
	title = Rockomax Brand Adapter
	manufacturer = Rockomax Conglomerate
	description = Governmental pressure and several lawsuits led Rockomax to finally consider creating an adapter to connect its own parts to that of its competitors. As much as the CEOs hated it, however, it was a resounding success.
	attachRules = 1,0,1,1,0
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 2900
	fuelCrossFeed = True
	bulkheadProfiles = size1, size2
}