For the complete documentation index, see llms.txt. This page is also available as Markdown.

How to Update

Use this guide when updating rcore_dealership to a newer version.

1

Make a backup

Back up the rcore_dealership folder from your resources folder.

Also back up your database before updating.

2

Download the latest version

Download the latest rcore_dealership files from CFX Portal.

3

Replace resource files

Replace the old resource folder with the new one.

Keep your custom config.lua and configs/*.lua files only after checking them against the new version.

4

Review configuration changes

Compare your old config files with the new ones and add any new options introduced in the update.

Dealerships, stock, employees, and upgrades are stored in the database and managed through /dealershipadmin, so they carry over automatically.

5

Re-seed vehicles if needed

If the update adds new vehicles, run dealership_seed_vehicles again from the server console to import them. Existing vehicles are not overwritten.

Last updated