Dependencies · origen_inventory
All dependencies listed below must be running before origen_inventory is started.
Required dependencies
| Resource | Source | Notes |
|---|---|---|
oxmysql | GitHub | Database driver. Required to persist stashes, glovebox, trunk and custom items. |
ox_lib | GitHub | Loaded from fxmanifest.lua (@ox_lib/init.lua). Required. |
/assetpacks | Built-in FiveM dependency | Asset streaming for inventory icons and props. |
Framework compatibility
origen_inventory auto-detects the running framework. The selection happens in config.lua via AutoSelectFramework().
| Framework | Detected resource | Config.Framework value |
|---|---|---|
| QBX Core | qbx_core | "qbx" |
| ESX | es_extended | "esx" |
| QBCore | qb-core | "qbcore" |
| Standalone | none of the above | "NONE" |
Auto-detection is evaluated at script start. If you change the framework on a live server you must restart origen_inventory.
Phone integration
Set Config.Phone.Resource in config.lua to integrate with a supported phone for shop/transfer notifications.
| Phone resource | Value | Status |
|---|---|---|
qs-smartphone-pro | "qs-smartphone-pro" | Supported |
qs-smartphone | "qs-smartphone-pro" | Supported (auto-detected by qs-smartphone-pro bridge) |
lb-phone | "lb-phone" | Supported |
| Disabled | "none" | No phone integration |
The compatible versions declared by the resource are:
lua
integrations '{"lb-phone": "2.3.7", "qs-smartphone-pro": "1.3.3", "esx": "1.13.4", "qbcore": "1.3.0"}'Optional integrations
| Resource | Required when | Notes |
|---|---|---|
origen_clothing | Config.Player.ClothesAsItem.Enable = true | Required to make clothing pieces behave as inventory items (CAI). |
qs-progressbar | Config.Progressbar = "qs-progressbar" | External progressbar provider. |
esx_progressbar | Config.Progressbar = "esx_progressbar" | External progressbar provider. |
qb-core progressbar | Config.Progressbar = "qb-core" | External progressbar provider. |
ox_lib progressbar | Config.Progressbar = "ox_lib" | External progressbar provider. Requires the @ox_lib/init.lua line in fxmanifest.lua to remain enabled. |
Do not enable provide 'ox_inventory' or provide 'qb-inventory' in fxmanifest.lua while the original inventory resource is still running. Either replace it or keep these provide lines commented out.