Slash command

From Homecoming Wiki
Jump to navigation Jump to search

A slash command is text that causes special game client or game server functions.

Commands are prefixed by a forward slash in the chat input, or used in macros and keybinds.

Commands ignore case and underscores. For example, /hide_all and /HideAll are identical.

Player slash commands[edit | edit source]

These commands do not require any GM privileges, so can be used by any player.

/bind input command
Binds commands to an input.
/bind_load
Loads input-command binding pairs from keybinds.txt.
/bind_load_file name
Loads input-command binding pairs from a specified file.
/bind_load_file_silent name
Loads input-command binding pairs from a specified file, without printing a system message.
/bind_save
Saves input-command binding pairs to keybinds.txt.
/bind_save_file name
Saves input-command binding pairs to a specified file.
/bind_save_file_silent name
Saves input-command binding pairs to a specified file, without printing a system message.
/chat_load
Loads chat window settings from chat.txt.
/chat_load_file name
Loads chat window settings from a specified file.
/chat_save
Saves chat window settings to chat.txt.
/chat_save_file name
Saves chat window settings to a specified file.
/cmdlist
Prints list of all commands.
/disable2D (optional: integer)
Displays or changes 2D disabled mode. Warning: Setting a nonzero value hides the UI.
/fullscreen (optional: integer)
Displays or changes fullscreen mode.
/graphfps (optional: integer)
Displays or changes framerate graph setting. Graph shows milliseconds per frame. 0 is off, bitwise 1 shows SWAP, bitwise 2 shows GPU, bitwise 4 shows CPU, bitwise 8 shows SLI.
/maxfps (optional: integer)
Displays or changes maximum frames per second setting. 0 is unlimited.
/maxInactiveFps (optional: integer)
Displays or changes maximum inactive frames per second setting. Overrides /maxfps when a window other than the game is active. 0 is unlimited.
/maximize (optional: integer)
Displays or changes maximized window mode.
/maxrtframes (optional: integer)
Displays or changes number of frames to buffer ahead.
/netgraph (optional: integer)
Displays or changes network graph setting. 0 is off, 1 is ping, any other number is throughput.
/option_load
Loads miscellaneous game client settings from options.txt.
/option_load_file name
Loads miscellaneous game client settings from a specified file.
/option_save
Saves miscellaneous game client settings to options.txt.
/option_save_file name
Saves miscellaneous game client settings to a specified file.
/quit
Logs out, and shuts down the game client.
/quittologin
Logs out, and returns to login.
/quittocharacterselect
Leaves game on current character, and returns to character select.
/screen (optional: x y)
Displays or changes window size or fullscreen resolution to width x, height y. Example: /screen 1024 768
/show_bind input
Displays the command bound to an input.
/showfps (optional: number)
Displays or changes framerate monitor setting. 0 is off, any other number is on.
/unbind input
Resets an input to its default command.
/wdw_load
Loads UI window settings from wdw.txt.
/wdw_load_file name
Loads UI window settings from a specified file.
/wdw_save
Saves UI window settings to wdw.txt.
/wdw_save_file name
Saves UI window settings to a specified file.