Possible mistakes

BAD IMAGE

If you get images like the one shown, it is because there is no time to generate the image. To solve this problem you can extend the time between garments in the config taking into account that 1000 = 1 second:

Photos.Sleep = 200

IMAGES DO NOT LOAD / MENU DOES NOT RUN SMOOTHLY

This is because the images you are loading are too heavy. Inside the script folder is attached a small program created in python to change the resolution of the images automatically. Follow the steps in the "Change image resolution" section for more details.

CHECKERED CLOTHES

The script collects all available garments from the server. This means that if there are 10 textures of a garment on the server but you have only added custom textures for 5 textures of that garment there will be 5 empty textures. This results in checkered clothes. To fix this you can simply add textures to those garments, or change it completely. Another option would be to add them to the blacklist in the config, so that they are not displayed.

ERROR ON OPENING

Last updated