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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> name = structuralPanel2 module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 // node_stack_right = 1, 0, 0, -1, 0, 0, 0 // node_stack_left = -1, 0, 0, ...")
 
m (Update config)
 
(8 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|M-2x2 Structural Panel|2=PART
name = structuralPanel2
+
{
module = Part
+
name = structuralPanel2
author = NovaSilisko
+
module = Part
 
+
author = NovaSilisko
mesh = model.mu
+
mesh = model.mu
rescaleFactor = 1
+
rescaleFactor = 1
 
+
node_stack_top = 0, 0.0275, 0, 0, 1, 0, 0
// node_stack_right = 1, 0, 0, -1, 0, 0, 0
+
node_stack_bottom = 0,-0.0275, 0, 0, -1, 0, 0
// node_stack_left = -1, 0, 0, 1, 0, 0, 0
+
node_attach = -1, 0, 0, -1, 0, 0, 0
 
+
TechRequired = composites
// node_stack_back = 0, 0, 1, 0, 0,-1, 0
+
entryCost = 9800
// node_stack_front = 0, 0,-1, 0, 0, 1, 0
+
cost = 90
 
+
category = Structural
node_stack_top = 0, 0.0275, 0, 0,-1, 0, 0
+
subcategory = 0
node_stack_bottom = 0,-0.0275, 0, 0, 1, 0, 0
+
title = #autoLOC_500763 //#autoLOC_500763 = M-2x2 Structural Panel
 
+
manufacturer = #autoLOC_501646 //#autoLOC_501646 = Dinkelstein Kerman's Construction Emporium
// node_attach = 0,-0.045, 0, 0, -1, 0, 0
+
description = #autoLOC_500764 //#autoLOC_500764 = Four M-1x1 have been arranged in a 2x2 layout for this part, then stuck together with super glue.
node_attach = -1, 0, 0, -1, 0, 0, 0
+
attachRules = 1,1,1,1,1
 
+
mass = 0.3
cost = 400
+
dragModelType = default
category = Structural
+
maximum_drag = 0.2
subcategory = 0
+
minimum_drag = 0.2
title = M-2x2 Structural Panel
+
angularDrag = 1
manufacturer = Dinkelstein Kerman's Construction Emporium
+
crashTolerance = 80
description = Four M-1x1 have been arranged in a 2x2 layout for this part, then stuck together with super glue.
+
breakingForce = 200
attachRules = 1,1,1,1,1
+
breakingTorque = 200
 
+
maxTemp = 2000 // = 3200
// --- standard part parameters ---
+
fuelCrossFeed = False
mass = 0.3
+
bulkheadProfiles = size0, srf
dragModelType = default
+
tags = #autoLOC_500765 //#autoLOC_500765 = body build construct cover extend fabricate plat structur support
maximum_drag = 0.2
+
MODULE
minimum_drag = 0.2
+
{
angularDrag = 1
+
name = ModuleCargoPart
crashTolerance = 80
+
packedVolume = 240
breakingForce = 200
+
}
breakingTorque = 200
+
}
maxTemp = 3200
+
}}
fuelCrossFeed = False
 
</pre>
 

Latest revision as of 18:35, 10 October 2024

This is the configuration file for M-2x2 Structural Panel.
PART
{
	name = structuralPanel2
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0, 0.0275, 0, 0, 1, 0, 0
	node_stack_bottom = 0,-0.0275, 0, 0, -1, 0, 0
	node_attach = -1, 0, 0, -1, 0, 0, 0
	TechRequired = composites
	entryCost = 9800
	cost = 90
	category = Structural
	subcategory = 0
	title = #autoLOC_500763 //#autoLOC_500763 = M-2x2 Structural Panel
	manufacturer = #autoLOC_501646 //#autoLOC_501646 = Dinkelstein Kerman's Construction Emporium
	description = #autoLOC_500764 //#autoLOC_500764 = Four M-1x1 have been arranged in a 2x2 layout for this part, then stuck together with super glue.
	attachRules = 1,1,1,1,1
	mass = 0.3
	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
	tags = #autoLOC_500765 //#autoLOC_500765 = body build construct cover extend fabricate plat structur support
	MODULE
	{
		name = ModuleCargoPart		
		packedVolume = 240
	}
}