Installation
Basic installation instructions for our Wasabi Multicharacter (wasabi_multichar) resource.
WARNING**:** Resource must be named wasabi_multichar in order to operate properly.
- ESX
- QBCore
Make sure to remove esx_multicharacter, esx_identity, or related replacements.
- Ensure all dependencies are installed
NAN;Be sure all dependencies are installed, running, and utilizing the latest versions available. - Configure es_extended to use multi-character
NAN;You must accesses_extended/config.luaand set Config.Multichar totrueif it's set to false. - Configure Tebex (Optional)
Obtain your Tebex secret key and place it within your server.cfg in this format:
setr sv_tebexSecret PLACE_KEY_HERE
Set your package ID in the configuration and find it by going toTebex>Packages>The extra slot packageand looking in the URL for the product ID. - Add permissions to server.cfg
NAN;You must add the following with your permissions to the server.cfg:
add_ace group.admin wasabimulticharacter.staff allow
add_ace group.admin wasabimulticharacter.addvip allow - Edit config as desired (Optional)
NAN;Optional but recommended to go through the configuration and adjust to your likings. - Drag-and-drop the script
Dragwasabi_multicharin to yourresourcesdirectory and addensure wasabi_multicharto yourserver.cfgafter all dependencies.
Enable your spawn selector by setting Config.skipSpawnSelector = false and Config.useCustomSpawnSelector = true.
Add your triggers in game/server/_customize/customize.lua within the CustomizedSpawnSelector function.
Implementing custom clothing, character creation, spawn selectors, and more; see our _customize directories.
Make sure to remove qb-multicharacter or related replacements prior to installation.
- Ensure all dependencies are installed
NAN;Be sure all dependencies are installed, running, and utilizing the latest versions available. - Configure Tebex (Optional)
Obtain your Tebex secret key and place it within your server.cfg in this format:
setr sv_tebexSecret PLACE_KEY_HERE
Set your package ID in the configuration and find it by going toTebex>Packages>The extra slot packageand looking in the URL for the product ID. - Add permissions to
server.cfg
NAN;You must add the following with your permissions to the server.cfg:
add_ace qbcore.god wasabimulticharacter.staff allow
add_ace group.admin wasabimulticharacter.addvip allow - Edit config as desired (Optional)
Optional but recommended to go through the configuration and adjust to your likings. - Drag and drop script
Dragwasabi_multicharin to yourresourcesdirectory and addensure wasabi_multicharto yourserver.cfgafter all dependencies.
Enable your spawn selector by setting Config.skipSpawnSelector = false and Config.useCustomSpawnSelector = true.
Add your triggers in game/server/_customize/customize.lua within the CustomizedSpawnSelector function.
Implementing custom clothing, character creation, spawn selectors, and more; see our _customize directories.