Difference between revisions of "Parts/Utility/ServiceBay v2/ServiceBay 125 v2.cfg"

From Kerbal Space Program Wiki
< Parts‎ | Utility
Jump to: navigation, search
(Update part config)
m (Update config)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Part config|Service Bay (1.25m)|2=PART
 
{{Part config|Service Bay (1.25m)|2=PART
 
{
 
{
name = ServiceBay_125
+
name = ServiceBay_125_v2
 
module = Part
 
module = Part
 
author = RoverDude
 
author = RoverDude
 
MODEL
 
MODEL
 
{
 
{
model = Squad/Parts/Utility/ServiceBay/ServiceBay_125
+
model = Squad/Parts/Utility/ServiceBay_v2/Assets/ServiceBay_125_v2
 
}
 
}
  
Line 20: Line 20:
 
category = Payload
 
category = Payload
 
subcategory = 0
 
subcategory = 0
title = Service Bay (1.25m)
+
title = #autoLOC_500948 //#autoLOC_500948 = Service Bay (1.25m)
description = A heat resistant service bay, ideal for protecting delicate instruments or stowing small service components such as RCS tanks, batteries, etc.
+
description = #autoLOC_500949 //#autoLOC_500949 = A heat resistant service bay, ideal for protecting delicate instruments or stowing small service components such as RCS tanks, batteries, etc.
 
attachRules = 1,0,1,1,0
 
attachRules = 1,0,1,1,0
 
mass = 0.1
 
mass = 0.1
Line 34: Line 34:
 
thermalMassModifier = 5.0  
 
thermalMassModifier = 5.0  
 
emissiveConstant = 0.95
 
emissiveConstant = 0.95
tags = bus contain heat hollow protect (stor therm
+
tags = #autoLOC_500950 //#autoLOC_500950 = bus contain heat hollow protect (stor therm
 
 
 
MODULE
 
MODULE
 
{
 
{
 
name = ModuleAnimateGeneric
 
name = ModuleAnimateGeneric
animationName = doors_125
+
animationName = ServiceBayDoors
actionGUIName = Toggle
+
actionGUIName = #autoLOC_502068 //#autoLOC_502068 = Toggle
startEventGUIName = Open
+
startEventGUIName = #autoLOC_502069 //#autoLOC_502069 = Open
endEventGUIName = Close
+
endEventGUIName = #autoLOC_502051 //#autoLOC_502051 = Close
 
allowAnimationWhileShielded = False
 
allowAnimationWhileShielded = False
 
}
 
}
Line 52: Line 52:
 
closedPosition = 0
 
closedPosition = 0
 
lookupRadius = 0.9
 
lookupRadius = 0.9
 +
partTypeName = Service bay
 
 
 
//nodeOuterForeID = top
 
//nodeOuterForeID = top
 
//nodeOuterAftID = bottom
 
//nodeOuterAftID = bottom
 
}
 
}
 +
 
MODULE
 
MODULE
 
{
 
{
name = ModuleSeeThroughObject
+
name = ModuleConductionMultiplier
transformName = TrussMount
+
modifiedConductionFactor = 0.001
shaderName = KSP/Bumped Specular (Transparent)
+
convectionFluxThreshold = 500
screenRadius = 1.0
 
leadModuleIndex = 0
 
leadModuleTgtValue = 0
 
 
}
 
}
 +
 
MODULE
 
MODULE
 
{
 
{
name = ModuleConductionMultiplier
+
name = ModuleCargoPart
modifiedConductionFactor = 0.001
+
packedVolume = 1100
convectionFluxThreshold = 500
 
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 08:25, 13 October 2024

This is the configuration file for Service Bay (1.25m).
PART
{
	name = ServiceBay_125_v2
	module = Part
	author = RoverDude
	MODEL
	{
		model = Squad/Parts/Utility/ServiceBay_v2/Assets/ServiceBay_125_v2
	}

	rescaleFactor = 1
	node_stack_top2 = 0.0, 0.25, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_bottom2 = 0.0, -0.25, 0.0, 0.0, 1.0, 0.0, 1
	
	node_stack_top = 0.0, 0.3, 0.0, 0.0, 1.0, 0.0, 1
	node_stack_bottom = 0.0, -0.3, 0.0, 0.0, -1.0, 0.0, 1
	TechRequired = survivability
	entryCost = 1000
	cost = 500
	category = Payload
	subcategory = 0
	title = #autoLOC_500948 //#autoLOC_500948 = Service Bay (1.25m)
	description = #autoLOC_500949 //#autoLOC_500949 = A heat resistant service bay, ideal for protecting delicate instruments or stowing small service components such as RCS tanks, batteries, etc.
	attachRules = 1,0,1,1,0
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.2
	minimum_drag = 0.3
	angularDrag = 2
	crashTolerance = 14
	bulkheadProfiles = size1
	maxTemp = 2900
	heatConductivity = 0.04
	thermalMassModifier = 5.0 
	emissiveConstant = 0.95
	tags = #autoLOC_500950 //#autoLOC_500950 = bus contain heat hollow protect (stor therm
	
	MODULE
	{
		name = ModuleAnimateGeneric
		animationName = ServiceBayDoors
		actionGUIName = #autoLOC_502068 //#autoLOC_502068 = Toggle
		startEventGUIName = #autoLOC_502069 //#autoLOC_502069 = Open
		endEventGUIName = #autoLOC_502051 //#autoLOC_502051 = Close
		allowAnimationWhileShielded = False
	}

	MODULE
	{
		name = ModuleCargoBay
		DeployModuleIndex = 0
		closedPosition = 0
		lookupRadius = 0.9
		partTypeName = Service bay
		
		//nodeOuterForeID = top
		//nodeOuterAftID = bottom
	}	

	MODULE
	{
		name = ModuleConductionMultiplier
		modifiedConductionFactor = 0.001
		convectionFluxThreshold = 500
	}

	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 1100
	}
}