Difference between revisions of "Console"
Jump to navigation
Jump to search
m (cat fix) |
(Update, rewrite, merge with list of console commands) |
||
Line 1: | Line 1: | ||
− | + | Console commands are small commands to use in the console, to change settings. | |
− | + | ||
− | Console commands are small commands to use in the console, to change settings. | ||
These commands can also be used in [[Client Key Bindings|autorun.txt for defining key bindings]]. | These commands can also be used in [[Client Key Bindings|autorun.txt for defining key bindings]]. | ||
+ | == List of commands == | ||
− | + | ; bind <key> <action> : Binds the key to the specified action. In other words, pressing the key will act as if you typed the action into the console. | |
− | + | ; bind <key> "<action>" : Same as above | |
− | + | ; dump (skills) : Saves the specified data to a file. | |
− | + | ; exec <filename> : Executes the file (TODO: Define execute) | |
− | + | ; irc [server] [port] : Connects to the specified [[IRC]] network. Defaults are irc.heavenlyplace.net and 6667. | |
− | + | ; ircsay <text> : Sends the text to the topmost IRC window. | |
− | + | ; quit : Opens the quit dialog | |
− | + | ; screenshot : Creates a screenshot (in the screenshot folder) | |
− | + | ; sensitivity <0-10> : Changes mouse sensitivity to the given value | |
− | + | ; showbml <filename> : Parses the file as [[BML]] and displays it | |
− | + | ; toggle (console | inventory | keyboard_hints | skills | stats) : Toggles display of the specified [[HUD]] component | |
− | + | ; wiki <title> : Opens a window with the specified wiki page. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Legend: <name> is a mandatory argument, [name] is an optional argument, (name|other) is an argument which requires one of the listed values. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Category:Technical Details]] | [[Category:Technical Details]] | ||
[[Category:Babel/C]] | [[Category:Babel/C]] |
Revision as of 01:52, 24 January 2007
Console commands are small commands to use in the console, to change settings.
These commands can also be used in autorun.txt for defining key bindings.
List of commands
- bind <key> <action>
- Binds the key to the specified action. In other words, pressing the key will act as if you typed the action into the console.
- bind <key> "<action>"
- Same as above
- dump (skills)
- Saves the specified data to a file.
- exec <filename>
- Executes the file (TODO: Define execute)
- irc [server] [port]
- Connects to the specified IRC network. Defaults are irc.heavenlyplace.net and 6667.
- ircsay <text>
- Sends the text to the topmost IRC window.
- quit
- Opens the quit dialog
- screenshot
- Creates a screenshot (in the screenshot folder)
- sensitivity <0-10>
- Changes mouse sensitivity to the given value
- showbml <filename>
- Parses the file as BML and displays it
- toggle (console | inventory | keyboard_hints | skills | stats)
- Toggles display of the specified HUD component
- wiki <title>
- Opens a window with the specified wiki page.
Legend: <name> is a mandatory argument, [name] is an optional argument, (name|other) is an argument which requires one of the listed values.