Boss Managed Outfits (Config.BossManagedOutfits)
Radial Menu (Config.UseRadialMenu)
Delete the following from your resources folders:
esx_skin
skinchanger
fivem-appearance
esx_barbershop
esx_clotheshop
Also delete any tattoo shop resources e.g., esx_tattooshop
from your resources folder
Download the latest ox_lib.zip
from here
Open ox_lib.zip
and copy the ox_lib
folder to your server’s resources
folder
Add ensure ox_lib
right after ensure es_extended
in your server.cfg
illenium-appearance.zip
from the releaseOpen illenium-appearance.zip
and copy the illenium-appearance
folder to your server’s resources
folder
Add setr illenium-appearance:locale "en"
in your server.cfg
ensure illenium-appearance
right after ensure ox_lib
in your server.cfg. At the end, the ensured resources should look like this
ensure es_extended
ensure ox_lib
ensure illenium-appearance
Delete the table player_outfits
and playerskins
table (if you don’t want to migrate) from your database
Apply the following SQL files to your database to have the new tables created:
Do 1 of the following:
Search for esx_skin
and skinchanger
in all fxmanifest.lua files of your resources and remove all those lines
OR
Add provides { "esx_skin", "skinchanger" }
at the end of illenium-appearance/fxmanifest.lua file and save