JPLRepo / AmpYear

A KSP plugin that better manages electricity adds Reserve Power, ION & PPT RCS. See the ReadMe file below for dependencies.
7 stars 6 forks source link

Change Reserve power default on Mechjeb parts and check all others. #8

Closed JPLRepo closed 8 years ago

JPLRepo commented 9 years ago

I hadn't noticed that before. This is because AmpYear adds 50 Reserve power to all parts that have ModuleCommand (IE: Pods and Probes) using the power of Module Manager. The Mechjeb parts have ModuleCommand on it. You can change the file \GameData\REPOSoftTech\AmpYear\MMConfigAmpYear.cfg to the following (the change is highlighted) it will remove all Reserve Power from both MechJeb parts. I'll include this change in the next version.

Code:

@PART[*]:HAS[@MODULE[ModuleCommand],!MODULE[MechJebAR202],!MODULE[MechJebPod]]:NEEDS[AmpYear] { RESOURCE { name = ReservePower amount = 50 maxAmount = 50 } }

JPLRepo commented 8 years ago

https://github.com/JPLRepo/AmpYear/commit/b63146bdc510f620b84bcf9f57e9600322c887c1