Provides easier access to machines and producers in the game.
Hit a configurable key to instantly collect output items from nearby producers.1
| Config Option | Description | Default Value | Other Value(s) |
|---|---|---|---|
| CollectItems | Assigns the keybind for collecting items. | "Delete" |
Any valid button code.1 |
| CollectOutputDistance | Limits the distance that a producer can be collected from. | 15 | Any positive integer. |
| DoDigSpots | Indicates whether Collect Outputs will grab from dig spots. | true |
true or false |
| DoForage | Indicates whether Collect Outputs will drop forage as debris. | true |
true or false |
| DoMachines | Indicates whether Collect Outputs will collect from machines. | true |
true or false |
| DoTerrain | Indicates whether Collect Outputs will interact with terrain such as Trees and Bushes. | true |
true or false |
See Button Codes.
Hit a configurable key to instantly dispense input items into nearby producers.1
| Config Option | Description | Default Value | Other Value(s) |
|---|---|---|---|
| DispenseItems | Assigns the keybind for dispensing items. | "Insert" |
Any valid button code.1 |
| DispenseInputDistance | Limits the distance that a producer can be dispensed into. | 15 | Any positive integer. |
See Button Codes.
Replace any or all of the icons for the Collect Output or Dispense Input buttons by editing the image1:
furyx639.EasyAccess/Icons.
Sample content.json:
- See the Edit Image docs for Content Patcher.
See here for the base translation file.
| Language | Status | Credits |
|---|---|---|
| Chinese | ❌️ Not Translated | |
| French | ❌️ Not Translated | |
| German | ❌️ Not Translated | |
| Hungarian | ❌️ Not Translated | |
| Italian | ❔ Incomplete | zomboide |
| Japanese | ❌️ Not Translated | |
| Korean | ✔️ Complete | wally232 |
| Portuguese | ✔️ Complete | Aulberon |
| Russian | ❌️ Not Translated | |
| Spanish | ❌️ Not Translated | |
| Turkish | ❌️ Not Translated |
{ "Format": "1.24.0", "Changes": [ { "Action": "EditImage", "Target": "furyx639.EasyAccess/Icons", "FromFile": "assets/MyDispenseItemsButton.png", "FromArea": {"X": 0, "Y": 0, "Width": 16, "Height": 16}, "ToArea": {"X": 16, "Y": 0, "Width": 16, "Height": 16} }, ] }