Framework cheat sheet
QBCore vs ESX vs vRP vs Atlas — one table, then pick a how-to.

Pick your path
| You used | Start here |
|---|---|
| QBCore / Qbox-ish | From QBCore |
| ESX Legacy | From ESX |
| vRP / vRPex | From vRP |
| Brand new | Create first script |
| Want the full pack list | Gameplay packs tour |
| Want retention / shops / family | Engagement tour |
Universal rules (all ecosystems)
- Server decides money, items, jobs, spawn.
shared_script '@atlas_core/imports.lua'Atlas.Inventory— never raw ox from gameplay.- Inventory results: check
ok. - Locales live in
atlas_extrashub. - Appearance is
illenium-appearance(not legacyatlas_appearance).

Surfaces you’ll touch
| Area | Scripts |
|---|---|
| Arrival | atlas_multichar, illenium-appearance |
| Daily | atlas_hud, atlas_chat, ox_inventory |
| Vehicles | atlas_garages, atlas_vehiclekeys, atlas_dealerships, atlas_mechanicsystem |
| Property | atlas_realestate |
| Jobs | atlas_departments, atlas_ambulance, atlas_xray, atlas_gangOrg, atlas_finance |
| Activities | atlas_fishing, atlas_airdrops, atlas_drivingschool, atlas_freerunning |
| Atlas Main | atlas_rage hub |
| Retention | atlas_coinshop, atlas_playtimeshop, atlas_dailyrewards, atlas_weeklyquest, atlas_family |
| Staff | atlas_admin, atlas_mapeditor |
Explore visually: Ecosystem · Resource catalog
Atlas