Dependencies

1 min readUpdated 3 weeks ago

Required

  • ml_bridge: Framework abstraction layer. Handles inventory, notifications, targets, logging, and all framework-specific logic
  • ox_lib: Utility library used for points, DUI, progress bars, and model loading
  • oxmysql: Database driver for persistent station storage and XP tables

Framework

server.cfg
1ensure qb-core
2ensure oxmysql
3ensure ox_lib
4ensure ml_bridge
5ensure ml_smelter_stations
server.cfg
1ensure qbx_core
2ensure oxmysql
3ensure ox_lib
4ensure ml_bridge
5ensure ml_smelter_stations
server.cfg
1ensure es_extended
2ensure oxmysql
3ensure ox_lib
4ensure ml_bridge
5ensure ml_smelter_stations
server.cfg
1ensure oxmysql
2ensure ox_lib
3ensure ml_bridge
4ensure ml_smelter_stations
Auto Detection

ml_bridge detects your framework automatically. No manual setup.

Optional

XP / Progression

  • ml_skills: Skill tree system. Set Config.XP.Provider = 'ml_skills' to use its leveling backend instead of the internal XP table
  • devhub_xp: DevHub XP system. Set Config.XP.Provider = 'devhub' and configure the export names in Config.XP.DevHub

Interaction

  • ox_target / qb-target: 3D targeting system for station interaction. Auto-detected by ml_bridge. Falls back to TextUI if no target system is available, or force TextUI with Config.Interaction = 'textui'