Skip to content

qb-core Installation

Remove Old Clothing Resources

  • Delete qb-clothing or fivem-appearance from your resources folder
  • Delete any tattoo shop resources e.g., qb-tattooshop from your resources folder

Install dependencies

  • 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 qb-core 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 the illenium-appearance folder to your server's resources folder
  • Add setr illenium-appearance:locale "en" in your server.cfg
  • Put ensure illenium-appearance right after ensure ox_lib in your server.cfg. At the end, the ensured resources should look like this
    ensure qb-core
    ensure ox_lib
    ensure illenium-appearance
    
  • Delete the player_outfits table from your database
  • Delete the playerskins table (only if you don't want to migrate) from your database
  • Apply the following SQL files to your database to have the new tables created:
  • Remove qb-clothing from the dependencies section of fxmanifest.lua in qb-houses and qb-apartments
  • Restart your server