Skip to content

Commit

Permalink
B9PS integration for mercury retropack (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 authored Aug 11, 2024
1 parent 19c8303 commit e37099b
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion GameData/ROCapsules/PartConfigs/MercuryBDB/MercuryRetropack.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,15 @@ PART
}

MODULE
{
{
name = ModuleFuelTanks
volume = 0
basemass = 0.02150
type = SM-II //Mercury-era
}

MODULE
{
name = ModuleB9PartSwitch
moduleID = meshSwitchStyle
switcherDescription = Style
Expand All @@ -184,12 +192,34 @@ PART
{
name = Basic
transform = Basic
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
}
}
}
}
}

0 comments on commit e37099b

Please sign in to comment.