Skip to content

Commit

Permalink
Add B9PS/RF tank switching to Agena equipment rack
Browse files Browse the repository at this point in the history
  • Loading branch information
Capkirk123 committed Jul 31, 2024
1 parent e47a112 commit f91fa82
Showing 1 changed file with 49 additions and 3 deletions.
52 changes: 49 additions & 3 deletions GameData/ROEngines/PartConfigs/Agena_EquipmentRack_BDB.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,57 @@ PART
}
}

//Disable tank mesh switching, we can't adjust the fuel load in RF through it.
MODULE
{
name = ModuleB9DisableTransform
transform = Mesh_TwoBall
name = ModuleB9PartSwitch
moduleID = meshSwitchTanks
switcherDescription = Tanks
SUBTYPE
{
name = Three
title = Three RCS Tanks
transform = Mesh_ThreeBall
addedMass = 0
addedCost = 0
MODULE
{
IDENTIFIER { name = ModuleFuelTanks }
DATA
{
volume = 90
basemass = 0.017
TANK
{
name = ElectricCharge
amount = 42000
maxAmount = 42000
}
}
}
}
SUBTYPE
{
name = Two
title = Two RCS Tanks
transform = Mesh_TwoBall
addedMass = -0.003
addedCost = -1
MODULE
{
IDENTIFIER { name = ModuleFuelTanks }
DATA
{
volume = 74
basemass = 0.014
TANK
{
name = ElectricCharge
amount = 42000
maxAmount = 42000
}
}
}
}
}

//Allow aft rack switching
Expand Down

0 comments on commit f91fa82

Please sign in to comment.