Difference between revisions of "Parts/Command/mk1LanderCan/mk1LanderCan.cfg"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (*update to 0.90.0;)
m (updated)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Part config|Mk1 Lander Can|2=PART
 
{{Part config|Mk1 Lander Can|2=PART
 
{
 
{
// --- general parameters ---
+
name = landerCabinSmall
name = landerCabinSmall
+
module = Part
module = Part
+
author = Squad
author = Squad
+
mesh = model.mu
 
+
rescaleFactor = 1.0
// --- asset parameters ---
+
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0, 1
mesh = model.mu
+
node_stack_top = 0.0, 0.625, 0.0, 0.0, 1.0, 0.0, 1
rescaleFactor = 1.0
+
TechRequired = advFlightControl
 
+
entryCost = 6800
// --- node definitions ---
+
cost = 1500
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
+
category = Pods
node_stack_bottom = 0.0, -0.625, 0.0, 0.0, 1.0, 0.0, 1
+
subcategory = 0
node_stack_top = 0.0, 0.625, 0.0, 0.0, 1.0, 0.0, 1
+
title = #autoLOC_500316 //#autoLOC_500316 = Mk1 Lander Can
 
+
manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
 
+
description = #autoLOC_500317 //#autoLOC_500317 = This capsule was designed for lightweight non-atmospheric landers, and seats a single occupant. Features a novel full-body crumple-zone technology.
 
+
attachRules = 1,0,1,1,0
// --- editor parameters ---
+
mass = 0.6
TechRequired = specializedControl
+
dragModelType = default
entryCost = 6800
+
maximum_drag = 0.20
cost = 1500
+
minimum_drag = 0.2
category = Pods
+
angularDrag = 2
subcategory = 0
+
crashTolerance = 12
title = Mk1 Lander Can
+
maxTemp = 1000
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
+
skinMaxTemp = 2000
description = This capsule was designed for lightweight non-atmospheric landers, and seats a single occupant. Features a novel full-body crumple-zone technology.  
+
vesselType = Lander
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
CrewCapacity = 1
attachRules = 1,0,1,1,0
+
bulkheadProfiles = size1
 
+
tags = #autoLOC_500318 //#autoLOC_500318 = capsule cmg command control ?eva fly gyro ?iva moment pilot pod react rocket space stab steer torque
// --- standard part parameters ---
+
INTERNAL
mass = 0.6
+
{
dragModelType = default
+
name = landerCabinSmallInternal
maximum_drag = 0.20
+
}
minimum_drag = 0.2
+
MODULE
angularDrag = 2
+
{
crashTolerance = 8
+
name = ModuleCommand
maxTemp = 3400
+
minimumCrew = 1
 
+
defaultControlPointDisplayName = #autoLOC_6011000 //#autoLOC_6011000 = Up
vesselType = Lander
+
CONTROLPOINT
 
+
{
// --- internal setup ---
+
name = forward
CrewCapacity = 1
+
displayName = #autoLOC_6011001 //#autoLOC_6011001 = Forward
 
+
orientation = 90,0,0
INTERNAL
+
}
{
+
CONTROLPOINT
  name = landerCabinSmallInternal
+
{
}
+
name = reverse
 
+
displayName = #autoLOC_6011004 //#autoLOC_6011004 = Reversed
MODULE
+
orientation = 0,0,180
{
+
}
name = ModuleCommand
+
}
minimumCrew = 1
 
}
 
 
 
RESOURCE
 
{
 
name = ElectricCharge
 
amount = 50
 
maxAmount = 50
 
}
 
 
 
MODULE
 
{
 
name = ModuleReactionWheel
 
 
PitchTorque = 3
 
YawTorque = 3
 
RollTorque = 3
 
 
 
RESOURCE
 
RESOURCE
 
{
 
{
 
name = ElectricCharge
 
name = ElectricCharge
rate = 0.3
+
amount = 50
 +
maxAmount = 50
 +
}
 +
MODULE
 +
{
 +
name = ModuleReactionWheel
 +
PitchTorque = 3
 +
YawTorque = 3
 +
RollTorque = 3
 +
RESOURCE
 +
{
 +
name = ElectricCharge
 +
rate = 0.3
 +
}
 +
}
 +
MODULE
 +
{
 +
name = ModuleColorChanger
 +
shaderProperty = _EmissiveColor
 +
animRate = 0.8
 +
animState = false
 +
useRate = true
 +
toggleInEditor = true
 +
toggleInFlight = true
 +
toggleInFlight = true
 +
unfocusedRange = 5
 +
toggleName = #autoLOC_502011 //#autoLOC_502011 = Toggle Lights
 +
eventOnName = #autoLOC_502012 //#autoLOC_502012 = Lights On
 +
eventOffName = #autoLOC_502013 //#autoLOC_502013 = Lights Off
 +
toggleAction = True
 +
defaultActionGroup = Light
 +
redCurve
 +
{
 +
key = 0 0 0 3
 +
key = 1 1 0 0
 +
}
 +
greenCurve
 +
{
 +
key = 0 0 0 1
 +
key = 1 1 1 0
 +
}
 +
blueCurve
 +
{
 +
key = 0 0 0 0
 +
key = 1 0.7 1.5 0
 +
}
 +
alphaCurve
 +
{
 +
key = 0 1
 +
}
 +
}
 +
MODULE
 +
{
 +
name = ModuleScienceExperiment
 +
experimentID = crewReport
 +
experimentActionName = #autoLOC_502009 //#autoLOC_502009 = Crew Report
 +
resetActionName = #autoLOC_502010 //#autoLOC_502010 = Discard Crew Report
 +
reviewActionName = #autoLOC_502200 //#autoLOC_502200 = Review Report
 +
useStaging = False
 +
useActionGroups = True
 +
hideUIwhenUnavailable = True
 +
rerunnable = True
 +
xmitDataScalar = 1.0
 +
usageReqMaskInternal = 5
 +
usageReqMaskExternal = -1
 +
}
 +
MODULE
 +
{
 +
name = ModuleScienceContainer
 +
reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
 +
storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
 +
evaOnlyStorage = True
 +
storageRange = 1.3
 +
}
 +
RESOURCE
 +
{
 +
name = MonoPropellant
 +
amount = 15
 +
maxAmount = 15
 +
}
 +
MODULE
 +
{
 +
name = FlagDecal
 +
textureQuadName = flagTransform
 
}
 
}
}
 
MODULE
 
{
 
name = ModuleScienceExperiment
 
 
 
experimentID = crewReport
+
MODULE
 +
{
 +
name = ModuleDataTransmitter
 +
antennaType = INTERNAL
 +
packetInterval = 1.0
 +
packetSize = 2
 +
packetResourceCost = 12.0
 +
requiredResource = ElectricCharge
 +
antennaPower = 5000
 +
optimumRange = 2500
 +
packetFloor = .1
 +
packetCeiling = 5
 +
}
 
 
experimentActionName = Crew Report
+
MODULE
resetActionName = Discard Crew Report
+
{
reviewActionName = Review Report
+
name = ModuleCargoPart
+
stackableQuantity = 1
useStaging = False
+
packedVolume = -1
useActionGroups = True
+
}
hideUIwhenUnavailable = True
+
MODULE
rerunnable = True
+
{
+
name = ModuleInventoryPart
xmitDataScalar = 1.0
+
InventorySlots = 1
}
+
packedVolumeLimit = 40
MODULE
+
}
{
 
name = ModuleScienceContainer
 
 
reviewActionName = Review Stored Data
 
storeActionName = Store Experiments
 
evaOnlyStorage = True
 
storageRange = 1.3
 
}
 
 
 
RESOURCE
 
{
 
name = MonoPropellant
 
amount = 15
 
maxAmount = 15
 
}
 
MODULE
 
{
 
      name = FlagDecal
 
      textureQuadName = flagTransform
 
}
 
 
}
 
}
 
}}
 
}}

Latest revision as of 11:50, 4 October 2024

This is the configuration file for Mk1 Lander Can.
PART
{
	name = landerCabinSmall
	module = Part
	author = Squad
	mesh = model.mu
	rescaleFactor = 1.0
	node_stack_bottom = 0.0, -0.625, 0.0, 0.0, -1.0, 0.0, 1
	node_stack_top = 0.0, 0.625, 0.0, 0.0, 1.0, 0.0, 1
	TechRequired = advFlightControl
	entryCost = 6800
	cost = 1500
	category = Pods
	subcategory = 0
	title = #autoLOC_500316 //#autoLOC_500316 = Mk1 Lander Can
	manufacturer = #autoLOC_501627 //#autoLOC_501627 = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = #autoLOC_500317 //#autoLOC_500317 = This capsule was designed for lightweight non-atmospheric landers, and seats a single occupant. Features a novel full-body crumple-zone technology.
	attachRules = 1,0,1,1,0
	mass = 0.6
	dragModelType = default
	maximum_drag = 0.20
	minimum_drag = 0.2
	angularDrag = 2
	crashTolerance = 12
	maxTemp = 1000
	skinMaxTemp = 2000
	vesselType = Lander
	CrewCapacity = 1
	bulkheadProfiles = size1
	tags = #autoLOC_500318 //#autoLOC_500318 = capsule cmg command control ?eva fly gyro ?iva moment pilot pod react rocket space stab steer torque
	INTERNAL
	{
		name = landerCabinSmallInternal
	}
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 1
		defaultControlPointDisplayName = #autoLOC_6011000 //#autoLOC_6011000 = Up
		CONTROLPOINT
		{
			name = forward
			displayName = #autoLOC_6011001 //#autoLOC_6011001 = Forward
			orientation = 90,0,0
		}
		CONTROLPOINT
		{
			name = reverse
			displayName = #autoLOC_6011004 //#autoLOC_6011004 = Reversed
			orientation = 0,0,180
		}
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 50
		maxAmount = 50
	}
	MODULE
	{
		name = ModuleReactionWheel
		PitchTorque = 3
		YawTorque = 3
		RollTorque = 3
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.3
		}
	}
	MODULE
	{
		name = ModuleColorChanger
		shaderProperty = _EmissiveColor
		animRate = 0.8
		animState = false
		useRate = true
		toggleInEditor = true
		toggleInFlight = true
		toggleInFlight = true
		unfocusedRange = 5
		toggleName = #autoLOC_502011 //#autoLOC_502011 = Toggle Lights
		eventOnName = #autoLOC_502012 //#autoLOC_502012 = Lights On
		eventOffName = #autoLOC_502013 //#autoLOC_502013 = Lights Off
		toggleAction = True
		defaultActionGroup = Light
		redCurve
		{
			key = 0 0 0 3
			key = 1 1 0 0
		}
		greenCurve
		{
			key = 0 0 0 1
			key = 1 1 1 0
		}
		blueCurve
		{
			key = 0 0 0 0
			key = 1 0.7 1.5 0
		}
		alphaCurve
		{
			key = 0 1
		}
	}
	MODULE
	{
		name = ModuleScienceExperiment
		experimentID = crewReport
		experimentActionName = #autoLOC_502009 //#autoLOC_502009 = Crew Report
		resetActionName = #autoLOC_502010 //#autoLOC_502010 = Discard Crew Report
		reviewActionName = #autoLOC_502200 //#autoLOC_502200 = Review Report
		useStaging = False
		useActionGroups = True
		hideUIwhenUnavailable = True
		rerunnable = True
		xmitDataScalar = 1.0
		usageReqMaskInternal = 5
		usageReqMaskExternal = -1
	}
	MODULE
	{
		name = ModuleScienceContainer
		reviewActionName = #autoLOC_502201 //#autoLOC_502201 = Review Stored Data
		storeActionName = #autoLOC_502202 //#autoLOC_502202 = Store Experiments
		evaOnlyStorage = True
		storageRange = 1.3
	}
	RESOURCE
	{
		name = MonoPropellant
		amount = 15
		maxAmount = 15
	}
	MODULE
	{
		name = FlagDecal
		textureQuadName = flagTransform
	}
	
	MODULE
	{
		name = ModuleDataTransmitter
		antennaType = INTERNAL
		packetInterval = 1.0
		packetSize = 2
		packetResourceCost = 12.0
		requiredResource = ElectricCharge
		antennaPower = 5000
		optimumRange = 2500
		packetFloor = .1
		packetCeiling = 5
	}
	
	MODULE
	{
		name = ModuleCargoPart	
		stackableQuantity = 1
		packedVolume = -1
	}
	MODULE
	{
		name = ModuleInventoryPart
		InventorySlots = 1
		packedVolumeLimit = 40
	}
}