Skip to content

Commit c657314

Browse files
author
Robin "sumghai" Chang
committed
Redefine Fuel Cell as a TAC generator/converter
1 parent 10ffbb7 commit c657314

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

GameData/SDHI/Service Module System/Parts/MM_configs/SDHI_SMS_MMPatch_TACLifeSupport.cfg

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TAC Life Support patch for SDHI Service Module System
22
// Author: Robin "sumghai" Chang
3-
// Revision: 1.0
3+
// Revision: 1.1
44

55
// This modifies the Service Module and the stock Mark 1-2 Pod so that the combined Command/Service Module stack provides a total of eight (8) Kerbin days' worth[1]
66
// of life support crew provisions for its three-Kerbal crew, in contrast to the TAC Life Support default[2] of four (4) Kerbin days.
@@ -12,6 +12,8 @@
1212
// The Avionics Ring alternative to the standard SDHI SM will only be equipped with the Carbon Extractor and Water Purifier, as there is no conceivable space to fit
1313
// the added storage capacity for Water/Oxygen/WasteWater/CarbonDioxide.
1414
//
15+
// Both parts will also be fitted with a Fuel Cell assembly to convert LiquidFuel and Oxidizer to ElectricCharge, as a backup electricity generator
16+
//
1517
// [1] 1 Kerbin day = 6 Earth hours
1618
// [2] 1 unit of any TAC Life Support resource lasts for four Kerbin days per Kerbal
1719
// [3] In reality, the baseline NASA Orion Service Module can provide up to 21 human days of provisions for four human astronauts; the SDHI SM is less capable because
@@ -33,7 +35,7 @@
3335
}
3436

3537

36-
// Modifies the SDHI SM to provide an additional four Kerbal days of Water and Oxygen, the equivalent in WasteWater and CarbonDioxide storage, and built-in Carbon Extractors / Water Purifiers
38+
// Modifies the SDHI SM to provide an additional four Kerbal days of Water and Oxygen, the equivalent in WasteWater and CarbonDioxide storage, and built-in Carbon Extractors / Water Purifiers / Fuel Cell
3739
@PART[SDHI_2.5_ServiceModule]:FINAL {
3840

3941
MODULE
@@ -54,6 +56,15 @@
5456
outputResources = Water, 0.45, false, Waste, 3.191, true
5557
}
5658

59+
MODULE
60+
{
61+
name = TacGenericConverter
62+
converterName = Fuel Cell
63+
conversionRate = 86400
64+
inputResources = LiquidFuel, 0.009, Oxidizer, 0.011
65+
outputResources = ElectricCharge, 10, true
66+
}
67+
5768
RESOURCE
5869
{
5970
name = Water
@@ -81,7 +92,7 @@
8192
}
8293

8394

84-
// Modifies the SDHI Avionics Ring to only have the built-in Carbon Extractors / Water Purifiers
95+
// Modifies the SDHI Avionics Ring to only have the built-in Carbon Extractors / Water Purifiers / Fuel Cell
8596
@PART[SDHI_2.5_AvionicsRing]:FINAL {
8697

8798
MODULE
@@ -101,4 +112,13 @@
101112
inputResources = WasteWater, 1, ElectricCharge, 1000
102113
outputResources = Water, 0.45, false, Waste, 3.191, true
103114
}
115+
116+
MODULE
117+
{
118+
name = TacGenericConverter
119+
converterName = Fuel Cell
120+
conversionRate = 86400
121+
inputResources = LiquidFuel, 0.009, Oxidizer, 0.011
122+
outputResources = ElectricCharge, 10, true
123+
}
104124
}

0 commit comments

Comments
 (0)