The console has a number of commands that can be typed in using a command line interface.
Script commands may also be typed into the console, for example try
typing...
SC_GameMessage("Testing");
| Command | Action |
| map |
Plays a user selected game level. Type "map <filename>" to play a map directly or just type "map" and a file picker is displayed. Example: |
| ModelTest <FILENAME> |
Opens the model viewer. A filename is required. Example: |
| items |
Shows items that the player currently has. Example: |
| ItemTypes |
Shows currently loaded item types. Example: |
| PowerUpTypes |
Shows currently loaded power up types. Example: |
| ProjectileTypes |
Shows currently loaded projectile types. Example: |
| cls | |
| god |
Toggle god mode. Example: |
| stuff giveitem all |
Both of these commands give the player all items (including weapons, ammo and keys). Examples: |