This project provides a lightweight, performant solution for automating chest collection in grid-based or open-world environments. Built with transparency in mind, this open-source script allows developers and hobbyists to integrate "vacuum-style" looting mechanics into their projects without the overhead of proprietary plugins. Core Features
Adjust the GrabRadius and TickRate in the inspector. Why Open Source? Pro piece AUTO GRAB CHESTS – OPEN SOURCE
Prevents frame drops by processing chest openings in a staggered queue rather than all at once. This project provides a lightweight, performant solution for
Easily whitelist or blacklist specific chest types or rarity levels via a simple JSON config. Quick Start Clone the Repo: git clone https://github.com Why Open Source
We believe that core gameplay utilities should be accessible to everyone. By keeping this tool open-source, we ensure the code is audited for performance and remains compatible with the latest engine updates through community contributions.
Uses a spatial hashing algorithm to identify lootable containers within a configurable range.
This project provides a lightweight, performant solution for automating chest collection in grid-based or open-world environments. Built with transparency in mind, this open-source script allows developers and hobbyists to integrate "vacuum-style" looting mechanics into their projects without the overhead of proprietary plugins. Core Features
Adjust the GrabRadius and TickRate in the inspector. Why Open Source?
Prevents frame drops by processing chest openings in a staggered queue rather than all at once.
Easily whitelist or blacklist specific chest types or rarity levels via a simple JSON config. Quick Start Clone the Repo: git clone https://github.com
We believe that core gameplay utilities should be accessible to everyone. By keeping this tool open-source, we ensure the code is audited for performance and remains compatible with the latest engine updates through community contributions.
Uses a spatial hashing algorithm to identify lootable containers within a configurable range.