Difference between revisions of "MakingHistory/Parts/Coupling/InflatableAirlock.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (ArnePeirs moved page Parts/Utility/Coupling/InflatableAirlock.cfg to MakingHistory/Parts/Coupling/InflatableAirlock.cfg without leaving a redirect: Correct path)
m (Update config)
 
Line 64: Line 64:
 
evaOnlyStorage = True
 
evaOnlyStorage = True
 
storageRange = 1.5
 
storageRange = 1.5
 +
}
 +
MODULE
 +
{
 +
name = ModuleCargoPart
 +
packedVolume = 520
 
}
 
}
 
}
 
}
 
 
}}
 
}}

Latest revision as of 20:21, 19 October 2024

This is the configuration file for Inflatable Airlock.
PART
{
	name = InflatableAirlock
	module = Part
	author = RoverDude
	MODEL
	{
		model = SquadExpansion/MakingHistory/Parts/Coupling/Assets/InflatableAirlock
	}
	rescaleFactor = 1
	node_stack_bottom = 0.0, 0.0, 0.0, 0.0, -1.0, 0.0, 1
	node_attach = 0.0, 0.08, 0.0, 0.0, -1.0, 0.0, 1
	TechRequired = advMetalworks
	entryCost = 8400
	cost = 400
	category = Coupling
	subcategory = 0
	manufacturer = #autoLOC_501627  //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	title = #autoLOC_8310003   //#autoLOC_8310003 = Inflatable Airlock
	description = #autoLOC_8310004   //#autoLOC_8310004 = Description Creation Pending
	attachRules = 1,1,0,0,0
	mass = 0.1
	dragModelType = default
	maximum_drag = 0.25
	minimum_drag = 0.25
	angularDrag = 0.5
	crashTolerance = 10
	maxTemp = 2600 // = 3400
	thermalMassModifier = 6.0 // like a nose cone
	emissiveConstant = 0.8
	bulkheadProfiles = size0
	CrewCapacity = 0
	tags = #autoLOC_8310005   //#autoLOC_8310005 = berth capture connect couple dock fasten join moor shield socket

	stagingIcon = DECOUPLER_VERT

	MODULE
	{
		name = ModuleDockingNode
		deployAnimationController = 1
		nodeType = size0
		staged = False
		stagingEnabled = False
	}
	INTERNAL
	{
		name = Airlock_IVA
	}	
	MODULE
	{
		name = ModuleAnimateGeneric
		CrewCapacity = 1
		animationName = AirlockDeploy
		actionGUIName = #autoLOC_6005002	//#autoLOC_6005002 = Toggle Airlock
		startEventGUIName = #autoLOC_6005003	//#autoLOC_6005003 = Open Airlock
		endEventGUIName = #autoLOC_6005004	//#autoLOC_6005004 = Close Airlock
		allowAnimationWhileShielded = False
	}
	MODULE
	{
		name = ModuleScienceContainer
		reviewActionName = Review Stored Data
		storeActionName = Store Experiments
		evaOnlyStorage = True
		storageRange = 1.5
	}
	MODULE
	{
		name = ModuleCargoPart
		packedVolume = 520
	}
}