[Free][QB] fivem-appearance (with Tattoos + enhancements)

How do i change the clothing items for this ?
image

exports[ā€˜fivem-appearance’]:setPedComponent(ped,2 , 0 , 0) Is the correct way to remove mask with Export?

1 Like


this happens when i try to change into a saved outfit

pls help i cant deleted qb-clothing menu otherwise the other scripts don’t work like qb-apartmants and qb-houses

This would remove it, yes. Or you can just remove it using the natives because it will be temporary

Remove qb-clothing from the list of dependencies in fxmanifest.lua files of those resources

illenium-appearance v4.0.0 released

Features

  • All game code ported to Lua for more customizability
  • JSON configs ported to Lua format
  • ox_lib for Context menus, notifications and input dialogs
  • Global outfit rooms for everyone
  • Added support for blacklisting Hair
  • Ability to show only nearest shop per shop type
  • Allow config to remove props using the toggle clothing menu

Bug Fixes

  • Fixed reloadskin usable issue while falling
  • Fixed issue with gangs requiring to be on duty
  • Players losing Amour on cancelling customization fixed
  • Fixed clothing not being put back automatically that you removed using toggles (after saving)
  • Removed invalid tattoos that are not available to specific gender
  • Prevent false positives for AC

Download: Release v4.0.0 Ā· iLLeniumStudios/illenium-appearance Ā· GitHub

Note: This release introduces breaking changes. Copy pasting old configs will not work. You are required to make changes into the new configs instead

illenium-appearance v4.1.0

Improvements

  • Removed PolyZone dependency and use ox_lib zones (Also introduced usePoly variable for explicitly using polyzone points or other zones
  • Commands use the ox_lib wrapper
  • Added version check

Bug Fixes

  • Fixed issues with opacity and face features not showing at max value (1)

Download: https://github.com/iLLeniumStudios/illenium-appearance/releases/download/v4.1.0/illenium-appearance.zip

illenium-appearance v4.2.0

Features

  • Custom ped head variations are now supported and can be used if the ped has any
  • Added support for disabling scarf and chains if the player has tracker on so that they cannot remove it

Bug Fixes

  • Fix issue with radialmenu not opening when enabled
  • Asynchronous data loading issue fixed
  • Issue with Head Blend data resetting to 0 if set to max value (1) fixed

Translations

  • Italian Translation added (Thanks MrV)

Download: https://github.com/iLLeniumStudios/illenium-appearance/releases/download/v4.2.0/illenium-appearance.zip

illenium-appearance v4.3.0 released

Features

  • Added support for charging players for individual tattoos (Config.ChargePerTattoo = true)
  • Added support for changing tattoo opacity

Bug Fixes

  • Fixed max health issue and health abuse issue

Download: https://github.com/iLLeniumStudios/illenium-appearance/releases/download/v4.3.0/illenium-appearance.zip

Preview: Tattoo opacity

I’m still having this issue with that health bug. I’ve perused ambulancejob and illenium-appearance for a solution, but nothing is changing. Any suggestions?

how can we get qb-menu back for illenium not feeling this OX lib

Do you have any version for cfx servers?

can we make it where we can add on tattoos without trying to replace?

Yes you can. Opacity slider too

does this have the options for disabling cloths on character creation ?

Does it have it or no?

Anyone know why saving outfits isn’t working?

did you find a fix for this?

I did make sure the script is in the right order, re read docs