Skip to content

Commit fab84fb

Browse files
committed
little things
* fixed patch that wasn't respecting missing CryoEngines under Classic Stock * minor patch to fix missing fuel gauges in staging * fixed tank amounts between stock fuel and CryoEngines Classic
1 parent f2f1ae5 commit fab84fb

File tree

3 files changed

+45
-34
lines changed

3 files changed

+45
-34
lines changed

GameData/OPT_Reconfig/Classic/OPT_Atmosphere.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285

286286
// Bubble
287287
// Wrappers
288-
@PART[opt_vtol_bubble1|opt_vtol_wrap?1]:NEEDS[B9PartSwitch,ClassicStock]
288+
@PART[opt_vtol_bubble1|opt_vtol_wrap?1]:NEEDS[B9PartSwitch,ClassicStock,OPT_Reconfig_CryoEngines]
289289
{
290290
@description ^= :$: <br><color="green">* Air-breathing mode accepts different fuels.</color>
291291
MODULE
@@ -372,7 +372,7 @@
372372

373373
// Helicarrier
374374
// Valkyrie Tilt
375-
@PART[opt_vtol_hc1|opt_vtol_jumpa1]:NEEDS[B9PartSwitch,ClassicStock]
375+
@PART[opt_vtol_hc1|opt_vtol_jumpa1]:NEEDS[B9PartSwitch,ClassicStock,OPT_Reconfig_CryoEngines]
376376
{
377377
@description ^= :$: <br><color="green">* Air-breathing mode accepts different fuels.</color>
378378
MODULE
@@ -458,7 +458,7 @@
458458
}
459459

460460
// Sky Light
461-
@PART[opt_vtol_heli1]:NEEDS[B9PartSwitch,ClassicStock]
461+
@PART[opt_vtol_heli1]:NEEDS[B9PartSwitch,ClassicStock,OPT_Reconfig_CryoEngines]
462462
{
463463
@description ^= :$: <br><color="green">* Air-breathing mode accepts different fuels.</color>
464464
MODULE

GameData/OPT_Reconfig/MainUtilities.cfg

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@
196196

197197

198198
// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
199-
// EggDog
200-
@PART[opt_vtol_egg|opt_egg]
199+
// EggDogs, Bubble
200+
@PART[opt_vtol_egg|opt_egg|opt_vtol_bubble1]
201201
{
202202
@MODULE[ModuleEnginesFX]
203203
{
@@ -206,4 +206,15 @@
206206
%DrawGauge = True
207207
}
208208
}
209-
}
209+
}
210+
// Helicarrier
211+
@PART[opt_vtol_hc1]
212+
{
213+
@MODULE[ModuleEnginesFX]
214+
{
215+
@PROPELLANT[ElectricCharge]
216+
{
217+
%DrawGauge = True
218+
}
219+
}
220+
}

GameData/OPT_Reconfig/OPT_WBI.cfg

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
name = LiquidFuel
5050
@name:NEEDS[OPT_Reconfig_CryoEngines] = Propellium
5151
maxAmount = #$../storageVolume$
52-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.45
53-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.675
52+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.09
53+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
5454
ratio = 1
5555
}
5656
DEFAULT_RESOURCE
5757
{
5858
name = Oxidizer
5959
maxAmount = #$../storageVolume$
60-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.55
61-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
60+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.11
61+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.075
6262
ratio = 1
6363
}
6464
}
@@ -99,16 +99,16 @@
9999
name = LiquidFuel
100100
@name:NEEDS[OPT_Reconfig_CryoEngines] = Propellium
101101
maxAmount = #$../storageVolume$
102-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.45
103-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.675
102+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.09
103+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
104104
ratio = 1
105105
}
106106
DEFAULT_RESOURCE
107107
{
108108
name = Oxidizer
109109
maxAmount = #$../storageVolume$
110-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.55
111-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
110+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.11
111+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.075
112112
ratio = 1
113113
}
114114
}
@@ -149,16 +149,16 @@
149149
name = LiquidFuel
150150
@name:NEEDS[OPT_Reconfig_CryoEngines] = Propellium
151151
maxAmount = #$../storageVolume$
152-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.45
153-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.675
152+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.09
153+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
154154
ratio = 1
155155
}
156156
DEFAULT_RESOURCE
157157
{
158158
name = Oxidizer
159159
maxAmount = #$../storageVolume$
160-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.55
161-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
160+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.11
161+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.075
162162
ratio = 1
163163
}
164164
}
@@ -199,16 +199,16 @@
199199
name = LiquidFuel
200200
@name:NEEDS[OPT_Reconfig_CryoEngines] = Propellium
201201
maxAmount = #$../storageVolume$
202-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.45
203-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.675
202+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.09
203+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
204204
ratio = 1
205205
}
206206
DEFAULT_RESOURCE
207207
{
208208
name = Oxidizer
209209
maxAmount = #$../storageVolume$
210-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.55
211-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
210+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.11
211+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.075
212212
ratio = 1
213213
}
214214
}
@@ -258,16 +258,16 @@
258258
name = LiquidFuel
259259
@name:NEEDS[OPT_Reconfig_CryoEngines] = Propellium
260260
maxAmount = #$../storageVolume$
261-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.45
262-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.675
261+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.09
262+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
263263
ratio = 1
264264
}
265265
DEFAULT_RESOURCE
266266
{
267267
name = Oxidizer
268268
maxAmount = #$../storageVolume$
269-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.55
270-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
269+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.11
270+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.075
271271
ratio = 1
272272
}
273273
}
@@ -323,16 +323,16 @@
323323
name = LiquidFuel
324324
@name:NEEDS[OPT_Reconfig_CryoEngines] = Propellium
325325
maxAmount = #$../storageVolume$
326-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.45
327-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.675
326+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.09
327+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
328328
ratio = 1
329329
}
330330
DEFAULT_RESOURCE
331331
{
332332
name = Oxidizer
333333
maxAmount = #$../storageVolume$
334-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.55
335-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
334+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.11
335+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.075
336336
ratio = 1
337337
}
338338
}
@@ -412,16 +412,16 @@
412412
name = LiquidFuel
413413
@name:NEEDS[OPT_Reconfig_CryoEngines] = Propellium
414414
maxAmount = #$../storageVolume$
415-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.45
416-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.675
415+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.09
416+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
417417
ratio = 1
418418
}
419419
DEFAULT_RESOURCE
420420
{
421421
name = Oxidizer
422422
maxAmount = #$../storageVolume$
423-
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.55
424-
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.225
423+
@maxAmount:NEEDS[!OPT_Reconfig_CryoEngines] *= 0.11
424+
@maxAmount:NEEDS[OPT_Reconfig_CryoEngines] *= 0.075
425425
ratio = 1
426426
}
427427
}

0 commit comments

Comments
 (0)