Difference between revisions of "Parts/Science/MaterialBay/materialBay.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 1.0;)
m (Update config)
 
(One intermediate revision by the same user not shown)
Line 9: Line 9:
 
node_stack_bottom = 0.0, -4.10, 0.0, 0.0, -1.0, 0.0
 
node_stack_bottom = 0.0, -4.10, 0.0, 0.0, -1.0, 0.0
 
node_attach = 0.0, 0.0, 5.01, 1.0, 0.0, -90.0, 1
 
node_attach = 0.0, 0.0, 5.01, 1.0, 0.0, -90.0, 1
TechRequired = engineering101
+
TechRequired = basicScience
entryCost = 2500
+
entryCost = 5500
cost = 880
+
cost = 1800
 
category = Science
 
category = Science
 
subcategory = 0
 
subcategory = 0
title = SC-9001 Science Jr.
+
title = #autoLOC_500691 //#autoLOC_500691 = SC-9001 Science Jr.
manufacturer = Experimental Engineering Group
+
manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group
description = The SC-9001 is a cutting edge, self contained laboratory. Have you ever wondered what happens to something in zero G? Or, have you ever pondered the truly meaningful questions? Such as what would happen if I exposed this to the rigors of stellar radiation and unforgiving vacuum? Comes with complimentary notepad. Recommended for ages 4-8. Small parts inside make it not suitable for small children.
+
description = #autoLOC_500692 //#autoLOC_500692 = The SC-9001 is a cutting edge, self contained laboratory. Have you ever wondered what happens to something in zero G? Or, have you ever pondered the truly meaningful questions? Such as what would happen if I exposed this to the rigors of stellar radiation and unforgiving vacuum? Comes with complimentary notepad. Recommended for ages 4-8. Small parts inside make it not suitable for small children.
 
attachRules = 1,1,1,1,0
 
attachRules = 1,1,1,1,0
 
mass = 0.2
 
mass = 0.2
Line 29: Line 29:
 
childStageOffset = 1
 
childStageOffset = 1
 
bulkheadProfiles = size1, srf
 
bulkheadProfiles = size1, srf
 +
tags = #autoLOC_500693 //#autoLOC_500693 = bay experiment lab material research
 
MODULE
 
MODULE
 
{
 
{
 
name = ModuleAnimateGeneric
 
name = ModuleAnimateGeneric
 
animationName = Deploy
 
animationName = Deploy
startEventGUIName = Deploy
+
startEventGUIName = #autoLOC_502058 //#autoLOC_502058 = Open Doors
endEventGUIName = Close
+
endEventGUIName = #autoLOC_502059 //#autoLOC_502059 = Close Doors
actionGUIName = Toggle Doors
+
actionGUIName = #autoLOC_502060 //#autoLOC_502060 = Toggle Doors
 +
        evaDistance = 1.85
 
}
 
}
 
MODULE
 
MODULE
Line 41: Line 43:
 
name = ModuleScienceExperiment
 
name = ModuleScienceExperiment
 
experimentID = mobileMaterialsLab
 
experimentID = mobileMaterialsLab
experimentActionName = Observe Materials Bay
+
experimentActionName = #autoLOC_502061 //#autoLOC_502061 = Conduct Materials Study
resetActionName = Reset Materials Bay
+
resetActionName = #autoLOC_502062 //#autoLOC_502062 = Reset Materials Study
 
useStaging = False
 
useStaging = False
 
useActionGroups = True
 
useActionGroups = True
 
hideUIwhenUnavailable = True
 
hideUIwhenUnavailable = True
 +
hideFxModuleUI = False
 
xmitDataScalar = 0.35
 
xmitDataScalar = 0.35
 
FxModules = 0
 
FxModules = 0
 
dataIsCollectable = True
 
dataIsCollectable = True
collectActionName = Collect Data
+
collectActionName = #autoLOC_6004057 //#autoLOC_6004057 = Collect Data
interactionRange = 1.2
+
interactionRange = 1.85
 
usageReqMaskInternal = 1
 
usageReqMaskInternal = 1
 
usageReqMaskExternal = 8
 
usageReqMaskExternal = 8
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 2000
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 08:05, 15 October 2024

This is the configuration file for SC-9001 Science Jr..
PART
{
	name = science_module
	module = Part
	author = Squad
	mesh = model.mu
	scale = 0.1
	node_stack_top = 0.0, 4.9, 0.0, 0.0, 1.0, 0.0
	node_stack_bottom = 0.0, -4.10, 0.0, 0.0, -1.0, 0.0
	node_attach = 0.0, 0.0, 5.01, 1.0, 0.0, -90.0, 1
	TechRequired = basicScience
	entryCost = 5500
	cost = 1800
	category = Science
	subcategory = 0
	title = #autoLOC_500691 //#autoLOC_500691 = SC-9001 Science Jr.
	manufacturer = #autoLOC_501644 //#autoLOC_501644 = Experimental Engineering Group
	description = #autoLOC_500692 //#autoLOC_500692 = The SC-9001 is a cutting edge, self contained laboratory. Have you ever wondered what happens to something in zero G? Or, have you ever pondered the truly meaningful questions? Such as what would happen if I exposed this to the rigors of stellar radiation and unforgiving vacuum? Comes with complimentary notepad. Recommended for ages 4-8. Small parts inside make it not suitable for small children.
	attachRules = 1,1,1,1,0
	mass = 0.2
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 6
	maxTemp = 1200 // = 2900
	breakingForce = 50
	breakingTorque = 50
	childStageOffset = 1
	bulkheadProfiles = size1, srf
	tags = #autoLOC_500693 //#autoLOC_500693 = bay experiment lab material research
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = Deploy
		startEventGUIName = #autoLOC_502058 //#autoLOC_502058 = Open Doors
		endEventGUIName = #autoLOC_502059 //#autoLOC_502059 = Close Doors
		actionGUIName = #autoLOC_502060 //#autoLOC_502060 = Toggle Doors
        evaDistance = 1.85
	}
	MODULE
	{
		name = ModuleScienceExperiment
		experimentID = mobileMaterialsLab
		experimentActionName = #autoLOC_502061 //#autoLOC_502061 = Conduct Materials Study
		resetActionName = #autoLOC_502062 //#autoLOC_502062 = Reset Materials Study
		useStaging = False
		useActionGroups = True
		hideUIwhenUnavailable = True
		hideFxModuleUI = False
		xmitDataScalar = 0.35
		FxModules = 0
		dataIsCollectable = True
		collectActionName = #autoLOC_6004057 //#autoLOC_6004057 = Collect Data
		interactionRange = 1.85
		usageReqMaskInternal = 1
		usageReqMaskExternal = 8
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 2000
	}
}