Difference between revisions of "Console"

From Wurmpedia
Jump to navigation Jump to search
(Cleanup, along with Key bindings)
(Updates for recent and upcoming changes)
Line 7: Line 7:
 
Legend: <name> is a mandatory argument, [name] is an optional argument, (name|other) is an argument which requires one of the listed values.
 
Legend: <name> is a mandatory argument, [name] is an optional argument, (name|other) is an argument which requires one of the listed values.
  
 +
; bind <key> : Shows the current binding for the given key.
 
; bind <key> <action> : Binds the key to the specified action. See [[key bindings]] for more information on <key> and <action> values.
 
; bind <key> <action> : Binds the key to the specified action. See [[key bindings]] for more information on <key> and <action> values.
 
; bind <key> "<text>" : Binds the key to a console command. Pressing the key will act as if you had typed the text into the console. See [[key bindings]] for more information.
 
; bind <key> "<text>" : Binds the key to a console command. Pressing the key will act as if you had typed the text into the console. See [[key bindings]] for more information.
; cmd <num> : Raw [[fight]] commands; use with care.
+
; cmd <num> <span style="color:red">(Removed in 2.7.0)</span> : Raw [[fight]] commands; use with care.
 
; dump (debug | skills) : Saves the specified data to a file in the [[player]]'s dumps directory.
 
; dump (debug | skills) : Saves the specified data to a file in the [[player]]'s dumps directory.
 
; dump (binds | options) : Dumps the specified data to the console.
 
; dump (binds | options) : Dumps the specified data to the console.
 
; exec <filename> : Executes each line in the file as a console command.
 
; exec <filename> : Executes each line in the file as a console command.
; fightmove<1-5> : Use fight special move 1-5. (No space in the command.)
+
; fightmove<1-5> <span style="color:red">(Removed in 2.7.0)</span> : Use fight special move 1-5. (No space in the command.)
; irc [server] [port] : Connects to the specified [[IRC]] network. Defaults are irc.heavenlyplace.net and 6667.
+
; irc [server] [port] : Connects to the specified [[IRC]] network. Defaults are isis.heavenlyplace.net and 6667. <br> If the defaults are used, the client also autoconnects to #wurm
 
; ircsay <text> : Sends the text to the topmost IRC window.
 
; ircsay <text> : Sends the text to the topmost IRC window.
 
; quit : Opens the quit dialog
 
; quit : Opens the quit dialog
Line 22: Line 23:
 
; screenshot : Creates a screenshot (in the player's screenshot directory)
 
; screenshot : Creates a screenshot (in the player's screenshot directory)
 
; sensitivity <0-10> : Changes mouse sensitivity to the given value. Note that this only changes the senstivity when looking around.
 
; sensitivity <0-10> : Changes mouse sensitivity to the given value. Note that this only changes the senstivity when looking around.
 +
; setoption <string> : Displays a list of options whose name matches the string.
 
; setoption <option_name> <option_value> : Changes a game option without restarting. Not all options can be changed while playing. Look in gamesettings.txt for option names and value hints.
 
; setoption <option_name> <option_value> : Changes a game option without restarting. Not all options can be changed while playing. Look in gamesettings.txt for option names and value hints.
; showbml <filename> : Parses the file as [[BML]] and displays it
+
; showbml <filename> <span style="color:red">(Removed in 2.7.0)</span> : Parses the file as [[BML]] and displays it
; switchlight : Toggles between old and new light code
+
; switchlight <span style="color:red">(Removed in 2.6.8)</span> : Toggles between old and new light code
 
; toggle (console | fightspam | fps | gui | [[healthbar]] | [[improve]] | [[inventory]] | keyboard_hints | [[skills]] | [[spelleffects]] | [[stats]] | [[target]] | wikisearch* | [[compass]]* | [[toolbelt]]*) : Toggles the specified feature. Most control display of [[HUD]] components.
 
; toggle (console | fightspam | fps | gui | [[healthbar]] | [[improve]] | [[inventory]] | keyboard_hints | [[skills]] | [[spelleffects]] | [[stats]] | [[target]] | wikisearch* | [[compass]]* | [[toolbelt]]*) : Toggles the specified feature. Most control display of [[HUD]] components.
 
; wiki <title> : Opens a window with the specified wiki page.
 
; wiki <title> : Opens a window with the specified wiki page.

Revision as of 04:40, 9 January 2010

Main Page / Console

The console is a window for entering text commands to the Wurm client. It can be opened using F1 in the default key bindings ( F9 in the current unstable client). Console commands should not be confused with chat commands or actions.

Commands

Legend: <name> is a mandatory argument, [name] is an optional argument, (name|other) is an argument which requires one of the listed values.

bind <key> 
Shows the current binding for the given key.
bind <key> <action> 
Binds the key to the specified action. See key bindings for more information on <key> and <action> values.
bind <key> "<text>" 
Binds the key to a console command. Pressing the key will act as if you had typed the text into the console. See key bindings for more information.
cmd <num> (Removed in 2.7.0) 
Raw fight commands; use with care.
dump (debug | skills) 
Saves the specified data to a file in the player's dumps directory.
dump (binds | options) 
Dumps the specified data to the console.
exec <filename> 
Executes each line in the file as a console command.
fightmove<1-5> (Removed in 2.7.0) 
Use fight special move 1-5. (No space in the command.)
irc [server] [port] 
Connects to the specified IRC network. Defaults are isis.heavenlyplace.net and 6667.
If the defaults are used, the client also autoconnects to #wurm
ircsay <text> 
Sends the text to the topmost IRC window.
quit 
Opens the quit dialog
reallyquit 
Quits the client without asking for confirmation
refresh
Reloads the game graphics
say <text> 
Sends the specified text to the local chat window. (Access other chat windows using /tell, /shout, /village)
screenshot 
Creates a screenshot (in the player's screenshot directory)
sensitivity <0-10> 
Changes mouse sensitivity to the given value. Note that this only changes the senstivity when looking around.
setoption <string> 
Displays a list of options whose name matches the string.
setoption <option_name> <option_value> 
Changes a game option without restarting. Not all options can be changed while playing. Look in gamesettings.txt for option names and value hints.
showbml <filename> (Removed in 2.7.0) 
Parses the file as BML and displays it
switchlight (Removed in 2.6.8) 
Toggles between old and new light code
toggle (console | fightspam | fps | gui | healthbar | improve | inventory | keyboard_hints | skills | spelleffects | stats | target | wikisearch* | compass* | toolbelt*) 
Toggles the specified feature. Most control display of HUD components.
wiki <title> 
Opens a window with the specified wiki page.