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

Photos

Edit rcore_dealership/configs/config.photos.lua to set where vehicle preview photos are stored.

The script can generate a showroom photo of every vehicle model for the dealership UI (see Photo Mode). Those images are uploaded to an external host.

๐Ÿ“ท Storage Provider

Config.Photos.Storage.Type = PhotoStorageType.FIVEMANAGE

FiveManage is the supported storage provider.

Config.Photos.Storage.Providers.FiveManage.APIKey = 'YOUR_API_KEY'

Last updated