# Missing Photos?

This script comes with a feature called **Photos Generation Tool**. The tool allows you to automatically generate and save pictures of all clothes that exist on your server.

If you use addon or replace clothes on your server, it is necessary to run this tool to make sure the pictures display correctly in the skin menu.

<div align="center" data-full-width="false"><figure><img src="https://3673882971-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFxWJGV2Spk1WhY0R0XVU%2Fuploads%2FcRvKxAUUH3JEmYmjtat1%2Fimage.png?alt=media&#x26;token=eedacf24-76c8-4531-9228-9d3ba16e28e4" alt="" width="305"><figcaption><p>Example of the menu without generated pictures</p></figcaption></figure> <figure><img src="https://3673882971-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFxWJGV2Spk1WhY0R0XVU%2Fuploads%2FvfQOpJZsSvRACbAXDTGk%2Fobraz_2025-09-17_132710568.png?alt=media&#x26;token=bd476023-f609-4966-ba1f-eca08cdb16dc" alt="" width="305"><figcaption><p>Example of the menu with generated pictures</p></figcaption></figure></div>

***

To run the tool, use the command  `/photos`  or use one of these methods:

* **With event**: `17mov_CharacterSystem:OpenClothesPhotos`
* **With export**: `exports["17mov_CharacterSystem"]:OpenClothesPhotos()`

## Main Menu

The main menu looks like this:

<figure><img src="https://3673882971-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FFxWJGV2Spk1WhY0R0XVU%2Fuploads%2FRs1UaA8nHqjCM1qQuiI4%2Fimage.png?alt=media&#x26;token=56d8e06f-d2a0-4d41-a1f3-5d94c01160ac" alt=""><figcaption></figcaption></figure>

To start, press **Start**, then wait around **10–30 minutes** *(time depends on amount of addon clothes)* for the system to take pictures of all clothes and props.

### Console Output During Work

While the tool is running, the server console will show information about the status of saving pictures.

```markdown
[script:17mov_Charact] [INFORMATION]: Saved photo. Model: mp_m_freemode_01, component: torso_1, drawable: 49
[script:17mov_Charact] [INFORMATION]: Saved photo. Model: mp_m_freemode_01, component: torso_1, drawable: 50
[script:17mov_Charact] [INFORMATION]: Saved photo. Model: mp_m_freemode_01, component: torso_1, drawable: 51
[script:17mov_Charact] [INFORMATION]: Saved photo. Model: mp_m_freemode_01, component: torso_1, drawable: 52
[script:17mov_Charact] [INFORMATION]: Saved photo. Model: mp_m_freemode_01, component: torso_1, drawable: 53
[script:17mov_Charact] [INFORMATION]: Saved photo. Model: mp_m_freemode_01, component: torso_1, drawable: 54
[script:17mov_Charact] [INFORMATION]: Saved photo. Model: mp_m_freemode_01, component: torso_1, drawable: 55
[script:17mov_Charact] [INFORMATION]: Saved photo. Model: mp_m_freemode_01, component: torso_1, drawable: 56
```
