Fivemanage Clothes Images
If you are using Fivemanage to store all clothes images, follow these steps:
Enter to the Fivemanage website
Go to the official Fivemanage page to begin the process.
Login on the website
Access your account using your login credentials. If you don't have an account, you can create one too.
Create a project
Once logged in, create a new project where your clothes images will be stored.
Create the token (image token)
Inside your project, generate a new token (ONLY IMAGES TOKEN). This token will be used to upload and manage the clothe images.

Copy the token and paste
After creating the token, copy it and paste it into the required configuration file or script in the origen_clothing_screenshots/config.lua

Example to use
Config.Save = {
localFiles = false, -- If true the screenshots will be saved in the images folder of this resource
fiveManageAPI = ""
}Looks like this form:
Config.Save = {
localFiles = false, -- If true the screenshots will be saved in the images folder of this resource
fiveManageAPI = "aaaaaaaaa....aaaa"
}Enjoy!! ๐
Last updated