boermansjo / ESX_HUD

Default starting project with Enhanced HUD
GNU General Public License v3.0
48 stars 39 forks source link

Female customization #6

Open LifeGoal opened 5 years ago

LifeGoal commented 5 years ago

Hi! I've encountered some problems with the skincreator which isn't really anything you should use if you want to have women on the server. First of all, there is only men clothing, so those tops, skirts etc for women is totally gone so every women looks like a guy from start. Beard is turned on as default which is cool for guys, but should be turned off for women. It's a great resource and all, but this is why I'm not gonna use it on my server until this is fixed, if it ever gets fixed. Hopefully you understand the situation, no women can create their custom character, because it's all men type clothing etc.

Duderocktv commented 5 years ago

Just hit the watch button and wait... it clearly states that women is still non functioning in his readme....

On Thu., Aug. 1, 2019, 12:14 p.m. Viktor, notifications@github.com wrote:

Hi! I've encountered some problems with the skincreator which isn't really anything you should use if you want to have women on the server. First of all, there is only men clothing, so those tops, skirts etc for women is totally gone so every women looks like a guy from start. Beard is turned on as default which is cool for guys, but should be turned off for women. It's a great resource and all, but this is why I'm not gonna use it on my server until this is fixed, if it ever gets fixed. Hopefully you understand the situation, no women can create their custom character, because it's all men type clothing etc.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/boermansjo/ESX_HUD/issues/6?email_source=notifications&email_token=ALWKCFLPSXWUIOTWZDJDKLDQCL4U7A5CNFSM4IIRXMBKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HC3HNCQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ALWKCFKHOE354Y25TOCH7LLQCL4U7ANCNFSM4IIRXMBA .

LifeGoal commented 5 years ago

I know right, but I'm just giving him this information in an issue so when the issue is fixed, both I will get a notification that it's fixed and he will see his progress with the resource. Oh btw, to hopefully make the progress a little faster for this issue <3

boermansjo commented 5 years ago

There is indeed nothing wrong with making an issue about this. But unfortunately it will not speedup things. I go on a holiday starting tomorrow. I will be back Wednesday. After that I will add the female part.

LifeGoal commented 5 years ago

It was more meant to prioritize it and don’t let it go ;) Thanks so far!

boermansjo commented 5 years ago

Oh don't worry. I will not let it go. Most wouldn't like to have a female ped with a beard. (Yet some win Eurosongs... Or was she a he ?? 🧐)

Dexterin0 commented 4 years ago

Sweet, I'd be up to filter out some clothing settings and have already added some language stuff I might do a pull request for. Currently investigating why mask/jewelry/skin shop makes the skin revert sometimes when opening it as well.

boermansjo commented 4 years ago

Ok, be aware that I plan to change the way you need to add outfits. It will be easier to add them. Also the skin revert has something to do with me adding all the functions of esx_skin. I renamed the Lastskin variable into LastskinOld. My guess is that I don't initialize it when entering the shop. Or I missed something.

AleDema commented 4 years ago

I could help you with the clothings, but I've never figured out where i can find a list of every clothing type in the game with their respective ids

boermansjo commented 4 years ago

For now I don't know that either. All I did was going in game, open the old menu (the one of clothes shop.) Then select a nice set of tops and note the ids. The system will change. It will be easier to add new sets without any change of lua code. Each option will have an order field and a data field. The data field will have an array format with the different options. Example : {torso: [1,1], undershirt: [1,1], torso2: [1,1]}

AleDema commented 4 years ago

Do you have an ETA for that?