Star Trek Armada: Cheats

TREKCORE > GAMING > ARMADA > Cheats

The following cheats are courtesy of Armada2Files.com. If you encounter any errors with these codes, please email me.

Press [Enter] during gameplay, enter any of the following codes, and press [Enter]:

EFFECT CODE
Increase ship AI canofwhoopass
Additional Dilithium showmethemoney
Boot list in multi-player mode screwyouguysimgoinghome
Chat list in multi-player mode phonehome
Mission skip kobayashimaru
Enter Gamma quadrant health imouttastepwithreality
Faster ship production youstopmecold
Faster crew production avoidance

In addition to typing in the above codes, game files can be edited for additional cheats. Remember to back-up any files you change before you edit them! All files will be Read-Only. In Windows Explorer, right click on the file name, and select Properties. Deselect Read-Only, and select Archive. This will allow you to edit the file. All files can be edited using Notepad.
  • Invincibility:
    Open the RTS_CFG.H file (in the main directory). Go to the line under '// DIFFICULTY SETTINGS' then to the lines '//Damage coefficients for incoming damage for user in single player'. Change
    float EASY_DAMAGE = 0.5;
    float HARD_DAMAGE = 2.0.

    to
    float EASY_DAMAGE = 0.0;
    float HARD_DAMAGE = 0.0.

    Begin a game on the easy or hard difficulty setting to have shields that cannot be harmed by normal weapons.
     
  • Better resources:
    In order to increase the number of crew and dilithium you start with, and the maximun number of officers, change the lines:

    // resource gathering parameters
    int cfgMaxDilithium = 999999;
    int cfgMaxOfficers = 100;
    int cfgMaxCrew = 99999;
    int cfgStartingDilithium = 3500;
    int cfgStartingCrew = 4000;

    to
    // resource gathering parameters
    int cfgMaxDilithium = 999999;
    int cfgMaxOfficers = 999;
    int cfgMaxCrew = 99999;
    int cfgStartingDilithium = 9999;
    int cfgStartingCrew = 9999;

     
  • Better Transporters:
    Go to the line under '// Transporter parameters.' Change

    int TRANSPORTER_MAX = 5;
    to
    int TRANSPORTER_MAX = 500;

    This will allow you to transport more people.