# 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="/files/VmHvZ1JAI8cr4V6LihyY" alt="" width="305"><figcaption><p>Example of the menu without generated pictures</p></figcaption></figure> <figure><img src="/files/KpKYCbzVGWjIl3HewtPn" 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="/files/Kp5AYb231RfRa76GApwp" 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
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.17movement.net/character-system/missing-photos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
