๐Ÿ“ธ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.

Example of the menu without generated pictures
Example of the menu with generated pictures

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()

The main menu looks like this:

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.

[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

Last updated