Skip to content

Commit

Permalink
disable B9PS integration (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Aug 12, 2024
1 parent d63ea1f commit d5d9de2
Showing 1 changed file with 32 additions and 29 deletions.
61 changes: 32 additions & 29 deletions GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetropack.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand All @@ -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
// }
//}
}
}
}

0 comments on commit d5d9de2

Please sign in to comment.