BulkPickupMod
Pick up multiple ground items at once within a configurable radius, with auto-pickup toggle.BulkPickupMod
Pick up multiple ground items at once instead of one at a time.
How it works
Press and hold the pickup modifier within a configurable radius to sweep up every ground item at once. An optional auto-pickup mode picks up nearby items automatically on an interval.
Installation
Copy BulkPickupMod.dll to BepInEx\plugins\BulkPickupMod\.
Requires: BepInEx 5.4+
Configuration
Auto-generates on first launch at BepInEx\config\com.bulkpickup.htf.cfg.
| Key | Default | Description |
|---|---|---|
| PickupRadius | 3.0 | Radius around player that bulk-pickup sweeps |
| PickupModifier | "LeftShift" | Modifier key to hold for bulk pickup |
| AutoPickupEnabled | false | Auto-pickup nearby items on an interval |
| AutoPickupInterval | 1.0 | Seconds between auto-pickup sweeps |
| IgnoreFullInventory | true | Skip pickup when inventory is full |
Compatibility
Patches the item pickup flow and suppresses repeated PickUp sound clips during bulk collection (one clip per sweep). Builds against the How to Fish 1.0.11 game assemblies.
