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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> name = structuralIBeam1 module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 // node_stack_right = 0.27061, 0, 0, -1, 0, 0, 0 // node_stack_left = -0.2...")
 
m (*update to 1.0;)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|M-Beam 650 I-Beam|2=PART
name = structuralIBeam1
+
{
module = Part
+
name = structuralIBeam1
author = NovaSilisko
+
module = Part
 +
author = NovaSilisko
 +
mesh = model.mu
 +
rescaleFactor = 1
 +
node_stack_top = 0, 0.5286794, 0, 0, 1, 0, 0
 +
node_stack_bottom = 0,-0.5286794, 0, 0, -1, 0, 0
 +
node_attach = 0.2711147, 0, 0, 1, 0, 0, 0
 +
TechRequired = composites
 +
entryCost = 7800
 +
cost = 50
 +
category = Structural
 +
subcategory = 0
 +
title = M-Beam 650 I-Beam
 +
manufacturer = Dinkelstein Kerman's Construction Emporium
 +
description = A wide, upscaled version of the M-Beam 200 I-Beam. Dinkelstein loves variety, man.
 +
attachRules = 1,1,1,1,1
 +
mass = 0.08
 +
dragModelType = default
 +
maximum_drag = 0.2
 +
minimum_drag = 0.2
 +
angularDrag = 1
 +
crashTolerance = 80
 +
breakingForce = 200
 +
breakingTorque = 200
 +
maxTemp = 2000 // = 3200
 +
fuelCrossFeed = False
 +
bulkheadProfiles = size0, srf
 +
}
  
mesh = model.mu
+
}}
rescaleFactor = 1
 
 
 
// node_stack_right = 0.27061, 0, 0, -1, 0, 0, 0
 
// node_stack_left = -0.27061, 0, 0, 1, 0, 0, 0
 
 
 
node_stack_top = 0, 0.5286794, 0, 0,-1, 0, 0
 
node_stack_bottom = 0,-0.5286794, 0, 0, 1, 0, 0
 
 
 
node_attach = 0.2711147, 0, 0, 1, 0, 0, 0
 
 
 
cost = 100
 
category = Structural
 
subcategory = 0
 
title = M-Beam 650 I-Beam
 
manufacturer = Dinkelstein Kerman's Construction Emporium
 
description = A wide, upscaled version of the M-Beam 200 I-Beam. Dinkelstein loves variety, man.
 
attachRules = 1,1,1,1,1
 
 
 
// --- standard part parameters ---
 
mass = 0.08
 
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.2
 
angularDrag = 1
 
crashTolerance = 80
 
breakingForce = 200
 
breakingTorque = 200
 
maxTemp = 3200
 
fuelCrossFeed = False
 
</pre>
 

Latest revision as of 10:43, 30 April 2015

This is the configuration file for M-Beam 650 I-Beam.
PART
{
	name = structuralIBeam1
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0, 0.5286794, 0, 0, 1, 0, 0
	node_stack_bottom = 0,-0.5286794, 0, 0, -1, 0, 0
	node_attach = 0.2711147, 0, 0, 1, 0, 0, 0
	TechRequired = composites
	entryCost = 7800
	cost = 50
	category = Structural
	subcategory = 0
	title = M-Beam 650 I-Beam
	manufacturer = Dinkelstein Kerman's Construction Emporium
	description = A wide, upscaled version of the M-Beam 200 I-Beam. Dinkelstein loves variety, man.
	attachRules = 1,1,1,1,1
	mass = 0.08
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.2
	angularDrag = 1
	crashTolerance = 80
	breakingForce = 200
	breakingTorque = 200
	maxTemp = 2000 // = 3200
	fuelCrossFeed = False
	bulkheadProfiles = size0, srf
}