OrigenNetwork
Docs

Dependencies · origen_inventory

All dependencies listed below must be running before origen_inventory is started.


Required dependencies

ResourceSourceNotes
oxmysqlGitHubDatabase driver. Required to persist stashes, glovebox, trunk and custom items.
ox_libGitHubLoaded from fxmanifest.lua (@ox_lib/init.lua). Required.
/assetpacksBuilt-in FiveM dependencyAsset streaming for inventory icons and props.

Framework compatibility

origen_inventory auto-detects the running framework. The selection happens in config.lua via AutoSelectFramework().

FrameworkDetected resourceConfig.Framework value
QBX Coreqbx_core"qbx"
ESXes_extended"esx"
QBCoreqb-core"qbcore"
Standalonenone 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 resourceValueStatus
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

ResourceRequired whenNotes
origen_clothingConfig.Player.ClothesAsItem.Enable = trueRequired to make clothing pieces behave as inventory items (CAI).
qs-progressbarConfig.Progressbar = "qs-progressbar"External progressbar provider.
esx_progressbarConfig.Progressbar = "esx_progressbar"External progressbar provider.
qb-core progressbarConfig.Progressbar = "qb-core"External progressbar provider.
ox_lib progressbarConfig.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.