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

From Kerbal Space Program Wiki
Jump to: navigation, search
(Created page with "<pre> PART { // --- general parameters --- name = landerCabinSmall module = CommandPod author = Squad // --- asset parameters --- mesh = model.mu rescaleFactor = 1.0 // --- ...")
 
m (*update to 1.0;)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<pre>
+
{{Part config|Mk1 Lander Can|2=PART
PART
 
 
{
 
{
// --- general parameters ---
+
name = landerCabinSmall
name = landerCabinSmall
+
module = Part
module = CommandPod
+
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 = Mk1 Lander Can
 
+
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
 
+
description = 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
cost = 600
+
dragModelType = default
category = Pods
+
maximum_drag = 0.20
subcategory = 0
+
minimum_drag = 0.2
title = Mk1 Lander Can
+
angularDrag = 2
manufacturer = Jebediah Kerman's Junkyard and Spaceship Parts Co.
+
crashTolerance = 8
description = This capsule was designed for lightweight non-atmospheric landers, and seats a single occupant. Features a novel full-body crumple-zone technology.  
+
maxTemp = 2000 // = 3400
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
vesselType = Lander
attachRules = 1,0,1,1,0
+
CrewCapacity = 1
 
+
bulkheadProfiles = size1
// --- 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
 
+
}
vesselType = Lander
+
RESOURCE
 
+
{
// --- pod/rcs parameters ---
+
name = ElectricCharge
 
+
amount = 50
rotPower = 5
+
maxAmount = 50
linPower = 5
+
}
 
+
MODULE
Kp = 1.0
+
{
Kd = 1.0
+
name = ModuleReactionWheel
 
+
PitchTorque = 3
// --- tweakables (coming soon...) ---
+
YawTorque = 3
 
+
RollTorque = 3
 
+
RESOURCE
 
+
{
 
+
name = ElectricCharge
// --- internal setup ---
+
rate = 0.3
CrewCapacity = 1
+
}
 
+
}
INTERNAL
+
MODULE
{
+
{
  name = landerCabinSmallInternal
+
name = ModuleScienceExperiment
 +
experimentID = crewReport
 +
experimentActionName = Crew Report
 +
resetActionName = Discard Crew Report
 +
reviewActionName = Review Report
 +
useStaging = False
 +
useActionGroups = True
 +
hideUIwhenUnavailable = True
 +
rerunnable = True
 +
xmitDataScalar = 1.0
 +
usageReqMaskInternal = 5
 +
usageReqMaskExternal = -1
 +
}
 +
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
 +
}
 
}
 
}
  
MODULE
+
}}
{
 
name = ModuleCommand
 
minimumCrew = 1
 
}
 
 
 
RESOURCE
 
{
 
name = ElectricCharge
 
amount = 50
 
maxAmount = 50
 
}
 
 
 
 
 
// ----- DO NOT EDIT BELOW THIS POINT ------
 
 
 
}
 
</pre>
 

Latest revision as of 09:57, 29 April 2015

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 = Mk1 Lander Can
	manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
	description = 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 = 8
	maxTemp = 2000 // = 3400
	vesselType = Lander
	CrewCapacity = 1
	bulkheadProfiles = size1
	INTERNAL
	{
		name = landerCabinSmallInternal
	}
	MODULE
	{
		name = ModuleCommand
		minimumCrew = 1
	}
	RESOURCE
	{
		name = ElectricCharge
		amount = 50
		maxAmount = 50
	}
	MODULE
	{
		name = ModuleReactionWheel
		PitchTorque = 3
		YawTorque = 3
		RollTorque = 3
		RESOURCE
		{
			name = ElectricCharge
			rate = 0.3
		}
	}
	MODULE
	{
		name = ModuleScienceExperiment
		experimentID = crewReport
		experimentActionName = Crew Report
		resetActionName = Discard Crew Report
		reviewActionName = Review Report
		useStaging = False
		useActionGroups = True
		hideUIwhenUnavailable = True
		rerunnable = True
		xmitDataScalar = 1.0
		usageReqMaskInternal = 5
		usageReqMaskExternal = -1
	}
	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
	}
}