OrigenNetwork
Docs

Dependencies · origen_meth_lab

All dependencies listed below must be started before origen_meth_lab in your server.cfg.


Required

ResourceNotes
ox_libUsed for points, callbacks, TextUI, progress bars, and the locale system
oxmysqlAsync MySQL driver — the storage table is auto-created on first start when Config.AutoCheckSQL is enabled

Framework compatibility

origen_meth_lab supports multiple frameworks. The active framework is auto-detected on startup. You can also force it manually via BridgeConfig.Framework in config/bridge.lua.

FrameworkResource nameSupport
QBCoreqb-coreFull
QBX Coreqbx_coreFull
ESXes_extendedFull

Set BridgeConfig.Framework = 'custom' to provide your own implementation in bridge/framework/custom/.


Inventory compatibility

The inventory provider is auto-detected by default (BridgeConfig.Inventory = 'auto'). You can also force a specific provider.

InventoryResource name
ox_inventoryox_inventory
QBCore inventoryqb-inventory
PS Inventoryps-inventory
QS Inventoryqs-inventory
Codem Inventorycodem-inventory
Core Inventorycore_inventory
Origen Inventoryorigen_inventory
JPR Inventoryjpr-inventory
Tgiann Inventorytgiann-inventory

Other bridge modules

These modules are also auto-detected and can be forced via config/bridge.lua.

ModuleSupported resources
Fuellegacyfuel, ox_fuel, qb-fuel, ps-fuel, qs-fuelstations, cdn-fuel, esx-sna-fuel, lc_fuel, okokGasStation, bigDaddy-Fuel, renewed-Fuel, ti_fuel, x-fuel
Help Textox_lib, zsxui, cd_drawtextui, jg-textui, lab-HintUI, lation_ui, okokTextUI, origen_notify
Notifyox_lib, mythic_notify, okokNotify, pNotify, r_notify, t-notify, wasabi_notify, zsxui, fl-notify, brutal_notify, lation_ui, origen_notify
Targetox_target, qb-target, sleepless_interact
Progress Barox_lib, qb-progressbar, keep-progressbar, zsxui, lation_ui, wasabi_uikit
Vehicle Keyqb-vehiclekeys, qbx_vehiclekeys, qs-vehiclekeys, mk_vehiclekeys, okokGarage, t1ger_keys, wasabi_carlock, f_realcarkeyssystem, jacksam, mrnewbvehiclekeys, mVehicle, cd_garage, renewed-vehiclekeys

Every module accepts 'auto' (default), 'custom', or a direct resource name. Use 'custom' to wire your own logic in the matching bridge/{module}/custom/ folder.


cfg
ensure ox_lib
ensure oxmysql
 
# framework
ensure qb-core        # or qbx_core / es_extended
 
# inventory
ensure ox_inventory   # or your active inventory
 
ensure origen_meth_lab