Console Commands/Client Only Console Commands
What follows is a definition of all of the console commands that are in general use across all versions of the Unreal Engine.
- BEHINDVIEW <0 | 1>
- This command provides a rather dodgy 3rd person perspective view most useful for checking out relative sizes in maps.
- BRIGHTNESS <value>
- In UT this command can be used without the value parameter to cycle through the 10 brightness values. In Devastation the command can take a value between 0 and 1. If a value is not specified then a brightness of 0.5 is used.
- CONTRAST <value>
- Sets the constrast level of the game. It appears that values can range between 0.0 and 2.0
- DISCONNECT
- Disconnect from the current server.
- ENDFULLSCREEN
- Go back to playing in a window.
- FLUSH
- Flush all caches. Regenerates all lighting, 3D hardware textures, etc. Can be useful to clear texture corruption due to 3D hardware driver bugs.
- FOV <angle>
- Set the field of view, for example
fov 90
for 90 degrees. The server (or machine) the game is running on must have the INI option bAllowFOV=True set. - FREECAMERA <0 | 1>
- 'Locks' the player rotation to the current direction they are heading. Used with the BEHINDVIEW command. Generally useful for getting nice screenshots of your character at less than usual angles.
- GETCOLORDEPTHS
- Get a list of color depths supported by your 3D hardware
- GETCURRENTCOLORDEPTH
- Get the current color depth (16 or 32).
- GETCURRENTRES
- Get the current resolution.
- HIDEACTORS
- Hides all actors during game play.
- NETSPEED <number>
- Change your desired network data rate. Use 2600 for modem, 5000 for ISDN, 10000 for ADSL/Cable, and 20000 for LAN.
- OPEN <url>
- Opens a local map (for example,
open dm-turbine.unr
) or an Internet server (for example,open 123.43.55.12
). Also supports querystring items likemutator=
andnumbots=
- PREFERENCES
- Displays the Advanced Options window.
- RECONNECT
- Reconnect to the current/previous server
- RMODE <n>
- Change the rendering mode. Different versions of the Urneal Engine have more or less support for this feature. The more recent the engine the better the support will be. The value for n can be any of the following.
- Wireframe view. Handy for seeing what Antiportals are doing
- Zone/Portal: BSP is coloured by Zones & Static Meshes textured – handy for understanding how static meshes are used in maps
- Texture Usage: BSP is coloured by texture usage
- BSP cuts: as 2, but BSP is all white. Weird.
- Dynamic Light – normal game mode
- Textured mode – no lighting, everything full brightness
- lighting only
- Depth Complexity – shows how complex a scene is with the colour scale. Green is low complexity areas the game will have no problems rendering, red is high complexity and will most likely need some optimization.
- SHOWACTORS
- Turns the display of actors back on.
- TOGGLEFULLSCREEN
- Toggles fullscreen mode on and off.
- TYPE
- Calls up the so called "quick console". This is a single line console that vanishes after a command has been entered. It is normally reached by pressing TAB.