# Dependencies > Required and optional dependencies for ML Climatic Vitals Category: CLIMATIC VITALS · Source: https://miciomods.it/docs/ml-climaticvitals-dependencies · Last updated: 2026-07-05 ## Required - [ml_bridge](https://portal.cfx.re): Item registration, inventory checks, survival stats, notifications, login detection - [ox_lib](https://github.com/overextended/ox_lib): Keybinds (`lib.addKeybind`), zones (`lib.zones`), progress bars (`lib.progressBar`), cache system - [oxmysql](https://github.com/overextended/oxmysql): Database persistence for temperature state. Only required when `Config.EnableDB = true` ## Framework **QBCore** **server.cfg** ```cfg ensure qb-core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_climaticvitals ``` **QBox** **server.cfg** ```cfg ensure qbx_core ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_climaticvitals ``` **ESX** **server.cfg** ```cfg ensure es_extended ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_climaticvitals ``` **Standalone** **server.cfg** ```cfg ensure oxmysql ensure ox_lib ensure ml_bridge ensure ml_climaticvitals ``` > **INFO:** Auto Detection > > `ml_bridge` detects your framework automatically. No manual setup. ## Optional ### Weather Systems Any weather script that changes the native GTA weather just works, no integration needed. `ml_climaticvitals` reads weather via `GetPrevWeatherTypeHashName()` on the client. No direct integration needed. Compatible with: - vSync - qb-weathersync - cd_easytime - renewed-weathersync - Any script that calls `SetWeatherTypeNow`, `SetWeatherTypeOverTime`, or similar natives