Skip to content

Commit 627a186

Browse files
Merge pull request #28 from Gordon-Dry/KSP-IE-and-SUBCATEGORY-Power-Storage
Update SubCategories_Electrical.cfg (KSP-IE quick fix)
2 parents 6414a2b + 1bce908 commit 627a186

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

GameData/000_FilterExtensions_Configs/SubCategories_Electrical.cfg

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,16 @@ SUBCATEGORY
6363
type = resource
6464
value = ElectricCharge, StoredCharge
6565
}
66+
CHECK:NEEDS[WarpPlugin] // this one does not work as I wanted, so the quick fix below by adding the solar panel modules to the list is needed
67+
{
68+
type = field
69+
value = ElectricCharge, maxAmount, 0.001
70+
invert = true
71+
}
6672
CHECK
6773
{
6874
type = moduleName
69-
value = ModuleCommand, ModuleEngines, ModuleEnginesFX, REGO_ModuleResourceConverter, ModuleGenerator, FNGenerator, ModuleRadioisotopeGenerator
75+
value = ModuleCommand, ModuleEngines, ModuleEnginesFX, REGO_ModuleResourceConverter, ModuleGenerator, FNGenerator, ModuleRadioisotopeGenerator, ModuleDeployableSolarPanel, ModuleCurvedSolarPanel, KopernicusSolarPanel
7076
invert = true
7177
}
7278
}

0 commit comments

Comments
 (0)