QBCore Vehicle Customizer
Configure a vehicle entry and generate the exact snippet for qb-core/shared/vehicles.lua - including correct quoting and price formatting.
qb-core shared/vehicles.lua entry
['sultan'] = {
['name'] = 'Sultan',
['brand'] = 'Karin',
['price'] = 15000,
['category'] = 'sedans',
},Paste into qb-core/shared/vehicles.lua. Restart the server or use the refresh command, then verify the vehicle appears in your dealership.
Tuning guidance
- Start with balanced presets (street, sport, track) and lock turbo behind progression or crafting.
- Keep paint presets accessible; limit rare pearlescent/livery combos to events or high-rank jobs.
- Normalize plate formats and lengths to avoid collisions in plate-based scripts.
- Document wheel/tint restrictions to avoid client/server desync in visuals.
Export & rollout
- Store your tuning profiles in version control alongside
vehicles.metaoverrides. - Add a smoke test: spawn vehicle, apply preset, and verify handling + resmon.
- Stage updates: push to a staging server first, then roll to production during low traffic.