Page 1 of 1

Can you downgrade or remove systems?

Posted: Wed Aug 29, 2018 9:31 pm
by MantisManMike
I'm putting together a small "training" mod, and it would be helpful to remove systems during events.

I know that I can upgrade or install a system like so:
  • <upgrade amount="2" system="shields"/>
  • <system name="cloaking"/>
I also know that systems can be "limited", but I believe that introduces a "hacked" effect also -- which is not ideal, as in some cases I need the system to be manned.

So is there any way to remove or downgrade a system? I tried using a negative upgrade amount, but that doesn't seem to work.

Re: Can you downgrade or remove systems?

Posted: Thu Aug 30, 2018 8:44 am
by bamalf
Nope.

Re: Can you downgrade or remove systems?

Posted: Thu Aug 30, 2018 11:44 am
by MantisManMike
Thanks. I'll work around it as best I can.