Better Resources
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "rts_cfg.h" file in the game directory. Change the following settings under the "// resource gathering parameters" to change the corresponding resource.- Edit the "int cfgMaxDilithium" value to change the maximum amount Dilithium that can be mined.
- Edit the "int cfgMaxOfficers" value to change the maximum amount of officers.
- Edit the "int cfgMaxCrew" value to change the maximum number of crew members.
- Edit the "int cfgStartingDilithium" to change the initial amount of Dilithium available.
- Edit the "int cfgStartingCrew" to change the initial number of crew members.
|
Better Transporters
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "rts_cfg.h" file in the game directory. Change the value in the "TRANSPORTER_MAX = 5" line to a higher number to transport more people. |
Cheat Codes While playing a game, press [Enter], type one of the following codes, then press [Enter] to activate the corresponding cheat function: Result | Cheat 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 | Lose mission | kobayashimaru_lost | Enter Gamma quadrant | imouttastepwithreality | Enemy's science ships disappear | nomoreships | Faster ship production | youstopmecold | Faster crew production | avoidance | Unknown | bradcast | Unknown | directed |
|
Faster Transporters
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "rts_cfg.h" file in the game directory. Change the value in the "float TRANSPORTER_DELAY" entry to "0.0" (or "0.1"). |
Invincibility
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "rts_cfg.h" file in the game directory. Change the values for the following lines to "0.0" so they resemble:- 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. |
No Damage
Note: This procedure involves editing a game file; create a backup copy of the file before proceeding. Use a text editor to edit the "rts_cfg.h" file in the game folder. Locate the following line:- // // DIFFICULTY SETTINGS // //
- Damage coefficients for incoming damage for user in single player float
- EASY_DAMAGE = 0.5; float HARD_DAMAGE = 2.0;
Change the values to 0.0 to prevent damage to your ships. Note: You can still get damaged by remaining in certain nebulas. |