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

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Created page with "<pre> name = dockingPort3 module = Part author = NovaSilisko mesh = model.mu rescaleFactor = 1 node_stack_top = 0.0, 0.1474114, 0.0, 0.0, 1.0, 0.0, 1 node_stack_bottom = 0....")
 
m (Update config)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Clamp-O-Tron Docking Port Jr.|2=PART
name = dockingPort3
 
module = Part
 
author = NovaSilisko
 
 
 
mesh = model.mu
 
 
 
rescaleFactor = 1
 
 
 
node_stack_top = 0.0, 0.1474114, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 1
 
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
 
 
 
cost = 200
 
category = Utility
 
subcategory = 0
 
title = Clamp-O-Tron Jr.
 
 
 
description = The Clamp-O-Tron Jr. is a small docking port, suitable for small vessels, or connection points that don't require the ability to transfer crew.
 
 
 
attachRules = 1,1,1,1,0
 
 
 
mass = 0.02
 
dragModelType = default
 
maximum_drag = 0.25
 
minimum_drag = 0.25
 
angularDrag = 0.5
 
crashTolerance = 10
 
maxTemp = 3400
 
 
 
//docking module will go here
 
MODULE
 
 
{
 
{
name = ModuleDockingNode
+
name = dockingPort3
referenceAttachNode = top
+
module = Part
nodeType = size0
+
author = AlexanderM
 +
mesh = dockingPortJr.mu
 +
rescaleFactor = 1
 +
node_stack_top = 0.0, 0.1474114, 0.0, 0.0, 1.0, 0.0, 1
 +
node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1
 +
node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
 +
TechRequired = miniaturization
 +
entryCost = 7800
 +
cost = 800
 +
category = Coupling
 +
subcategory = 0
 +
title = #autoLOC_500852 //#autoLOC_500852 = Clamp-O-Tron Docking Port Jr.
 +
description = #autoLOC_500853 //#autoLOC_500853 = Originally marketed as a child-size version of the normal Clamp-O-Tron, the Clamp-O-Tron Jr. soon found use among hobbyists and professional space agencies alike for its compact profile, lightweight structure, and all-round cuteness. As a result of its small size, kerbals need to hold their breath and wiggle to slip through.
 +
attachRules = 1,1,1,1,0
 +
mass = 0.02
 +
dragModelType = default
 +
maximum_drag = 0.25
 +
minimum_drag = 0.25
 +
angularDrag = 0.5
 +
crashTolerance = 10
 +
maxTemp = 2000 // = 3400
 +
bulkheadProfiles = size0, srf
 +
tags = #autoLOC_500854 //#autoLOC_500854 = berth capture connect couple dock fasten join moor socket
 +
stagingIcon = DECOUPLER_VERT
 +
MODULE
 +
{
 +
name = ModuleDockingNode
 +
referenceAttachNode = top
 +
nodeType = size0
 +
stagingEnabled = False
 +
canRotate = True
 +
rotationTransformName = port
 +
maxMotorOutput = 50
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 1
 +
}
 +
rotationAxis = Y
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 140
 +
}
 
}
 
}
</pre>
+
}}

Latest revision as of 13:18, 11 October 2024

This is the configuration file for Clamp-O-Tron Docking Port Jr..
PART
{
	name = dockingPort3
	module = Part
	author = AlexanderM
	mesh = dockingPortJr.mu
	rescaleFactor = 1
	node_stack_top = 0.0, 0.1474114, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1
	node_attach = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0
	TechRequired = miniaturization
	entryCost = 7800
	cost = 800
	category = Coupling
	subcategory = 0
	title = #autoLOC_500852 //#autoLOC_500852 = Clamp-O-Tron Docking Port Jr.
	description = #autoLOC_500853 //#autoLOC_500853 = Originally marketed as a child-size version of the normal Clamp-O-Tron, the Clamp-O-Tron Jr. soon found use among hobbyists and professional space agencies alike for its compact profile, lightweight structure, and all-round cuteness. As a result of its small size, kerbals need to hold their breath and wiggle to slip through.
	attachRules = 1,1,1,1,0
	mass = 0.02
	dragModelType = default
	maximum_drag = 0.25
	minimum_drag = 0.25
	angularDrag = 0.5
	crashTolerance = 10
	maxTemp = 2000 // = 3400
	bulkheadProfiles = size0, srf
	tags = #autoLOC_500854 //#autoLOC_500854 = berth capture connect couple dock fasten join moor socket
	stagingIcon = DECOUPLER_VERT
	MODULE
	{
		name = ModuleDockingNode
		referenceAttachNode = top
		nodeType = size0
		stagingEnabled = False
		canRotate = True
		rotationTransformName = port
		maxMotorOutput = 50
		RESOURCE
		{
			name = ElectricCharge
			rate = 1
		}
		rotationAxis = Y
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 140
	}
}