You are viewing a potentially older version of this package.
View all versions.
BulkPickupMod
Pick up multiple ground items at once within a configurable radius, with auto-pickup toggle.
By Sinner2001
| Date uploaded | a day ago |
| Version | 1.3.0 |
| Download link | Sinner2001-BulkPickupMod-1.3.0.zip |
| Downloads | 189 |
| Dependency string | Sinner2001-BulkPickupMod-1.3.0 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2305README
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.