Installation
Follow the steps below to get crm-appearance running on your server.
Download the resource
Log in to the Cfx.re portal and open the Asset Grants section. There you’ll find crm-appearance, along with every other resource you’ve purchased from our store , ready to download.
Install the dependency
crm-appearance runs on top of the CoreM core, so make sure it’s installed first:
- crm-core — the foundation shared by every CoreM script. View installation guide →
Add the files to your server
Drop the crm-appearance folder into your [crm-scripts] directory, next to crm-core:
Start it in your server.cfg
Start crm-core first, then start the whole [crm-scripts] folder:
# CoreM
ensure crm-core
ensure [crm-scripts]Always place CoreM scripts after your framework (qb-core / qbx_core / es_extended) in server.cfg, otherwise they won’t detect it correctly.
Import the database
Run any .sql files found in the crm-sql folder against your database. If that folder is missing or empty, you can safely skip this step.
Remove conflicting scripts
crm-appearance fully replaces your old clothing system. Remove any of the following from your server before starting it:
skinchanger,esx_skinillenium-appearance,fivem-appearanceqb-clothing- any other appearance or clothing resource
Leaving an old appearance script enabled will conflict with crm-appearance and cause unexpected behaviour.