Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Difference between revisions of "Legacy:Console Commands"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Game Specific Console Commands)
(Game Specific Console Commands)
Line 30: Line 30:
 
* [[Legacy:Postal 2 Console Commands|Postal 2 Console Commands]] – This page covers all console commands specific to [[Legacy:Postal 2|Postal 2]].
 
* [[Legacy:Postal 2 Console Commands|Postal 2 Console Commands]] – This page covers all console commands specific to [[Legacy:Postal 2|Postal 2]].
 
* [[Legacy:Pariah Console Commands|Pariah Console Commands]] – This page covers all console commands specific to Pariah.
 
* [[Legacy:Pariah Console Commands|Pariah Console Commands]] – This page covers all console commands specific to Pariah.
* [[Legacy:killing floor Console Commands|killing floor Console Commands]] – This page covers all console commands specific to killing floor.
 
 
* [[Legacy:Console Commands/Summon Codes (killing floor)|Console Commands/Summon Codes (killing floor)]] –  Lists usable summon codes for killing floor.
 
* [[Legacy:Console Commands/Summon Codes (killing floor)|Console Commands/Summon Codes (killing floor)]] –  Lists usable summon codes for killing floor.
  

Revision as of 23:56, 8 August 2012

The following pages describe the commands available from the game console. Some console commands are supported by the Unreal Engine itself and should therefore work in all Unreal Engine versions, ie all games based on the engine. Other console commands are applicable only to a specifc game.

This set of pages aims to replace UT2003 Console, UnrealEd Console, and UnrealEd 2 Console (I may leave the UnrealEd console pages alone). In additition to the previous pages there is also a Console class which may be of use.

Getting to the Console

  • To pop up the console, press ~ (tilde) or use the quick console (which displays a single line) that is available through the Tab key.
  • Console commands are not case sensitive. ADDBOTS, addbots and AddBots work alike.
  • The distinction between UnrealScript, C++ and other console commands is a purely technical matter and doesn't affect how the commands work.
  • UnrealScript console commands are handled by either the playerpawn's exec functions or by the exec functions of items in the playerpawn's inventory.
  • Please see UnrealEd Console and UnrealEd 2 Console for editor-related console commands.
  • Console commands can be bound to keys by editing the user.ini file.

Common Console Commands

Game Specific Console Commands

Unreal Editor Console Commands

Adding New Console Commands

You can use Exec Functions to add new console commands. See Exec Function.

Related Articles