Files
Main File - Version v1.0 Latest
Description
Auto Pickup Mod
Automatically grabs nearby items, dropped loot, and natural collectibles around your character. You can tweak the pickup radius and behavior via the config.
Customization
Edit main.lua with any text editor (e.g., Notepad). Modify the CONFIG table at the top:
– PICKUP_RANGE (Default: 1000 / 10 m): Suggested maximum for consistent pickup.
– ICON_DISPLAY_RANGE (Default: 1500 / 15 m): Affects icon visibility only; pickup still uses PICKUP_RANGE.
Range notes
– Practical limit: The game reliably picks up within ~10 m (~1000 cm). Values above 1000 can show icons farther away but won’t extend dependable auto‑pickup.
– Icons vs pickup: By default, icons show at ~15 m; auto‑pickup activates at ~10 m.
Speed tuning (v1.3)
Find this line to adjust polling:
local nextMs = (lastCandidateTick > 0 and idleSec > 3.0) and 800 or 250
– 800 ms: when idle ≥ 3 seconds.
– 250 ms: normal interval.
Lower values speed up detection.
Suggested:
– pickupInterval: 0.05–0.1
– Regular polling (250): 100–150 ms
– Idle polling (800→250): set to taste.
Installation
Requires UE4SS.
1) Install UE4SS for your game.
2) Download and extract the mod.
3) Place the mod folder (with main.lua) into: [Your Game Folder]\Binaries\Win64\UE4SS\Mods\
4) Launch the game.
Warning
Excessive pickup range can cause major FPS drops or crashes. Keep the radius reasonable.
Rate This Mod
Login to rate this mod.
by