Rod 3D Console Commands and Cheat Codes


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:
map

ModelTest <FILENAME>

Opens the model viewer.  A filename is required.

Example:
modeltest objects\player.ms3d

items

Shows items that the player currently has.

Example:
items

ItemTypes

Shows currently loaded item types.

Example:
ItemTypes

PowerUpTypes

Shows currently loaded power up types.

Example:
PowerUpTypes

ProjectileTypes

Shows currently loaded projectile types.

Example:
ProjectileTypes

cls
god

Toggle god mode.

Example:
god

stuff
giveitem all

Both of these commands give the player all items (including weapons, ammo and keys).

Examples:
stuff
giveitem all


Rod 3D Documentation Index