Difference between revisions of "Talk:Commands"

From King Arthur's Gold Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
"echo", "echo [string]. Ex. echo echo!", "This command echoes the given string to console."
 
"echo", "echo [string]. Ex. echo echo!", "This command echoes the given string to console."
 +
 
"help", "help", "This command returns the list of available commands with their usage."
 
"help", "help", "This command returns the list of available commands with their usage."
 +
 
"list", "list [command]. Ex. list cls", "Return the list of available commands."
 
"list", "list [command]. Ex. list cls", "Return the list of available commands."
 +
 
"quit", "quit", "Quit the game."
 
"quit", "quit", "Quit the game."
 +
 
"cls", "cls", "Clears the console messages."
 
"cls", "cls", "Clears the console messages."
 +
 
"v_restart", "v_restart", "Restarts the video engine."
 
"v_restart", "v_restart", "Restarts the video engine."
 +
  
 
"rcon", "rcon [console_command]", "Remote console to game server. Dispatch server console commands with /rcon prefix."
 
"rcon", "rcon [console_command]", "Remote console to game server. Dispatch server console commands with /rcon prefix."
 +
 
"login", "login [password]", "Login to remote console."
 
"login", "login [password]", "Login to remote console."
 +
 
"logout", "logout", "Logout of remote console."
 
"logout", "logout", "Logout of remote console."
 +
  
 
"netobjects", "netobjects", "Prints all netobjects."
 
"netobjects", "netobjects", "Prints all netobjects."
 +
 
"netobjects2", "netobjects2", "Prints all historical netobjects."
 
"netobjects2", "netobjects2", "Prints all historical netobjects."
 +
  
 
"get", "get [filename]", "Downloads file from server (located in from /Base)."
 
"get", "get [filename]", "Downloads file from server (located in from /Base)."
 +
  
 
"restartmap", "restartmap", "Restarts the current map or generates a new map."
 
"restartmap", "restartmap", "Restarts the current map or generates a new map."
 +
 
"nextmap", "nextmap", "Starts the next map in mapcycle."
 
"nextmap", "nextmap", "Starts the next map in mapcycle."
 +
  
 
"kick", "kick [player name]", "Kicks a player."
 
"kick", "kick [player name]", "Kicks a player."
 +
 
"kickid", "kickid [player id]", "Kicks a player by ID. Use /players for ID's list."  
 
"kickid", "kickid [player id]", "Kicks a player by ID. Use /players for ID's list."  
 +
 
"kickhid", "kickhid [player hid]", "Kicks a player by HID."
 
"kickhid", "kickhid [player hid]", "Kicks a player by HID."
 +
 
"kickhost", "kickhost [player host]", "Kicks a player by host number."
 
"kickhost", "kickhost [player host]", "Kicks a player by host number."
 +
  
 
"players", "players", "Lists all players with ID's."
 
"players", "players", "Lists all players with ID's."
 +
  
 
"reloadsecurity", "reloadsecurity", "Reloads the security file, so bans and security levels added outside of the game can be loaded."
 
"reloadsecurity", "reloadsecurity", "Reloads the security file, so bans and security levels added outside of the game can be loaded."
 +
 
"printseclevs", "printseclevs", "Prints the security levels currently in effect."
 
"printseclevs", "printseclevs", "Prints the security levels currently in effect."
 +
  
 
"listbans", "listbans", "List all currently active bans with reasons."
 
"listbans", "listbans", "List all currently active bans with reasons."
 +
 
"ban", "ban [player name] [minutes]", "Bans player by username and host if they are currently ingame for 15 minutes, or the time specified."
 
"ban", "ban [player name] [minutes]", "Bans player by username and host if they are currently ingame for 15 minutes, or the time specified."
 +
 
"banid", "banid [player id] [minutes]", "Bans player by username and host if they are currently ingame for 15 minutes, or the time specified. Use /players for ID's list."
 
"banid", "banid [player id] [minutes]", "Bans player by username and host if they are currently ingame for 15 minutes, or the time specified. Use /players for ID's list."
 +
 
"banhost", "banhost [player name] [minutes]", "Bans player by host, and username if they are currently ingame for 15 minutes, or the time specified."
 
"banhost", "banhost [player name] [minutes]", "Bans player by host, and username if they are currently ingame for 15 minutes, or the time specified."
 +
  
 
"unbanhost", "unbanhost [player host]", "Unbans player host/IP."
 
"unbanhost", "unbanhost [player host]", "Unbans player host/IP."
 +
 
"unban", "unban [player name]", "Unbans player host/IP."
 
"unban", "unban [player name]", "Unbans player host/IP."
 +
  
 
"freezeid", "freezeid [player id]", "Freezes a player by ID. Use /players for ID's list."
 
"freezeid", "freezeid [player id]", "Freezes a player by ID. Use /players for ID's list."
 +
 
"unfreezeid", "freezeid [player id]", "Unfreezes a player by ID. Use /players for ID's list."
 
"unfreezeid", "freezeid [player id]", "Unfreezes a player by ID. Use /players for ID's list."
 +
  
 
"msg", "msg [text]", "Send message to all players."
 
"msg", "msg [text]", "Send message to all players."
 +
  
 
"loadmap", "loadmap [name]", "Loads the map from the folder Maps/[name].kag."
 
"loadmap", "loadmap [name]", "Loads the map from the folder Maps/[name].kag."
 +
 
"loadbitmap", "loadbitmap [name]", "Loads the map from the folder Maps/[name].png."
 
"loadbitmap", "loadbitmap [name]", "Loads the map from the folder Maps/[name].png."
 +
 
"savemap", "savemap [name]", "Saves the map into a file in the folder Maps/[name].png."
 
"savemap", "savemap [name]", "Saves the map into a file in the folder Maps/[name].png."
 +
  
 
"restartserver", "restartserver", "Shuts down and runs dedicatedserver again."
 
"restartserver", "restartserver", "Shuts down and runs dedicatedserver again."
 +
  
 
"swapid", "swapid [player id]", "Swaps the players team. Use /players for ID's list."
 
"swapid", "swapid [player id]", "Swaps the players team. Use /players for ID's list."

Latest revision as of 16:54, 19 July 2012

"echo", "echo [string]. Ex. echo echo!", "This command echoes the given string to console."

"help", "help", "This command returns the list of available commands with their usage."

"list", "list [command]. Ex. list cls", "Return the list of available commands."

"quit", "quit", "Quit the game."

"cls", "cls", "Clears the console messages."

"v_restart", "v_restart", "Restarts the video engine."


"rcon", "rcon [console_command]", "Remote console to game server. Dispatch server console commands with /rcon prefix."

"login", "login [password]", "Login to remote console."

"logout", "logout", "Logout of remote console."


"netobjects", "netobjects", "Prints all netobjects."

"netobjects2", "netobjects2", "Prints all historical netobjects."


"get", "get [filename]", "Downloads file from server (located in from /Base)."


"restartmap", "restartmap", "Restarts the current map or generates a new map."

"nextmap", "nextmap", "Starts the next map in mapcycle."


"kick", "kick [player name]", "Kicks a player."

"kickid", "kickid [player id]", "Kicks a player by ID. Use /players for ID's list."

"kickhid", "kickhid [player hid]", "Kicks a player by HID."

"kickhost", "kickhost [player host]", "Kicks a player by host number."


"players", "players", "Lists all players with ID's."


"reloadsecurity", "reloadsecurity", "Reloads the security file, so bans and security levels added outside of the game can be loaded."

"printseclevs", "printseclevs", "Prints the security levels currently in effect."


"listbans", "listbans", "List all currently active bans with reasons."

"ban", "ban [player name] [minutes]", "Bans player by username and host if they are currently ingame for 15 minutes, or the time specified."

"banid", "banid [player id] [minutes]", "Bans player by username and host if they are currently ingame for 15 minutes, or the time specified. Use /players for ID's list."

"banhost", "banhost [player name] [minutes]", "Bans player by host, and username if they are currently ingame for 15 minutes, or the time specified."


"unbanhost", "unbanhost [player host]", "Unbans player host/IP."

"unban", "unban [player name]", "Unbans player host/IP."


"freezeid", "freezeid [player id]", "Freezes a player by ID. Use /players for ID's list."

"unfreezeid", "freezeid [player id]", "Unfreezes a player by ID. Use /players for ID's list."


"msg", "msg [text]", "Send message to all players."


"loadmap", "loadmap [name]", "Loads the map from the folder Maps/[name].kag."

"loadbitmap", "loadbitmap [name]", "Loads the map from the folder Maps/[name].png."

"savemap", "savemap [name]", "Saves the map into a file in the folder Maps/[name].png."


"restartserver", "restartserver", "Shuts down and runs dedicatedserver again."


"swapid", "swapid [player id]", "Swaps the players team. Use /players for ID's list."