Would like to see clothesshops, barbers etc.
Would like to see some kind of character saving. So people can switch clothes easily.
Overall, its worth paying 50$ for this package.
Suggestion: add a CONFIG file, so that we can change the customization command, for example
If you could add wardrobe, and have a predone version for ESX, I would absolutely pay $50+. Theres nothing like this thatās out (quality wise). There are very few character creators that allow for face editing, ive been looking for a week.
until then, im going to work on converting this to esx
also, does this allow for eye color changing? Havent looked at the code yet
Yes, changing eye color is possible.
Solid release man, nice job! Hope to see more
Finally I make it save in sql on esx. Thx man. nice release!!
work of art⦠thank you for this clean designā¦
Love it! Great job OP
i also vote for wardrobe!
Hello, i really like the look of it. I just couldnāt understand what this means:
Execute the build script.
yarn build
I have never touched js with fivem before so i dont know anything about it.
Can somebody describe me that please?
You donāt need to build the script yourself, just download fivem-appearance.zip asset on the download link.
Looks amazing! Does this replace esx_skin or esx_skinchanger or none? Thank you!
It doesnāt replace any of these resources, but provides all needed to replace them by yourself.
Gotācha tyvm! Itās possible to use all 3 then at the same time? ^^
Of course. But you will have to come up with a way to do the saving. It should not be hard to do so. For example when appearance is created the resource returns a table with skin data. You can simply assign these values to the values used in the skinchanger resource and use the esx_skin save event to save it.
wow this looks awesome!! Canāt wait to try it
Thank you for this preview!!
Good job
Cool, goos job
Quality release manā¦great!
how can I make it that when Iām in clotheshop, it shows the built-in customization feature but only the clothes part?
Or when Iām in barbershop, it shows the built-in customization feature but only the hair and beard part?
Or when Iām in hospital, it shows the whole built-in customization features?
Thanks
So at the moment I cant seem to figure out the basic of things lol i clone the resource and add it to the [locals] in my five-m resource folder and do ensure fivem-apperance in the server config but when i try to run a export it tells me there is no export and even tho console says it started the resource i am not sure it is even being built any suggestions?