A real-time visual inventory overlay for Resident Evil 1 (Biohazard) Classic Rebirth.
This tool synchronizes with the game's memory to provide an external, real-time view of your current items and resources.
📹 Install video and showcase (Spanish)
- 8-Slot Dynamic Grid: Automatically displays item icons for all eight inventory slots
- Smart Quantity Positioning:
- Weapons: Displays counts on the left side of the slot.
- Consumables: Displays counts (ammo/ribbons) on the right side.
- Memory-Driven Updates: Polls the
Biohazard.exeprocess to reflect inventory changes in real-time. - Draggable window for custom placement.
- Language: AutoHotkey v1.1+
- Frequency: 250ms polling rate for low latency and minimal CPU impact.
- Process Hooking: 5s for autorehook in case process is closed.
The script expects an img/ folder containing:
inventory.png(GUI background)rightNumber.png(Panel to hide original UI)0.pngthrough112.png(Item icons corresponding to internal IDs)
