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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Created page with "<pre> name = stackPoint1 module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_stack_top = 0.0, 0.04688377, 0.0, 0.0, 1.0, 0.0, 1 node_attach = 0.0, -0....")
 
m (Update config)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|BZ-52 Radial Attachment Point|2=PART
name = stackPoint1
+
{
module = Part
+
name = stackPoint1
author = NovaSilisko
+
module = Part
 
+
author = NovaSilisko
mesh = model.mu
+
mesh = model.mu
 
+
rescaleFactor = 1
rescaleFactor = 1
+
node_stack_top = 0.0, 0.04688377, 0.0, 0.0, 1.0, 0.0, 1
 
+
node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0
node_stack_top = 0.0, 0.04688377, 0.0, 0.0, 1.0, 0.0, 1
+
TechRequired = specializedConstruction
node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0
+
entryCost = 1200
 
+
cost = 250
 
+
category = Structural
cost = 250
+
subcategory = 0
category = Structural
+
title = #autoLOC_500936 //#autoLOC_500936 = BZ-52 Radial Attachment Point
subcategory = 0
+
manufacturer = #autoLOC_501652 //#autoLOC_501652 = Found behind the Clamp-O-Tron factory
title = BZ-52 Radial Attachment Point
+
description = #autoLOC_500937 //#autoLOC_500937 = Originally a defective Clamp-O-Tron docking port, engineers soon discovered it had great potential as a structural element.
manufacturer = Found behind the Clamp-O-Tron factory
+
attachRules = 1,1,1,1,1
description = Originally a defective Clamp-O-Tron docking port, engineers soon discovered it had great potential as a structural element.
+
mass = 0.04
 
+
dragModelType = default
attachRules = 1,1,1,1,1
+
maximum_drag = 0.25
 
+
minimum_drag = 0.25
mass = 0.04
+
angularDrag = 0.5
dragModelType = default
+
crashTolerance = 10
maximum_drag = 0.25
+
maxTemp = 2000 // = 3400
minimum_drag = 0.25
+
PhysicsSignificance = 1
angularDrag = 0.5
+
bulkheadProfiles = size1, srf
crashTolerance = 10
+
tags = #autoLOC_500938 //#autoLOC_500938 = affix anchor mount secure
maxTemp = 3400
+
MODULE
</pre>
+
{
 +
name = ModuleCargoPart
 +
packedVolume = 800
 +
}
 +
}
 +
}}

Latest revision as of 18:38, 10 October 2024

This is the configuration file for BZ-52 Radial Attachment Point.
PART
{
	name = stackPoint1
	module = Part
	author = NovaSilisko
	mesh = model.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.04688377, 0.0, 0.0, 1.0, 0.0, 1
	node_attach = 0.0, -0.08, 0.0, 0.0, -1.0, 0.0
	TechRequired = specializedConstruction
	entryCost = 1200
	cost = 250
	category = Structural
	subcategory = 0
	title = #autoLOC_500936 //#autoLOC_500936 = BZ-52 Radial Attachment Point
	manufacturer = #autoLOC_501652 //#autoLOC_501652 = Found behind the Clamp-O-Tron factory
	description = #autoLOC_500937 //#autoLOC_500937 = Originally a defective Clamp-O-Tron docking port, engineers soon discovered it had great potential as a structural element.
	attachRules = 1,1,1,1,1
	mass = 0.04
	dragModelType = default
	maximum_drag = 0.25
	minimum_drag = 0.25
	angularDrag = 0.5
	crashTolerance = 10
	maxTemp = 2000 // = 3400
	PhysicsSignificance = 1
	bulkheadProfiles = size1, srf
	tags = #autoLOC_500938 //#autoLOC_500938 = affix anchor mount secure
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 800
	}
}