JG Docs
Dealerships

Vehicle Images

Only available in Dealerships v1.2 or newer

You can now show little vehicle thumbnails in the Dealerships UI, as you can see below. This will automatically stay up to date with the latest DLC vehicles.

Vehicle thumbnails in showroom list

To enable this feature, set Config.ShowVehicleImages = true.

If you have addon vehicles, you can add images for these too:

  1. Find the vehicle_images folder in the root of the script
  2. Get a .png (has to be a png) of the addon vehicle (recommended 140x100px)
  3. Drag the .png into the vehicle_images folder
  4. Rename the file to the spawn code/model name of the vehicle - for example adder.png
  5. Go to fxmanifest.lua and add "vehicle_images/*", into the files table like this:

If you're using custom vehicle images in JG Advanced Garages, you don't need to duplicate them! JG Dealerships will automatically pull those images, so long as the feature is enabled in both scripts.