ESX Installation
Folowing features are not yet supported in ESX
-
Boss Managed Outfits (Config.BossManagedOutfits)
-
Radial Menu (Config.UseRadialMenu)
Remove Old clothing resources
-
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
Install dependencies
-
Download the latest
ox_lib.zip
from here -
Open
ox_lib.zip
and copy theox_lib
folder to your server'sresources
folder -
Add
ensure ox_lib
right afterensure es_extended
in your server.cfg
Download illenium-appearance
- Go to the latest release: here
- Download
illenium-appearance.zip
from the release
Add it to your server
-
Open
illenium-appearance.zip
and copy theillenium-appearance
folder to your server'sresources
folder -
Add
setr illenium-appearance:locale "en"
in your server.cfg -
Put
ensure illenium-appearance
right afterensure ox_lib
in your server.cfg. At the end, the ensured resources should look like this -
Delete the table
player_outfits
andplayerskins
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
andskinchanger
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
-
-
Restart your server