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.FIVEMANAGEFiveManage is the supported storage provider.
Config.Photos.Storage.Providers.FiveManage.APIKey = 'YOUR_API_KEY'The resource ships with a placeholder API key. Replace it with your own FiveManage API key before generating photos, or uploads will fail or go to the wrong account.
Last updated