Difference between revisions of "Guides:Quickswitch hotkeys"
m (Added categories) |
Ostentatio (talk | contribs) m (Ostentatio moved page Quickswitch hotkeys to Guides:Quickswitch hotkeys without leaving a redirect: Wrong namespace) |
||
(10 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{guide}} | |
− | |||
− | |||
− | |||
= Description = | = Description = | ||
− | This page has been written by me to act as an example of how powerful hotkeys can be in Wurm. Users may take what I have here and copy it in its entirety or they can adapt it to their own needs. | + | This page has been written by me to act as an example of how powerful hotkeys can be in Wurm. Users may take what I have here and copy it in its entirety or they can adapt it to their own needs. These commands '''no longer''' require the unstable client and as such many people seem to know nothing about them. Hopefully that will change now that the clients are merged. |
Line 12: | Line 9: | ||
− | The system below revolves around the use of {{key|W}}{{key|S}}{{key|A}}{{key|D}} and the mouse as movement controls. {{key|Q}} and {{key|E}} are easy | + | The system below revolves around the use of {{key|W}}{{key|S}}{{key|A}}{{key|D}} and the mouse as movement controls. {{key|Q}} and {{key|E}} are easy take and drop access. {{key|Tab}} is used to activate. This leaves {{key|X}} and {{key|C}} as our quickswitch hotkeys. If I am imping then these are [[Repairing|repair]] and [[improve]] respectively, in mining they are [[Prospecting|prospect]] and [[Mining|mine]] respectively, etc. I also use the {{key|Shift}} as a modifier, but {{key|Z}} and {{key|V}} could be used aswell. To switch between them you simply press the relevent button. For example woodcutting is {{key|Shift-F1}}. When combined with a [[toolbelt]] and its number shortcuts it becomes simple and efficient. |
Line 32: | Line 29: | ||
</pre> | </pre> | ||
− | *wood.txt - Also includes | + | *wood.txt - Also includes pruning and [[sprout]] picking. |
<pre> | <pre> | ||
bind X CHOP_UP | bind X CHOP_UP | ||
Line 56: | Line 53: | ||
bind X REPAIR | bind X REPAIR | ||
bind C IMPROVE | bind C IMPROVE | ||
+ | bind SHIFT-C FINISH | ||
</pre> | </pre> | ||
− | *farm.txt - Includes | + | *farm.txt - Includes grooming |
<pre> | <pre> | ||
bind x GROOM | bind x GROOM |
Latest revision as of 18:44, 15 March 2022
Note: This article is the opinion or suggestion of one or more players. Information in player-made guides are not maintained by the Wurmpedia staff. It is subject to player opinions, and information may not be factually accurate or up-to-date. For updated game mechanics information, check the main namespace articles. |
Description
This page has been written by me to act as an example of how powerful hotkeys can be in Wurm. Users may take what I have here and copy it in its entirety or they can adapt it to their own needs. These commands no longer require the unstable client and as such many people seem to know nothing about them. Hopefully that will change now that the clients are merged.
There are so many actions in wurm that binding them all would take up most of the keyboard. Listed in the #Files section below are the commands needed to allow you to quickly switch between jobs at the press of a button. Imping your tools and need to chop some wood? Easy.
The system below revolves around the use of
W
S
A
D and the mouse as movement controls.
Q and
E are easy take and drop access.
Tab is used to activate. This leaves
X and
C as our quickswitch hotkeys. If I am imping then these are repair and improve respectively, in mining they are prospect and mine respectively, etc. I also use the
Shift as a modifier, but
Z and
V could be used aswell. To switch between them you simply press the relevent button. For example woodcutting is
Shift-F1. When combined with a toolbelt and its number shortcuts it becomes simple and efficient.
- miceless 10:32, 14 December 2009 (CST)
Files
Place the following files in your config directory. You will have to create some of them.
- autorun.txt
bind tab activate bind q take bind e drop bind shift-F1 "exec wood.txt" bind shift-F2 "exec dig.txt" bind shift-F3 "exec mine.txt" bind shift-F4 "exec imp.txt" bind shift-F5 "exec farm.txt"
- wood.txt - Also includes pruning and sprout picking.
bind X CHOP_UP bind SHIFT-X PRUNE bind C CUT_DOWN bind SHIFT-C PICK_SPROUT
- dig.txt
bind X DIG bind SHIFT-X FLATTEN
- mine.txt
bind X PROSPECT bind C MINE_FORWARD
- imp.txt
bind X REPAIR bind C IMPROVE bind SHIFT-C FINISH
- farm.txt - Includes grooming
bind x GROOM bind C FARM bind SHIFT-C HARVEST