Client Key Bindings

From Wurmpedia
Jump to navigation Jump to search

Main Page :: Client Key Bindings

Introduction

Key bindings are defined in the keybindings.txt file, which is automatically updated if you rebind keys while playing. Other commands that should be run on update can be put in autorun.txt.

Default files

[autorun.txt]
toggle keyboard_hints
[keybindings.txt]
bind w move_forward
bind s move_back
bind a move_left
bind d move_right
bind q turn_left
bind e turn_right
bind x autorun
bind c center_view

bind up move_forward
bind down move_back
bind left turn_left
bind right turn_right
bind page_up autorun
bind page_down center_view
bind insert strafe
bind home turn_up
bind end turn_down

// Stance selects
bind NUMPAD0 STRAFE
bind NUMPAD1 "cmd 294"
bind NUMPAD2 "cmd 297"
bind NUMPAD3 "cmd 312"
bind NUMPAD4 "cmd 291"
bind NUMPAD5 "cmd 303"
bind NUMPAD6 "cmd 309"
bind NUMPAD7 "cmd 288"
bind NUMPAD8 "cmd 300"
bind NUMPAD9 "cmd 306"

// Window toggles
bind F1 "toggle console"
bind F2 "toggle skills"
bind F3 "toggle inventory"
bind F4 "toggle stats"

// Other function keys
bind F5 "say /sleep"
bind F6 "say /time"
bind F7 "say /weather"
bind F8 "say /fl"
//bind F9 ""
bind f10 "toggle gui"
bind f11 "screenshot"
bind f12 "quit"

// Toolbelt
bind 1 activate_tool1
bind 2 activate_tool2
bind 3 activate_tool3
bind 4 activate_tool4
bind 5 activate_tool5

// Misc keys
bind enter toggle_chat
bind t toggle_chat
bind tab next_tab

Customization

For faster access to drop, take and examine:

bind y drop
bind u examine
bind i take

The following opens windows when the client loads:

toggle skills
toggle inventory
toggle stats

This stops JK chat from loading when the game starts (But sometimes someone gets in a message before it takes effect. Placing it at the top of the file may help.)

say /kchat

You could add this to know how much sleep bonus you have when you log in:

say /sleep

this would work best at the bottom of the file I think.

The new IRC Commands:

Irc [Server] [Port]

Ircsay [Msg]

Irc [Server] [Port]: This opens the IRC windows in the provided server and port, Heavenly place by Default.

Ircsay [Msg]: Says the given text in the IRC, could be used to auto identify your self by pressing F7

bind f7 "ircsay /identify *password*

Could also be used to Auto-Load the irc once the game starts by adding

irc

In the autorun.txt file

Note: the Brackets [] aren't needed in the commands, it can just be.

ircsay hey guys

Another command is exec, it's useful for loading a sequence of commands from a text file, among other things...

It could be used like this...

bind F7 "exec irc.txt"

irc.txt could have the following in it...

ircsay /identify PASSWORD
ircsay /join #town
ircsay Hey guys.

For more information about the new IRC commands, visit the Setting up IRC in the client page.