Console commands: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 34: Line 34:
|-
|-
|'''emp_chatcommand_clear''':  
|'''emp_chatcommand_clear''':  
|Clears any existing chat binds|(No Default)
|Clears any existing chat binds
|(No Default)
|}
|}


Line 41: Line 42:
|-
|-
|'''emp_admin_add''':  
|'''emp_admin_add''':  
|Adds a player to the admin list|(No Default)
|Adds a player to the admin list
|(No Default)
|}
|}


Line 47: Line 49:
|-
|-
|'''emp_admin_list''':  
|'''emp_admin_list''':  
|Print the admin list|(No Default)
|Print the admin list
|(No Default)
|}
|}


Line 53: Line 56:
|-
|-
|'''emp_admin_remove''':  
|'''emp_admin_remove''':  
|Remove a player from the admin list|(No Default)
|Remove a player from the admin list
|(No Default)
|}
|}


Line 59: Line 63:
|-
|-
|'''lobby_connect''':  
|'''lobby_connect''':  
|Connect to the lobby|(No Default)
|Connect to the lobby
|(No Default)
|}
|}


{|
{|
|-
|-
|'''lobby_askconnect_accept''':  
|'''lobby_redirect <url>''':  
|Used by the lobby to automatically accept redirects|(No Default)
|Used by the lobby to redirect clients to other servers.
|(No Default)
|}
|}


{{see|https://developer.valvesoftware.com/wiki/List_of_HL2_Cvars, [[List of Server Cvars]]}}
{{see|https://developer.valvesoftware.com/wiki/List_of_HL2_Cvars, [[List of Server Cvars]]}}

Revision as of 02:50, 15 October 2018

Home > Console commands

Console Commands

The console can be accessed by hitting the ~ "tilde" key while in-game.

jointeam: Joins a team. Usage: jointeam <team number> where 1 = Spectator, 2 = Northern Faction, 3 = Brenodi Empire, 4 = Auto-Select. (No Default)
snd_mute_losefocus: Set the sound to be on(0) or off(1), while the game window loses focus. For example when you alt-tab into desktop. (Default = 1)
emp_ungrief: Makes the targeted player the commander. Teleports the command vehicle to that players spot. Usage: emp_ungrief <playername> (No Default)
emp_chatcommand_bind: Add a bind that captures your chat messages starting with an exclamation mark ('!'). Usage: emp_chatcommand_bind <trigger> <command to execute> (No Default)
emp_chatcommand_clear: Clears any existing chat binds (No Default)


emp_admin_add: Adds a player to the admin list (No Default)
emp_admin_list: Print the admin list (No Default)
emp_admin_remove: Remove a player from the admin list (No Default)
lobby_connect: Connect to the lobby (No Default)
lobby_redirect <url>: Used by the lobby to redirect clients to other servers. (No Default)
See Also: https://developer.valvesoftware.com/wiki/List_of_HL2_Cvars, List of Server Cvars