Skip to content

Commit fc46fd4

Browse files
authored
Disable B9PS/RF integration (#240)
* Disable B9PS/RF integration * oops
1 parent fae214f commit fc46fd4

1 file changed

Lines changed: 36 additions & 34 deletions

File tree

GameData/ROEngines/PartConfigs/Agena_EquipmentRack_BDB.cfg

Lines changed: 36 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -128,46 +128,48 @@ PART
128128
name = Three
129129
title = Three RCS Tanks
130130
transform = Mesh_ThreeBall
131-
addedMass = 0
132-
addedCost = 0
133-
MODULE
134-
{
135-
IDENTIFIER { name = ModuleFuelTanks }
136-
DATA
137-
{
138-
volume = 90
139-
basemass = 0.017
140-
TANK
141-
{
142-
name = ElectricCharge
143-
amount = 42000
144-
maxAmount = 42000
145-
}
146-
}
147-
}
131+
//disabled until B9PS integration is less buggy
132+
//addedMass = 0
133+
//addedCost = 0
134+
//MODULE
135+
//{
136+
// IDENTIFIER { name = ModuleFuelTanks }
137+
// DATA
138+
// {
139+
// volume = 90
140+
// basemass = 0.017
141+
// TANK
142+
// {
143+
// name = ElectricCharge
144+
// amount = 42000
145+
// maxAmount = 42000
146+
// }
147+
// }
148+
//}
148149
}
149150
SUBTYPE
150151
{
151152
name = Two
152153
title = Two RCS Tanks
153154
transform = Mesh_TwoBall
154-
addedMass = -0.003
155-
addedCost = -1
156-
MODULE
157-
{
158-
IDENTIFIER { name = ModuleFuelTanks }
159-
DATA
160-
{
161-
volume = 74
162-
basemass = 0.014
163-
TANK
164-
{
165-
name = ElectricCharge
166-
amount = 42000
167-
maxAmount = 42000
168-
}
169-
}
170-
}
155+
//disabled until B9PS integration is less buggy
156+
//addedMass = -0.003
157+
//addedCost = -1
158+
//MODULE
159+
//{
160+
// IDENTIFIER { name = ModuleFuelTanks }
161+
// DATA
162+
// {
163+
// volume = 74
164+
// basemass = 0.014
165+
// TANK
166+
// {
167+
// name = ElectricCharge
168+
// amount = 42000
169+
// maxAmount = 42000
170+
// }
171+
// }
172+
//}
171173
}
172174
}
173175

0 commit comments

Comments
 (0)