You guys have some interesting stuff tucked into the game.
I was looking through the language file to find the "copy current game setting into the lobby" command, and found some cheats I didn't remember.
Well, like any good engine "abuser" I had to try them out. So far, I have only tried base game stuff. I may search through the other expansions to see if you got any other fun stuff hidden away.
Here are some undocumented cheats/commands I tried so far:
ilostit: Based on the name of this string entry (Cheat_SpawnSpecificFGType), it seems that this is designed to spawn a specific foreground object (which includes one very important class of stuff, units), but I can't seem to get it to do so. It is recognizing it as a cheat, but it isn't doing anything. Maybe I'm not passing in the right number of parameters. (I was trying ilostit internal_fg_obj_type_name). Maybe you guys disable it when some debugging flag is turned off. I don't know.
EDIT: I typed it into the forums wrong, it is ilostit (I spelled it with an a previously)
cmd:log static variables: Does exactly what the name seems to suggest. Makes the game output a new log file called StaticVariableValues.txt that just seems to be a list of various static variable values and other stuff that seems to relate to current state of the game. Interesting if you want to gain insight into the "guts" of the game, but doesn't give you any sort of impact in game.
omni: This one is very interesting. It basically unlocks a large amount of stuff, gives you a bunch of bonus ships (as if you unlocked them from and ARS), gives you a new tab on command stations (or units with similar "I can build this" sets) called omni (letting you place all kinds of fun stuff, like core starships, some Mk. V fleet ships, and some of the other stuff you can build elsewhere, but in one big screen), and finally, changes how mobile units are produced, it make mobile units, instead of "queued" and sent out, makes them placed like structures. Very strange. Even stranger is the name of this string entry, Cheat_Arena. A testing relic of a long, canceled feature? Who can say? (Well, Chris and maybe Keith can...)