Installation
Installation guide and fundamental concepts of crm-multicharacter.
1. Download Resource
To begin, download your recently purchased resource from our store
To do this, log in to your cfx portal account and navigate to the 'Asset Grants' section, where you will find your owned resources.
2. Dependencies
Before installing Multicharacter, you must ensure the following dependency is installed:
crm-core β The core system powering all CoreM scripts. (install first !)
3. Asset Arrangement
Place the crm-multicharacter package inside the [crm-scripts] folder:
resources/
βββ [crm-scripts]/
βββ crm-core
βββ crm-multicharacter
βββ ... (any other CoreM scripts)In your server.cfg, you must:
Ensure
crm-corefirstThen ensure the entire
[crm-scripts]folder
Important Ensure CoreM scripts after your framework (qb-core / qbx-core / es_extended).
4. Database
5. Framework Setup
Before using crm-multicharacter, you need to configure your framework and remove any conflicting scripts.
Remove Other Multicharacter / Identity / Spawn Scripts
If you have any of the following scripts, remove them from your server:
esx_multicharacter, esx_identityqb-multicharacter, qb-spawnAny other multicharacter, identity or spawn scripts
Keeping old scripts may cause conflicts with crm-multicharacter.
ESX Framework Setup
Edit the file:
Find this line:
Replace it with:
β This ensures ESX uses crm-multicharacter instead of any legacy multicharacter system.
QBOX Framework Setup
Edit the file:
Set the following options:
β This ensures QBOX uses crm-multicharacter as the external character handler.
Last updated