File tree Expand file tree Collapse file tree
GameData/ROEngines/PartConfigs Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments