~/docs/clothes-shop-v2/configuration
clothes shop v2 docs›
Clothes Shop V2
Configuration
-- 1 min read
- Default language (
Shared.Language) with dynamic locale loading - Automatic detection of ESX/QBCore/Standalone environments
- Currency type, police job, harvest cooldown, and blip/marker display settings
Image generation command
Because the images are too heavy you have to make the screens yourself so you have to place the images of the clothes in the build/clothing/male female... folder
If you want to use this command you have to uncomment the client.js / server.js and download the stream folder and put it to Var-ClothesShop_V2
| Command | Description |
|---|---|
/screenshot |
Initiate the clothing screenshot process |
/customscreenshot <component> <drawable/all> <props/clothing> <male/female/both> <camerasettings(optional)> |
Capture a specific clothing item, with optional custom camera settings specified in the format outlined in config.json. |
Example : /customscreenshot 11 17 clothing male {"fov": 55, "rotation": { "x": 0, "y": 0, "z": 15}, "zPos": 0.26} /customscreenshot 11 all clothing male {"fov": 55, "rotation": { "x": 0, "y": 0, "z": 15}, "zPos": 0.26}
If you are using a CDN, please put your images on your server and change the URL in the
shared.luaconfiguration file; otherwise, setShared.UseCdn -> falseand ensure that the clothing folder is placed in thebuild/imagesdirectory.