# Configuration

* 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

{% hint style="danger" %}
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
{% endhint %}

{% hint style="warning" %}
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
{% endhint %}

{% file src="<https://4276650587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVpsT0CEZ6FFjUJ4WIhHY%2Fuploads%2FUAvy0NvedJ05jOI2tHtQ%2Fstream.zip?alt=media&token=a1e73575-f6a0-4ab8-bba1-a758576c3074>" %}

| 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}`

{% hint style="danger" %}
If you are using a CDN, please put your images on your server and change the URL in the `shared.lua` configuration file; otherwise, set `Shared.UseCdn -> false` and ensure that the clothing folder is placed in the `build/images` directory.
{% endhint %}
