An advanced character and clothes editor for esx framework that aims to be comfortable to use, hide complexity and blend in with original GTA V interface elements.
As many requested, here is a fix/workaround for the broken functions "GetComponentsData" and "GetPropsData".
On this fix I'm performing an Http Request to root-cause's v-clothingnames repository, to receive the clothing information & names.
After receiving it, the data will be processed like in the old functions (blacklists & names, only insert clothing with names ~= "NULL" etc...).
Due to a users request, I've implemented a way to load the json files directly from the resource, instead of performing a http request for every clothing file. That way the loading time gets highly reduced.
As many requested, here is a fix/workaround for the broken functions "GetComponentsData" and "GetPropsData".
On this fix I'm performing an Http Request to root-cause's v-clothingnames repository, to receive the clothing information & names. After receiving it, the data will be processed like in the old functions (blacklists & names, only insert clothing with names ~= "NULL" etc...).