Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

B9PS integration for mercury retropack #177

Merged
merged 1 commit into from
Aug 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
}
}
}
}
Loading