Skip to content

Commit 41d2101

Browse files
authored
Merge pull request #96 from Capkirk123/AddPressurant
Add pressurant to remaining parts
2 parents 6c719cf + b3772bd commit 41d2101

File tree

5 files changed

+69
-4
lines changed

5 files changed

+69
-4
lines changed

GameData/ROCapsules/PartConfigs/CST/CSTSM.cfg

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@ PART
132132
ratio = 0.501
133133
}
134134

135+
PROPELLANT
136+
{
137+
name = Helium
138+
ratio = 10.0
139+
ignoreForIsp = true
140+
}
141+
135142
atmosphereCurve
136143
{
137144
key = 0 320
@@ -154,7 +161,7 @@ PART
154161
{
155162
name = ModuleFuelTanks
156163
type = ServiceModule
157-
volume = 2000
164+
volume = 2400
158165
basemass = -1
159166

160167
// Batteries 3.5 kWh
@@ -192,5 +199,12 @@ PART
192199
amount = 875
193200
maxAmount = 875
194201
}
202+
203+
TANK
204+
{
205+
name = Helium
206+
amount = 78570
207+
maxAmount = 78570
208+
}
195209
}
196210
}

GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryCM.cfg

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ PART
117117
name = HTP
118118
ratio = 1.0
119119
}
120+
PROPELLANT
121+
{
122+
name = Helium
123+
ratio = 10
124+
ignoreForIsp = true
125+
}
120126
atmosphereCurve
121127
{
122128
key = 0 137
@@ -235,6 +241,13 @@ PART
235241
amount = 18
236242
maxAmount = 18
237243
}
244+
245+
TANK
246+
{
247+
name = Helium
248+
amount = 190
249+
maxAmount = 190
250+
}
238251
}
239252

240253
// ============================================================================

GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRCS.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@ PART
197197
name = HTP
198198
ratio = 1.0
199199
}
200+
PROPELLANT
201+
{
202+
name = Helium
203+
ratio = 10.0
204+
ignoreForIsp = true
205+
}
200206
atmosphereCurve
201207
{
202208
key = 0 137

GameData/ROCapsules/PartConfigs/Orion/OrionCM.cfg

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,23 @@ PART
142142

143143
MODULE
144144
{
145-
name = ModuleRCS
145+
name = ModuleRCSFX
146146
thrusterTransformName = RCSthruster
147+
runningEffectName = running
148+
resourceFlowMode = STAGE_PRIORITY_FLOW
147149
//MR-104G - 712 newtons
148150
thrusterPower = 0.712
149-
resourceName = Hydrazine
151+
PROPELLANT
152+
{
153+
name = Hydrazine
154+
ratio = 1.0
155+
}
156+
PROPELLANT
157+
{
158+
name = Helium
159+
ratio = 30.0 //about 30 bar pressure
160+
ignoreForIsp = true
161+
}
150162
atmosphereCurve
151163
{
152164
key = 0 239
@@ -211,6 +223,12 @@ PART
211223
amount = 168
212224
maxAmount = 168
213225
}
226+
TANK
227+
{
228+
name = Helium
229+
amount = 5040
230+
maxAmount = 5040
231+
}
214232
}
215233

216234
EFFECTS

GameData/ROCapsules/PartConfigs/Orion/OrionESM.cfg

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,14 @@ PART
186186
DrawGauge = False
187187
}
188188

189+
PROPELLANT
190+
{
191+
name = Helium
192+
ratio = 10.4
193+
DrawGauge = False
194+
ignoreForIsp = true
195+
}
196+
189197
atmosphereCurve
190198
{
191199
key = 0 311
@@ -218,7 +226,7 @@ PART
218226
{
219227
name = ModuleFuelTanks
220228
type = ServiceModule
221-
volume = 9840
229+
volume = 10488
222230
basemass = -1
223231

224232
TANK
@@ -234,6 +242,12 @@ PART
234242
maxAmount = 23980
235243
}
236244
TANK
245+
{
246+
name = Helium
247+
amount = 129589
248+
maxAmount = 129589
249+
}
250+
TANK
237251
{
238252
name = Water
239253
amount = 470

0 commit comments

Comments
 (0)