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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> name = strutCube module = Part author = NovaSilisko mesh = model.mu scale = 1 rescaleFactor = 1 PhysicsSignificance = 1 node_stack_top = 0.0, 0.1287344, 0.0, 0.0, 1.0...")
 
m (*update to 1.0;)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Cubic Octagonal Strut|2=PART
name = strutCube
+
{
module = Part
+
name = strutCube
author = NovaSilisko
+
module = Part
 +
author = NovaSilisko
 +
mesh = model.mu
 +
scale = 1
 +
rescaleFactor = 1
 +
PhysicsSignificance = 1
 +
node_stack_top = 0.0, 0.1287344, 0.0, 0.0, 1.0, 0.0, 0
 +
node_stack_bottom = 0.0, -0.1287344, 0.0, 0.0, -1.0, 0.0, 0
 +
node_attach = 0.0, -0.1287344, 0.0, 0.0, -1.0, 0.0, 0
 +
TechRequired = precisionEngineering
 +
entryCost = 5800
 +
cost = 16
 +
category = Structural
 +
subcategory = 0
 +
title = Cubic Octagonal Strut
 +
manufacturer = StrutCo
 +
description = Now, with advances in technology, StrutCo brings you the Cubic Octagonal Strut - it's like a regular Octagonal Strut, but in the shape of a cube!
 +
attachRules = 1,1,1,1,0
 +
mass = 0.001
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 2
 +
crashTolerance = 7
 +
maxTemp = 2000 // = 3000
 +
bulkheadProfiles = size0, srf
 +
}
  
mesh = model.mu
+
}}
scale = 1
 
rescaleFactor = 1
 
 
 
PhysicsSignificance = 1
 
 
 
node_stack_top = 0.0, 0.1287344, 0.0, 0.0, 1.0, 0.0, 0
 
node_stack_bottom = 0.0, -0.1287344, 0.0, 0.0, 1.0, 0.0, 0
 
node_attach = 0.0, -0.1287344, 0.0, 0.0, -1.0, 0.0, 0
 
 
 
cost = 10
 
category = Structural
 
subcategory = 0
 
title = Cubic Octagonal Strut
 
manufacturer = StrutCo
 
description = Now, with advances in technology, StrutCo brings you the Cubic Octagonal Strut - it's like a regular Octagonal Strut, but in the shape of a cube!
 
attachRules = 1,1,1,1,0
 
 
 
// --- standard part parameters ---
 
mass = 0.001
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 2
 
crashTolerance = 7
 
maxTemp = 3000
 
</pre>
 

Latest revision as of 10:46, 30 April 2015

This is the configuration file for Cubic Octagonal Strut.
PART
{
	name = strutCube
	module = Part
	author = NovaSilisko
	mesh = model.mu
	scale = 1
	rescaleFactor = 1
	PhysicsSignificance = 1
	node_stack_top = 0.0, 0.1287344, 0.0, 0.0, 1.0, 0.0, 0
	node_stack_bottom = 0.0, -0.1287344, 0.0, 0.0, -1.0, 0.0, 0
	node_attach = 0.0, -0.1287344, 0.0, 0.0, -1.0, 0.0, 0
	TechRequired = precisionEngineering
	entryCost = 5800
	cost = 16
	category = Structural
	subcategory = 0
	title = Cubic Octagonal Strut
	manufacturer = StrutCo
	description = Now, with advances in technology, StrutCo brings you the Cubic Octagonal Strut - it's like a regular Octagonal Strut, but in the shape of a cube!
	attachRules = 1,1,1,1,0
	mass = 0.001
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 7
	maxTemp = 2000 // = 3000
	bulkheadProfiles = size0, srf
}