Some mods target the Mono version of the game, which is available by opting into the Steam beta branch "alternate"
AutomaticDeliveryUnloads
Lets you assign handlers to automatically unload your cargo deliveries to storage racks or machines
| Last updated | 2 days ago |
| Total downloads | 89 |
| Total rating | 0 |
| Categories | Mono |
| Dependency string | notsurewhattoputhere-AutomaticDeliveryUnloads-0.2.0 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
LavaGang-MelonLoader
The World's First Universal Mod Loader for Unity Games compatible with both Il2Cpp and Mono
Preferred version: 0.7.1README
# Automated Delivery Unloading by Handlers
This mod allows you to configure the delivery bays at properties you own as source targets for handler tasks. This allows automating delivery unloading in the game
FYI: all the code for this (and the icon) is AI generated
⚠️ Requires Alternate (Mono) branch
(In steam, right click the game select properties -> Betas and select alternate)
## Requirements
- MelonLoader (Thunderstore dependency: LavaGang-MelonLoader-0.7.1)
## How to use (in-game)
1. Hire at least one **Handler**.
2. Equip the **Management Clipboard** and configure the Handler.
3. Go to **Routes** and add a route:
- **Source:** Loading Dock 1 (or 2, 3, etc.)
- **Destination:** the specific rack/shelf you want deliveries unloaded into
4. When a delivery van arrives at that loading dock, the Packager will unload it using the configured route.
## What this mod changes
- When a delivery vehicle is assigned to a loading dock as a *static occupant*, the loading dock's OutputSlots are populated from the vehicle storage slots immediately.
- (Optional) Updates the first loading dock access point to a reasonable position behind the parked vehicle for NPC pathing.
## Troubleshooting
- If nothing unloads, verify you actually assigned a **Route** to a Packager (Packagers only move items along configured routes).
- Ensure the destination entity you picked is a valid transit destination and can accept the delivered item types.
## Changelog
### 0.1.0
- Initial release.