JG Docs
Advanced Garages

Vehicle Images

Only available in v2.2.0 or newer

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

Vehicle thumbnails

To enable this feature, set Config.ShowVehicleImages = true

If you have addon vehicles and want to add images for them too:

  1. There is a folder in the root of the script called vehicle_images
  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 are using vehicle images within JG Dealerships, you don't need to duplicate them. JG Advanced Garages will automatically pull those images, so long as the feature is enabled within both scripts.