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

From Kerbal Space Program Wiki
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|Rockomax HubMax Multi-Point Connector|2=PART
name = stationHub
+
{
module = Part
+
name = stationHub
author = NovaSilisko
+
module = Part
 +
author = NovaSilisko
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_stack_right = 0.9121535, 0, 0, 1, 0, 0, 1
 +
node_stack_left = -0.9121535, 0, 0, -1, 0, 0, 1
 +
node_stack_back = 0, 0, 0.9121535, 0, 0, 1, 1
 +
node_stack_front = 0, 0,-0.9121535, 0, 0, -1, 1
 +
node_stack_top = 0, 0.9121535, 0, 0, 1, 0, 1
 +
node_stack_bottom = 0,-0.9121535, 0, 0, -1, 0, 1
 +
TechRequired = metaMaterials
 +
entryCost = 10800
 +
cost = 900
 +
category = Structural
 +
subcategory = 0
 +
title = Rockomax HubMax Multi-Point Connector
 +
manufacturer = Rockomax Conglomerate
 +
description = When it was unveiled at the 3rd annual Rockets & Explosions festival, the HubMax Multi-Point Connector caused several patrons to die of shock on the spot. 'All my life I thought rocket parts could be placed one way - up! But Rockomax today has shattered that notion' said one survivor, who asked to remain anonymous. Needless to say, this part may very well herald a revolution in construction technologies. Docking ports sold separately.
 +
attachRules = 1,0,1,0,0
 +
mass = 1.5
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 1
 +
crashTolerance = 15
 +
maxTemp = 2000 // = 3200
 +
bulkheadProfiles = size1
 +
}
  
mesh = model.mu
+
}}
rescaleFactor = 1
 
 
 
node_stack_right = 0.9121535, 0, 0, -1, 0, 0, 1
 
node_stack_left = -0.9121535, 0, 0, 1, 0, 0, 1
 
 
 
node_stack_back = 0, 0, 0.9121535, 0, 0,-1, 1
 
node_stack_front = 0, 0,-0.9121535, 0, 0, 1, 1
 
 
 
node_stack_top = 0, 0.9121535, 0, 0,-1, 0, 1
 
node_stack_bottom = 0,-0.9121535, 0, 0, 1, 0, 1
 
 
 
cost = 900
 
category = Structural
 
subcategory = 0
 
title = Rockomax HubMax Multi-Point Connector
 
manufacturer = Rockomax Brand
 
description = When it was unveiled at the 3rd annual Rockets & Explosions festival, the HubMax Multi-Point Connector caused several patrons to die of shock on the spot. 'All my life I thought rocket parts could be placed one way - up! But Rockomax today has shattered that notion' said one survivor, who asked to remain anonymous. Needless to say, this part may very well herald a revolution in construction technologies.
 
attachRules = 1,0,1,0,0
 
 
 
// --- standard part parameters ---
 
mass = 1.5
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 1
 
crashTolerance = 15
 
maxTemp = 3200
 
name = stationHub
 
module = Part
 
author = NovaSilisko
 
</pre>
 

Latest revision as of 10:50, 30 April 2015

This is the configuration file for Rockomax HubMax Multi-Point Connector.
PART
{
	name = stationHub
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_right = 0.9121535, 0, 0, 1, 0, 0, 1
	node_stack_left = -0.9121535, 0, 0, -1, 0, 0, 1
	node_stack_back = 0, 0, 0.9121535, 0, 0, 1, 1
	node_stack_front = 0, 0,-0.9121535, 0, 0, -1, 1
	node_stack_top = 0, 0.9121535, 0, 0, 1, 0, 1
	node_stack_bottom = 0,-0.9121535, 0, 0, -1, 0, 1
	TechRequired = metaMaterials
	entryCost = 10800
	cost = 900
	category = Structural
	subcategory = 0
	title = Rockomax HubMax Multi-Point Connector
	manufacturer = Rockomax Conglomerate
	description = When it was unveiled at the 3rd annual Rockets & Explosions festival, the HubMax Multi-Point Connector caused several patrons to die of shock on the spot. 'All my life I thought rocket parts could be placed one way - up! But Rockomax today has shattered that notion' said one survivor, who asked to remain anonymous. Needless to say, this part may very well herald a revolution in construction technologies. Docking ports sold separately.
	attachRules = 1,0,1,0,0
	mass = 1.5
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 15
	maxTemp = 2000 // = 3200
	bulkheadProfiles = size1
}