Getting Started
Common setup
Most Raven Scripts resources (rv_*) share the same production habits. Follow this once, then open the script page for product-specific steps.
Before you install any script
- Confirm your stack
Framework (QB / ESX / Qbox / standalone), inventory, target, and SQL resource.
- Install dependencies first
Typical:
oxmysql,ox_lib, core, inventory, target — then the Raven resource. - Place the resource
Keep the folder name (
rv_computer,rv_medical, …) andensurethat exact name. - Import items / SQL when required
Check each script README /
[INSTALL]folder. - Match config to your server
Framework, inventory, and target providers must match what you run.
- Restart and read the console
Fix the first red error before testing in-game.
Recommended ensure order
ensure oxmysql
ensure ox_lib
ensure qbx_core # or qb-core / es_extended
ensure ox_inventory
ensure ox_target
ensure rv_computer
ensure rv_medical
ensure rv_dispatch
Editable files
Customize config.lua, locales, and modules/editable/ (or client/server edit bridges). Do not patch escrow-protected cores.