Difference between revisions of "Mk1 Command Pod"

From Kerbal Space Program Wiki
Jump to: navigation, search
m (Trivia: updated for 1.5 + polished some grammar)
 
(80 intermediate revisions by 37 users not shown)
Line 1: Line 1:
{{Part
+
{{:Mk1 Command Pod/Box}}
|
 
intro=The '''Command Pod Mk1''' houses the Kerbal crew during their mission. At least one is required to build any kind of rocket.
 
|
 
usage=Generally placed at the top of the rocket, the aim of the game is to get your crew into space and land them safely again back on the surface of [[Kearth]].
 
|
 
attributes=*'''Mass:''' 1
 
*'''Drag:''' .15 - .2
 
|
 
config=
 
<pre>
 
// this is a sample config file, for determining a good file format for defining part parameters
 
// comment line - ignored by cfg parser
 
// empty lines, or lines without a '=' sign are also ignored
 
// all other lines are split at the '=' sign, and the left operand is used to know what parameter we are setting
 
// diferent parameters require data in different formats (see docs), and each module has it's own parameters (again, see docs)
 
// each assignment must be in a single line. Lines without assignments will be ignored. (You CAN turn on word wrap, though)
 
// each keyword here relates to an existing variable in the assigned module. If the keyword isn't found, it is ignored.
 
// conversely, if a keyword is left unassigned (as in not in the file), it will be initialized with it's default value
 
// This is done automatically, so any public variable defined in the loaded module can be accessed this way (provided it's value can be parsed)
 
  
 +
The '''Mk1 Command Pod''' is a [[command module]] capable of housing a single [[Kerbal]] during a mission.
  
// --- general parameters ---
+
== Usage ==
name = mk1pod
+
[[File:Mk1CommandPod_IVA.png|left|thumb|Interior View of the Mk1 Command Pod since 1.5]]
module = CommandPod
+
Usually placed at the top of the rocket, the Mk1 Command Pod provides all functionality of a command module. It has half the torque power of most other manned command modules. This is often sufficient for smaller rockets, though larger ones will require additional control systems. It can also be used for shuttles and landers due to its small size.
author = Mrbrownce
 
  
// --- asset parameters ---
+
The Mk1 Command Pod features a tiny [[radial size]] node on top, typically used for attaching a [[Mk16 Parachute]], and a small radial size node on the bottom.
mesh = mk1pod.DAE
+
The pod's crew hatch is outfitted with a small window through which an occupying Kerbal can look out during [[IVA]]. On the outside there are two rungs of ladders below the hatch.
scale = 0.1
 
texture = mk1podtexture.png
 
specPower = 0.1
 
rimFalloff = 3
 
alphaCutoff = 0.0
 
  
// --- node definitions ---
+
The Mk1 Command Pod is also the first command module available in the [[Career|career mode]].
// definition format is Position X, Position Y, Position Z, Up X, Up Y, Up Z
 
node_stack_bottom = 0.0, -3.02662, 0.0, 0.0, 1.0, 0.0, 1
 
node_stack_top = 0.0, 3.93121, 0.0, 0.0, 1.0, 0.0, 0
 
  
// --- editor parameters ---
+
== Product description ==
cost = 1600
+
{{Quote|Originally built as a placeholder for a demonstration mock-up of a rocket, the Mk1 Command Pod was heralded as a far safer and more reliable option than its predecessors by rocket scientists throughout the world. It is now commonly seen in active service.|manufacturer=Kerlinton Model Rockets and Paper Products Inc.}}
category = 1
 
subcategory = 0
 
title = Command Pod Mk1
 
//manufacturer = Kerlington Model Rockets and Paper Products Inc.
 
description = Originally built as a placeholder for a demonstration mock-up of a rocket, the Mk1 Command Pod was heralded as a far safer and more reliable option than it's predecessors by rocket scientists throughout the world. It is now commonly seen in active service.
 
  
// attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
+
== Trivia ==
attachRules = 1,0,1,0,0
+
* The model for the Mk1 Command Pod was replaced in {{Version|0.16}}. There is a memorial to the original located at the [[Kerbal Space Center]]<ref>http://kerbaldevteam.tumblr.com/post/28557698420/obituary-mk1-pod</ref>, and another at the [[Island Airfield]].
 +
* Prior to {{Version|1.5}}, the bottom side had a hump (which was also [[w:Atmospheric_entry#Ablative|ablative]]), which did not bode well for many parts attached to the bottom. The [[TD-12 Decoupler]] worked particularly well hiding the hump. There was a good side: the hump looked nice when attaching "tiny" parts to the bottom, and it appeared similar to a heat shield.
  
// --- standard part parameters ---
+
=== Real-world comparison ===
mass = 1
+
The Mk1 Command Pod was inspired by the [[w:Project Mercury|Mercury capsule]].
dragModelType = default
 
maximum_drag = 0.2
 
minimum_drag = 0.15
 
angularDrag = 2
 
crashTolerance = 14
 
maxTemp = 3400
 
  
// --- pod/rcs parameters ---
+
== Variants ==
 +
As of {{version|1.5}} this command pod has three textures that can be switched in the editor.
  
rotPower = 5
+
{{multiple image
linPower = 10
+
|align=left
 
+
|width=200
// --- generic engine parameters ---
+
|image1=Mk1CommandPod_Dark.png
 
+
|alt1=Dark variant
maxThrust = 100
+
|image2=Mk1CommandPod_White.png
minThrust = 100
+
|alt2=White variant
heatProduction = 800
+
|image3=Mk1CommandPod_Gray.png
fuelConsumption = 8
+
|alt3=Gray-White variant
internalFuel = 0
+
|footer=The different variants of the command pod
 +
}}
 +
{{clear|left}}
  
// --- more engine parameters ---
+
== Gallery ==
 +
<gallery>
 +
Command Pod Mk1.png|The model prior to 1.5
 +
Mk1 Pod Interior View.png|Interior View of the Mk1 Pod prior to 1.5
 +
Command_Pod_Mk1.jpg|The original model from versions before 0.16. Back then it could hold three kerbals. It used to have the name:"Mk1 Pod"
 +
CommandPodMk1Memorial.png|The memorial for the pre 0.16 model outside of KSC.
 +
</gallery>
  
thrustVectoringCapable = False
+
== Changes ==
gymbalRange = 0
+
;[[1.5]]
 +
* New model and texture
 +
* Added 3 variants
 +
* New IVA
 +
;[[1.2]]
 +
* IVA improved
 +
;[[0.23]]
 +
* Added Monopropellant
 +
;[[0.18]]
 +
* Added ElectricCharge
 +
;[[0.16]]
 +
* Part rebalancing: Mass reduced from 1.0 to 0.8, and crew capacity reduced from 3 to 1.
 +
* New part model.
 +
;[[0.8.5]]
 +
* Exposed Kd, Ki and Kp parameters for tuning the SAS and CommandPod modules
 +
;[[0.8.2]]
 +
* (Bug fix) Pod cannot be dropped if an Escape Tower (PunchOut addon) is attached
 +
;[[0.7.3]]
 +
* Initial release
  
differentialThrustCapable = False
+
== References ==
differentialThrustRange = 0
+
<references/>
  
// --- fuel tank parameters ---
+
{{Parts}}
 
+
{{Demo parts}}
fuel = 500
+
[[Category:Command modules]]
dryMass = 0.4
 
fuelMass = 0.008
 
 
 
// --- winglet parameters ---
 
 
 
deflectionLiftCoeff = 0.1
 
 
 
 
 
// --- tweakables (coming soon...) ---
 
 
 
 
 
 
 
 
 
// ----- DO NOT EDIT BELOW THIS POINT ------
 
</pre>
 
|
 
}}
 

Latest revision as of 22:53, 16 July 2021

Mk1 Command Pod
Part image
Command pod by
Kerlington Model Rockets and Paper Products Inc

Radial size Tiny, Small
Cost (total) 600.00 Funds
(dry) 588.00 Funds
Mass (total) 0.84 t
(dry) 0.80 t
Drag 0.15-0.2
Max. Temp. 2200 K
Volume N/A
Impact Tolerance 14 m/s
Research Start.png Start
Unlock cost 0 Funds
Since version 0.7.3
Part configuration mk1Pod.cfg
Command module
Pitch torque 5.0 kN·m
Yaw torque 5.0 kN·m
Roll torque 5.0 kN·m
Electricity required for torque
0.048
s·kN·m
Crew capacity (maximum) Crew
(required) Crew
Monopropellant 10 Units of fuel
Electric capacity 50.0 
SAS level × None
Inventory Slots 1 slots
Volume Limit 50 l
Wing
Lift generated 0.35

The Mk1 Command Pod is a command module capable of housing a single Kerbal during a mission.

Usage

Interior View of the Mk1 Command Pod since 1.5

Usually placed at the top of the rocket, the Mk1 Command Pod provides all functionality of a command module. It has half the torque power of most other manned command modules. This is often sufficient for smaller rockets, though larger ones will require additional control systems. It can also be used for shuttles and landers due to its small size.

The Mk1 Command Pod features a tiny radial size node on top, typically used for attaching a Mk16 Parachute, and a small radial size node on the bottom. The pod's crew hatch is outfitted with a small window through which an occupying Kerbal can look out during IVA. On the outside there are two rungs of ladders below the hatch.

The Mk1 Command Pod is also the first command module available in the career mode.

Product description

Originally built as a placeholder for a demonstration mock-up of a rocket, the Mk1 Command Pod was heralded as a far safer and more reliable option than its predecessors by rocket scientists throughout the world. It is now commonly seen in active service.

Kerlinton Model Rockets and Paper Products Inc.

Trivia

  • The model for the Mk1 Command Pod was replaced in version 0.16. There is a memorial to the original located at the Kerbal Space Center[1], and another at the Island Airfield.
  • Prior to version 1.5, the bottom side had a hump (which was also ablative), which did not bode well for many parts attached to the bottom. The TD-12 Decoupler worked particularly well hiding the hump. There was a good side: the hump looked nice when attaching "tiny" parts to the bottom, and it appeared similar to a heat shield.

Real-world comparison

The Mk1 Command Pod was inspired by the Mercury capsule.

Variants

As of version 1.5 this command pod has three textures that can be switched in the editor.

Dark variant
White variant
Gray-White variant
The different variants of the command pod

Gallery

Changes

1.5
  • New model and texture
  • Added 3 variants
  • New IVA
1.2
  • IVA improved
0.23
  • Added Monopropellant
0.18
  • Added ElectricCharge
0.16
  • Part rebalancing: Mass reduced from 1.0 to 0.8, and crew capacity reduced from 3 to 1.
  • New part model.
0.8.5
  • Exposed Kd, Ki and Kp parameters for tuning the SAS and CommandPod modules
0.8.2
  • (Bug fix) Pod cannot be dropped if an Escape Tower (PunchOut addon) is attached
0.7.3
  • Initial release

References

  1. http://kerbaldevteam.tumblr.com/post/28557698420/obituary-mk1-pod