[RELEASE] CleanUI (cui) character

Same issue here

Is it working with es legacy version?

Not as of now, i think Psyche (the creator) is trying to update the resource to make it work with the new version.

1 Like

when I choose top clothes for a female character, and an open navel, you choose under the clothes(point 2) no, then the character who dresses does not display everything correctly, but the others have the texture of a T-shirt sticking out


Has anyone figured out how to add the other “non gloved arms”.

I added arms, my first option is no gloves, but everything after has gloves :frowning:

UPDATE:

I’ve implemented basic compatibility with esx legacy and esx_mutlicharacter on the dev branch. Report any problems with it and I’ll try to fix them.

In this new version, esx_identity integration is greatly simplified, make sure to check out new instructions in shared/config.lua.

Currently cui_wardrobe will not work with this new version. I’ll try to update it with the new preview system used on the dev branch as soon as I can.

There is a known problem with esx_weaponshop where if you buy a weapon and then make a change to your character’s model, the weapon will stop showing in your inventory and weapon wheel until you restart. I’ve tested this with vanilla esx_skin instead of cui_character and this problem happens there as well.

3 Likes

So I’ve downloaded the dev branch and I’m no longer getting the message that the “server callback does not exist”. However, after creating the character, the skin menu comes up. I’m pretty sure I’m doing something wrong.

1 Like

Ahh esx loadouts are a wonderful thing. Triggering esx:restoreloadout after changing model should solve it.

You’re supposed to disable esx_skin and skinchanger if you are using cui_character.

In resource’s fxmanifest if you see any other resource names in provide table, this means that the resource is intended to completely replace those listed resources and provide their functionality itself.

It is triggered and that does not help.

I even tried snapshotting the loadout before changing the model, but that does not work either, because esx_weaponshop does not modify the database when buying a weapon until player leaves the server.

You can reproduce it easily to see for yourself without cui_character, just using esx_skin, skinchanger and esx_weaponshop:

  1. Buy a weapon then check it’s in your inventory and weapon wheel.
  2. Open esx_skin menu with the /skin command and change your character’s gender.
  3. Check your inventory and/or weapon wheel again, the newly purchased weapon will not be there (as long as you didn’t log out between steps 1 and 2)

Time for me to have a look at the ol’ git-blame. Loadouts in ESX are a complete nightmare :laughing:

xPlayer.addWeapon triggers two client events (one to show weapon in the inventory, another to actually give the weapon), except it isn’t added to ESX.PlayerData.

Edit: No surprises here.

Hey, so i’ve tried the dev branch, and it seemed to be working alright, but when you try to change clothes with any job, your character becomes bald and the clothes are all fucked up.

I’ve also tried to change clothes on the clothes shops (im using esx_eden_clotheshop) but it doesn’t work. I know you’re probably supposed to adapt the script to use cui_character, but then you’ll lose the ability to charge money for changing clothes?

Oh and also, i have a “refresh ped” script, that refreshes your ped and removes any blood stains etc, but that also doesn’t seem to be working with this. There may be a lot of functions from skinchanger and esx_skin that this script doesn’t have

Thank you again for your support btw

2 Likes

Hey I am trying to use brb-appearance with cui and I keep getting this error when I re-log into the server, it happens when I trying to relog with a PED saved as my last skin

If anyone can get this working with QB, let me know! Would love to work it but i’m not comfortable trying to convert scripts myself…

Could you add ped support to this?

did you finish woredrobe?

If you mean models other than mp_m_freemode_01 or mp_f_freemode_01, then it’s been answered in this post.

I’ve made some small changes to the wardrobe and it seems to be working fine. I didn’t do much testing on it though.

after some tinkering, I’ve gotten it to work with esx_legacy and multicharacter, however, upon hitting accept, it stays in the menu

I have a problem that people is converting into female, and don’t know why.
This happens for example when someone puts his job clothes, go to the clothe store buy something and disconnect, or puts his civilian clothes again

1 Like

I always get these errors when the script starts, it is quite urgent to get it working

This looks really strange, it seems like the global ESX object exists, but not the RegisterCommand function, I think this is some sort of problem with your ESX version.

If I were to guess, I’d say you are using some extremely outdated version.