Right, I'm quite happy with the culmination of help from everyone so far and have come up with this.
Code:
// KSP: Custom Configuration File.
// -------------------------------
// Vitae by udk_lethal_d0se.
// --- General Parameters ---
name = VITAE_Command_Pod
module = CommandPod
author = udk_lethal_d0se
// --- Asset Parameters ---
mesh = model.mu
scale = 1
rescaleFactor = 1
// --- Node Definitions ---
node_stack_bottom = 0.0, -0.47924, 0.0, 0.0, 1.0, 0.0, 2
node_stack_top = 0.0, 1.19319, 0.0, 0.0, 1.0, 0.0, 1
// --- Editor Parameters ---
cost = 2500
category = Pods
subcategory = 0
title = VITAE Command Pod
manufacturer = udk_lethal_d0se
description = N/A.
// --- Attachment Parameters ---
// Rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
attachRules = 1,0,1,1,0
// --- Standard Parameters ---
mass = 4
dragModelType = default
maximum_drag = 0.20
minimum_drag = 0.15
angularDrag = 2
crashTolerance = 45
maxTemp = 3500
vesselType = Ship
// --- Pod/RCS Parameters ---
rotPower = 20
linPower = 20
Kp = 1.0
Kd = 1.0
// --- Internal Setup ---
CrewCapacity = 3
INTERNAL
{
name = PodCockpit
}
MODULE
{
name = ModuleCommand
minimumCrew = 1
RESOURCE
{
name = ElectricCharge
rate = 0.025
}
RESOURCE
{
name = V_Oxygen
rate = 0.000114
}
RESOURCE
{
name = V_Food
rate = 0.000057
}
RESOURCE
{
name = V_Water
rate = 0.000399
}
}
MODULE
{
name = ModuleGenerator
OUTPUT_RESOURCE
{
name = V_Karbun
rate = 0.000114
}
OUTPUT_RESOURCE
{
name = V_Waste
rate = 0.000456
}
isAlwaysActive = true
}
RESOURCE
{
name = ElectricCharge
amount = 100.0
maxAmount = 100.0
}
RESOURCE
{
name = V_Oxygen
amount = 3.0
maxAmount = 3.0
}
RESOURCE
{
name = V_Karbun
amount = 0.0
maxAmount = 3.0
}
RESOURCE
{
name = V_Food
amount = 1.5
maxAmount = 1.5
}
RESOURCE
{
name = V_Water
amount = 10.5
maxAmount = 10.5
}
RESOURCE
{
name = V_Waste
amount = 0.0
maxAmount = 12.0
}
// --- End of File ---