A fully custom NUI inventory that replaces vorp_inventory's default interface while keeping all its server-side logic intact. Drop-in replacement — no changes to your item database, shops, or existing scripts.
---
Features
- Full VORP compatibility — items, weapons, money, gold, weight, secondary inventories (horse, store, containers) all work out of the box
- Player trading — visual trade UI with on-screen dot selector to target nearby players
- Give & drop — transfer items, weapons, money and gold to players within range
- Stats panel — health, hunger, thirst, temperature refreshed live while the inventory is open
- Location display — current region and town, resolved from coordinates with full RDR2 map coverage
- Clothing toggle — optional panel to show/hide individual clothing components via vorp_character
- Persistent layout — item order saved per character (KVP), survives relog
- Multilingual — French and English, switchable in config.lua
---
Dependencies
- vorp_core
- vorp_inventory
- vorp_character
---
Installation
Two small patches are required in vorp_inventory to redirect the key press and expose the full item list. The patched version is included in the package — full instructions in the README.
-- server.cfg (order matters)
ensure cs_inventory
ensure vorp_inventory