Installation
ORB Inventory is a full replacement for ox_inventory. Back up your current `ox_inventory` resource before installing.
Requirements
- FiveM server build 6116 or higher
- ox_lib ≥ 3.27.0
- oxmysql ≥ 2.7.3
- A supported framework: ox_core, ESX, QBox, or ND Core
Install
- 01Stop your server
- 02Remove (or move out of
resources/) your currentox_inventory - 03Extract ORB Inventory into
resources/ - 04Ensure it loads as your inventory resource in
server.cfg:
cfg
ensure ox_lib
ensure oxmysql
ensure ox_inventory_orbBecause scripts reference the inventory by resource name, most servers run it under the `ox_inventory` name. Follow the included README for the exact naming your setup expects, and migrate any `@ox_inventory` references accordingly.
Database
ORB Inventory uses the same database schema as ox_inventory. If you are migrating from a stock ox_inventory install, your data is compatible — no conversion needed. Conversion helpers from other inventories are included under setup/.
Configuration
All of ox_inventory's normal convars apply (slots, weight, target, keys, image path, and so on). Set them in server.cfg exactly as you would for ox_inventory, for example:
cfg
setr inventory:slots 50
setr inventory:weight 30000