You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GameData/SDHI/Service Module System/Parts/MM_configs/SDHI_SMS_MMPatch_TACLifeSupport.cfg
+25-26Lines changed: 25 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
// TAC Life Support patch for SDHI Service Module System
2
2
// Author: Robin "sumghai" Chang
3
-
// Revision: 2.0
3
+
// Revision: 2.1
4
4
//
5
-
// For use with TAC-LS 0.9 pre-release and later versions
5
+
// For use with TAC-LS v0.10
6
6
7
7
// 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]
8
8
// of life support crew provisions for its three-Kerbal crew, in contrast to the TAC Life Support default of three (3) Kerbin days.
@@ -21,7 +21,6 @@
21
21
// [2] 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
22
22
// I don't want to make it overpowered :P
23
23
//
24
-
// NOTE: All numbers have been rounded up to 1 decimal place, as that is the precision of the KSP tweakables system
25
24
26
25
27
26
// Modifies the stock Mark 1-2 Pod to give, for its three-Kerbal crew, a total of:
@@ -39,33 +38,33 @@
39
38
// Use replace (%) rather than edit (@), to ensure that the following values are loaded regardless of the presence/absence of MFT/RealFuels
40
39
%RESOURCE[Food]
41
40
{
42
-
%amount = 5.7
43
-
%maxAmount = 5.7
41
+
%amount = 8.776
42
+
%maxAmount = 8.776
44
43
}
45
44
%RESOURCE[Water]
46
45
{
47
-
%amount = 4.1
48
-
%maxAmount = 4.1
46
+
%amount = 2.175
47
+
%maxAmount = 2.175
49
48
}
50
49
%RESOURCE[Oxygen]
51
50
{
52
-
%amount = 684.6
53
-
%maxAmount = 684.6
51
+
%amount = 333.114
52
+
%maxAmount = 333.114
54
53
}
55
54
%RESOURCE[CarbonDioxide]
56
55
{
57
56
%amount = 0
58
-
%maxAmount = 589.1
57
+
%maxAmount = 287.739
59
58
}
60
59
%RESOURCE[Waste]
61
60
{
62
61
%amount = 0
63
-
%maxAmount = 4.1
62
+
%maxAmount = 0.8
64
63
}
65
64
%RESOURCE[WasteWater]
66
65
{
67
66
%amount = 0
68
-
%maxAmount = 4.5
67
+
%maxAmount = 2.772
69
68
}
70
69
}
71
70
@@ -80,26 +79,26 @@
80
79
RESOURCE
81
80
{
82
81
name = Water
83
-
amount = 6.8
84
-
maxAmount = 6.8
82
+
amount = 3.625
83
+
maxAmount = 3.625
85
84
}
86
85
RESOURCE
87
86
{
88
87
name = Oxygen
89
-
amount = 1141
90
-
maxAmount = 1141
88
+
amount = 555.19
89
+
maxAmount = 555.19
91
90
}
92
91
RESOURCE
93
92
{
94
93
name = WasteWater
95
94
amount = 0
96
-
maxAmount = 7.5
95
+
maxAmount = 4.62
97
96
}
98
97
RESOURCE
99
98
{
100
99
name = CarbonDioxide
101
100
amount = 0
102
-
maxAmount = 981.7
101
+
maxAmount = 479.565
103
102
}
104
103
105
104
// Standard TAC-LS Carbon Extractor using the Bosch process
0 commit comments