From d5d9de2bc5b814f7e1ffe93d0b469fb34ae08239 Mon Sep 17 00:00:00 2001 From: Capkirk123 Date: Mon, 12 Aug 2024 17:14:33 -0400 Subject: [PATCH] disable B9PS integration (#178) --- .../MercuryBDB/MercuryRetropack.cfg | 61 ++++++++++--------- 1 file changed, 32 insertions(+), 29 deletions(-) diff --git a/GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetropack.cfg b/GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetropack.cfg index 1390de05..5a679b36 100644 --- a/GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetropack.cfg +++ b/GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetropack.cfg @@ -171,13 +171,14 @@ PART toggleFlight = true } - MODULE - { - name = ModuleFuelTanks - volume = 0 - basemass = 0.02150 - type = SM-II //Mercury-era - } + //disabled until B9PS integration is less buggy + //MODULE + //{ + // name = ModuleFuelTanks + // volume = 0 + // basemass = 0.02150 + // type = SM-II //Mercury-era + //} MODULE { @@ -192,34 +193,36 @@ PART { name = Basic transform = Basic - addedMass = 0 - addedCost = 0 - MODULE - { - IDENTIFIER { name = ModuleFuelTanks } - DATA - { - volume = 0 - basemass = 0.02150 - } - } + //disabled until B9PS integration is less buggy + //addedMass = 0 + //addedCost = 0 + //MODULE + //{ + // IDENTIFIER { name = ModuleFuelTanks } + // DATA + // { + // volume = 0 + // basemass = 0.02150 + // } + //} } SUBTYPE { name = Enhanced transform = Enhanced - addedMass = 0.00448 - addedCost = 0.5 - MODULE - { - IDENTIFIER { name = ModuleFuelTanks } - DATA - { - volume = 41.5 - basemass = 0.02598 - } - } + //disabled until B9PS integration is less buggy + //addedMass = 0.00448 + //addedCost = 0.5 + //MODULE + //{ + // IDENTIFIER { name = ModuleFuelTanks } + // DATA + // { + // volume = 41.5 + // basemass = 0.02598 + // } + //} } } }