Hi im having trouble in streaming custom clothes to fivem because
i have multiple textures in my clothing file but when i go to clotheshop only one texture is usable and i cant switch to another texture
Hi im having trouble in streaming custom clothes to fivem because
i have multiple textures in my clothing file but when i go to clotheshop only one texture is usable and i cant switch to another texture
If the default clothing you are replacing, only has 1 texture, that is all that will show.
You can’t add more texture variations to a drawable variation than it originally had, because it counts them based on how many it’s YMT lists.
But you CAN edit the YMT to add more textures, or make them addons and not replacements.
Be careful with YMTs though. Depending on what game build your server is running, you have a different amount of clothing YMTs available to use. In the newest build, there is only 2. So 1 for male and 1 for female. Going over this limit will cause clients to crash and the whole server to break at times.
More info here → YMT game limit and crash issues · DurtyFree/durty-cloth-tool Wiki · GitHub
thanks bro