Skin
Game Sections
- Unreal
- Unreal: RTNP
- Unreal II
- Unreal Tournament
- UT2003
- UT2004
- Unreal Tournament 3
- Unreal Championship
- Unreal Championship 2
Personal tools
Difference between revisions of "Console comands"
From Liandri Archives
(Created page with "UT2004 Console Commands") |
|||
Line 1: | Line 1: | ||
UT2004 Console Commands | UT2004 Console Commands | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | Admin Commands | ||
+ | ADMIN SWITCHLEVEL [mapname?game=gametype?mutator=mutator] - Changes the current level to the specified level, game type and mutators | ||
+ | ADMIN [command] - Performs the specified command | ||
+ | ADMINLOGIN [password] - Logs the admininstrator onto the server using the specified password | ||
+ | ADMINLOGOUT - Logs the administrator off the server. | ||
+ | ADMIN SET UWeb.Webserver bEnabled True - Enables the remote admin webserver (after level change) | ||
+ | ADMIN SET UWeb.Webserver bEnabled False - Disables the remote admin webserver (after level change) | ||
+ | KICK [playername] - Kicks the specified player from the server | ||
+ | KICKBAN [playername] - Kicks and bans the specified player from the server using their IP address. To unban the player, edit the server.ini or use the web admin interface | ||
+ | Other Commands | ||
+ | BRIGHTNESS [number] - Changes the brightness level to the specified number | ||
+ | CDTRACK [number] - Plays the specified CD track number | ||
+ | CONFIGHASH - Displays configuration info | ||
+ | CONTRAST [number] - Changes the contrast level to the specified number | ||
+ | DEBUG CRASH - Test crashes the game with an error | ||
+ | DEBUG EATMEM - Tests memory allocation until full | ||
+ | DEBUG GPF - Test crashes the game with a general protection fault error | ||
+ | DEBUG RECURSE - Test crashes the game by infinite recursion | ||
+ | DUMPCACHE - Displays the memory gcache contents | ||
+ | EXEC [filename] - Executes a file in the UT2003 /system/ directory by default | ||
+ | FLUSH - Flushes all caches and relights | ||
+ | FOV [number] - Changes the field of view to the specified number | ||
+ | FIXEDVISIBILITY - For use when testing your own level. Fixes the engine's visibility from your current point of view. You can then walk around and see exactly what is being drawn, check that antiportals are working etc. Enter it again to turn it off. | ||
+ | GAMMA [number] - Changes the gamma level to the specified number | ||
+ | GETCOLORDEPTHS - Displays the maximum color depth supported by your hardware | ||
+ | GETCURRENTCOLORDEPTHS - Displays your current color depth | ||
+ | GETCURRENTRES - Displays your current resolution | ||
+ | GETCURRENTTICKRATE - Displays your current tick rate | ||
+ | GETMAXTICKRATE - Displays the maximum allowed tick rate | ||
+ | MUSICORDER [number] - Change to a certain track in the song (0=ambient, 1=action, 2=suspense) | ||
+ | NETSPEED [number] - Sets the net speed, default is 10000 | ||
+ | OBJ CLASSES - Displays a list of object classes | ||
+ | OBJ GARBAGE - Collects and purges objects no longer in use | ||
+ | OBJ HASH - Displays object hashing statistics | ||
+ | OBJ LINKERS - Displays a list of active linkers | ||
+ | PAUSESOUNDS - Pauses all sounds | ||
+ | PREFERENCES - Opens advanced settings | ||
+ | RELAUNCH - Relaunches the engine | ||
+ | RENDEREMULATE [gf1/gf2] - Lets you see how your level will look on different cards (ex. if some of your shaders are too complicated and don't have fallbacks). | ||
+ | REPORT - Copies a report of the current game to clipboard | ||
+ | SET [class variable value] - Sets a specified class and specified variable with the specified value | ||
+ | SETSENSITIVITY [number] - Sets the mouse sensitivity to the specified number | ||
+ | SETRES [WxHxD] - Sets your screen resolution to the specified width, height, and color depth | ||
+ | SLOMO 1 - Sets the speed of the game back to normal real time speed | ||
+ | SLOMO 2 - Sets speed to double. Increase number to go faster | ||
+ | SLOMO .5 - Sets speed to half. Decrease number to go slower | ||
+ | SOCKETS - Displays a list of sockets in use | ||
+ | TOGGLEFULLSCREEN - Toggles fullscreen mode | ||
+ | TYPE [text] - Displays the specified text on the console | ||
+ | UNPAUSESOUNDS - Un-pauses all sounds |
Revision as of 12:22, 4 March 2012
UT2004 Console Commands
Admin Commands
ADMIN SWITCHLEVEL [mapname?game=gametype?mutator=mutator] - Changes the current level to the specified level, game type and mutators ADMIN [command] - Performs the specified command ADMINLOGIN [password] - Logs the admininstrator onto the server using the specified password ADMINLOGOUT - Logs the administrator off the server.
ADMIN SET UWeb.Webserver bEnabled True - Enables the remote admin webserver (after level change)
ADMIN SET UWeb.Webserver bEnabled False - Disables the remote admin webserver (after level change) KICK [playername] - Kicks the specified player from the server KICKBAN [playername] - Kicks and bans the specified player from the server using their IP address. To unban the player, edit the server.ini or use the web admin interface Other Commands BRIGHTNESS [number] - Changes the brightness level to the specified number CDTRACK [number] - Plays the specified CD track number CONFIGHASH - Displays configuration info CONTRAST [number] - Changes the contrast level to the specified number DEBUG CRASH - Test crashes the game with an error DEBUG EATMEM - Tests memory allocation until full DEBUG GPF - Test crashes the game with a general protection fault error DEBUG RECURSE - Test crashes the game by infinite recursion DUMPCACHE - Displays the memory gcache contents EXEC [filename] - Executes a file in the UT2003 /system/ directory by default FLUSH - Flushes all caches and relights FOV [number] - Changes the field of view to the specified number FIXEDVISIBILITY - For use when testing your own level. Fixes the engine's visibility from your current point of view. You can then walk around and see exactly what is being drawn, check that antiportals are working etc. Enter it again to turn it off. GAMMA [number] - Changes the gamma level to the specified number GETCOLORDEPTHS - Displays the maximum color depth supported by your hardware GETCURRENTCOLORDEPTHS - Displays your current color depth GETCURRENTRES - Displays your current resolution GETCURRENTTICKRATE - Displays your current tick rate GETMAXTICKRATE - Displays the maximum allowed tick rate MUSICORDER [number] - Change to a certain track in the song (0=ambient, 1=action, 2=suspense) NETSPEED [number] - Sets the net speed, default is 10000 OBJ CLASSES - Displays a list of object classes OBJ GARBAGE - Collects and purges objects no longer in use OBJ HASH - Displays object hashing statistics OBJ LINKERS - Displays a list of active linkers PAUSESOUNDS - Pauses all sounds PREFERENCES - Opens advanced settings RELAUNCH - Relaunches the engine RENDEREMULATE [gf1/gf2] - Lets you see how your level will look on different cards (ex. if some of your shaders are too complicated and don't have fallbacks). REPORT - Copies a report of the current game to clipboard SET [class variable value] - Sets a specified class and specified variable with the specified value SETSENSITIVITY [number] - Sets the mouse sensitivity to the specified number SETRES [WxHxD] - Sets your screen resolution to the specified width, height, and color depth SLOMO 1 - Sets the speed of the game back to normal real time speed
SLOMO 2 - Sets speed to double. Increase number to go faster SLOMO .5 - Sets speed to half. Decrease number to go slower SOCKETS - Displays a list of sockets in use
TOGGLEFULLSCREEN - Toggles fullscreen mode TYPE [text] - Displays the specified text on the console UNPAUSESOUNDS - Un-pauses all sounds