User Tools

Site Tools


camodg

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
camodg [2024/07/24 11:49] frethcamodg [2026/04/16 20:21] (current) – [Binds] freth
Line 6: Line 6:
  
 The Custom Actions mod gives you the tools you need to combine actions and reduce stress on your hands, while at the same time getting things done quicker. The Custom Actions mod gives you the tools you need to combine actions and reduce stress on your hands, while at the same time getting things done quicker.
 +
 +Custom Actions keybinds are entered in the console window (F1), or loaded in from a file.
  
 Keybinds are what Custom Actions is all about.  Let's get started. Keybinds are what Custom Actions is all about.  Let's get started.
 +
 +===== Swapping Binds =====
 +
 +Put binds in text files in your **Wurm Unlimited/WurmLauncher/PlayerFiles/configs/default** folder and you can load them in using the **exec** command in the console.
 +
 +To make a text file without extension on Windows you have to enable the ability to see extensions in the File Explorer.  Then it will let you save a text file without an extension.  I don't use the .txt extension because it makes it easier to load files; you don't have to type .txt in the command.
 +
 +Examples with extension or without extension:
 +
 +```exec mytextfilename.txt```\\ 
 +```exec mytextfilename```
  
 ===== Syntax ===== ===== Syntax =====
Line 43: Line 56:
 | @tb{n} | Uses the specified action on item in toolbelt slot #n | | @tb{n} | Uses the specified action on item in toolbelt slot #n |
 | toolbelt | Activates the tool in belt slot <id> (1-10) | | toolbelt | Activates the tool in belt slot <id> (1-10) |
 +| target | Active combat target |
 +| @eq{n} | Worn item (see table below) |
  
 There are also a console commands.  There are also a console commands. 
Line 55: Line 70:
  
 ^ Command ^ Description ^ ^ Command ^ Description ^
 +| bind space "act 1 toolbelt %%|%% 153 hover" | Activate toolbelt slot 1 containing a satchel with seeds, (which activates a seed inside) and plant on the tile you're hovering over; or use tile instead of hover for the tile you're standing on|
 | bind space "act 3 toolbelt %%|%% 154 tile %%|%% 4 toolbelt %%|%% 318 tile" | Activate slot 3 (say, a shovel) and pack the tile you are standing on, after that it will activate slot 4 (say a rake) and cultivate the same tile | | bind space "act 3 toolbelt %%|%% 154 tile %%|%% 4 toolbelt %%|%% 318 tile" | Activate slot 3 (say, a shovel) and pack the tile you are standing on, after that it will activate slot 4 (say a rake) and cultivate the same tile |
 | bind r "act 163 hand" | Repair your current tool | | bind r "act 163 hand" | Repair your current tool |
Line 83: Line 99:
 |quiver|23| |quiver|23|
 |face|25| |face|25|
 +
 +===== Known Issues =====
 +
 +An action pointing to a hovered over item will fail after a spell cast action due to the fact that hover is not carried over after a spell cast.  The only fix is to make two separate binds and perform the actions independently.
  
 ===== Freth's Methods ===== ===== Freth's Methods =====
Line 118: Line 138:
  
 ```bind space "act 144 hover | 144 hover | 144 hover | 144 hover | 144 hover | 144 hover | 144 hover | 144 hover | 144 hover | 144 hover"``` ```bind space "act 144 hover | 144 hover | 144 hover | 144 hover | 144 hover | 144 hover | 144 hover | 144 hover | 144 hover | 144 hover"```
 +
 +=== Expand BSB Inside BCU ====
 +
 +A BCU (Bulk Container Unit) is a volume based mass storage unit that has four BSB's (Bulk Storage Bins) inside it.  A BCU itself can be used as a 100 item container if you expand it.  Items put inside a BCU show up in the list with the BSB's.
 +
 +A Custom Actions mod bind is required to be able to expand a BSB inside a BCU as the menu option does not appear.
 +
 +```bind space "act 959 hover"```
 +
 +Hover over a BSB inside the BCU and press space bar.
  
 === Felling, Chopping === === Felling, Chopping ===
Line 150: Line 180:
  
 ```bind space "act 145 hover | 145 hover | 145 hover | 145 hover | 145 hover | 145 hover | 145 hover | 145 hover | 145 hover | 145 hover"``` ```bind space "act 145 hover | 145 hover | 145 hover | 145 hover | 145 hover | 145 hover | 145 hover | 145 hover | 145 hover | 145 hover"```
 +
 +=== Place and Center ===
 +
 +Space on an item in inventory or on the ground starts placing the object.  Rotate it and left click and it will perform a center action immediately after.  This works for stacks as well.
 +
 +```bind space "act 925 hover | 864 hover"```
 +
 +=== Plan Roof Inside Mine ====
 +
 +A bind is required to plan a roof inside a mine.
 +
 +```bind space "act 507 hover"```
 +
 +Hover over the floor under where the roof will be and press space bar.
 +
 +=== Cast Strongwall and Eat Magic Mushroom ===
 +
 +Activate toolbelt slot 1, strongwall (hover), activate toolbelt slot 2 (satchel with magic mushrooms inside), eat mushroom.
 +
 +```bind space "act 1 toolbelt | 440 hover | 2 toolbelt | 182 tool"```
  
 === Tend and Harvest === === Tend and Harvest ===
camodg.1721839751.txt.gz · Last modified: by freth

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki