Skip to Content

INSTALLATION

Welcome to the HYDEX MULTICHARACTER Installation Guide! Here, you’ll find everything you need to successfully install our multicharacter script. By carefully following each step, you’ll ensure a smooth and hassle-free installation process. As long as you complete the entire documentation, you should encounter no issues along the way.

DEPENDENCIES

🚫

If you lack programming experience, we recommend reading each step thoroughly without skipping any lines, as every part of this documentation is essential and should not be overlooked. Alternatively, if you have a trusted developer, they can help you complete the installation quickly, easily, and safely by following the guide step by step.

If you still encounter any issues after completing this documentation, we recommend reviewing each step again carefully. Once you’ve confirmed everything is correct but still face challenges, feel free to contact us on Discord for further assistance. Our support team will be happy to help you resolve any issues quickly and efficiently.

ESX INSTALLATION

DOWNLOAD ASSET

⚠️

To use this asset, make sure you’ve bought it through your own Keymaster account.

If you want to move it to another account, you can use the transfer system, but heads up! You can only transfer an asset once, so double-check everything before going through with it.

If you need to update the asset, you’ll have to repeat this step, just download it again, and you’ll get the full updated version.

Once you’ve completed your purchase, you’ll receive your asset directly in your Keymaster/Portal panel. From there, you can download the asset and follow the provided documentation for installation.

SERVER CFG POSITIONING

⚠️

Ensure that you position the assets correctly by following this step. Skipping this step may result in errors related to missing exports. It’s crucial not to skip this step to avoid potential issues.

server.cfg
# First we will start our dependencies ensure es_extended ensure ox_lib # After that we will start our multi character ensure Hydex-multicharacter

CORE INTEGRATION

🚫

Make sure to follow this step carefully. If you don’t, you may face errors.

You need to make changes to es_extended config file like this.

-- Change this line: Config.Multichar = GetResourceState("esx_multicharacter") ~= "missing" -- To this Config.Multichar = true

REMOVE CONFLICTING SCRIPTS

No worries! Removing the resources listed below won’t break your server.
In fact, they need to be removed — Hydex-multicharacter completely replaces their functionality.
If you leave them in, they’ll clash with Hydex-multicharacter and could cause unexpected errors or conflicts.

CONFLICTING RESOURCE LIST:

  • esx_multicharacter
  • esx_identity

Please remove these resources or any similar ones

QBCORE

DOWNLOAD ASSET

⚠️

To use this asset, make sure you’ve bought it through your own Keymaster account.

If you want to move it to another account, you can use the transfer system, but heads up! You can only transfer an asset once, so double-check everything before going through with it.

If you need to update the asset, you’ll have to repeat this step, just download it again, and you’ll get the full updated version.

Once you’ve completed your purchase, you’ll receive your asset directly in your Keymaster/Portal panel. From there, you can download the asset and follow the provided documentation for installation.

SERVER CFG POSITIONING

⚠️

Ensure that you position the assets correctly by following this step. Skipping this step may result in errors related to missing exports. It’s crucial not to skip this step to avoid potential issues.

server.cfg
# First we will start our dependencies ensure qb-core ensure ox_lib # After that we will start our multi character ensure Hydex-multicharacter

REMOVE CONFLICTING SCRIPTS

No worries! Removing the resources listed below won’t break your server.
In fact, they need to be removed — Hydex-multicharacter completely replaces their functionality.
If you leave them in, they’ll clash with Hydex-multicharacter and could cause unexpected errors or conflicts.

CONFLICTING RESOURCE LIST:

  • qb-multicharacter

Please remove these resources or any similar ones

QBOX INSTALLATION

DOWNLOAD ASSET

⚠️

To use this asset, make sure you’ve bought it through your own Keymaster account.

If you want to move it to another account, you can use the transfer system, but heads up! You can only transfer an asset once, so double-check everything before going through with it.

If you need to update the asset, you’ll have to repeat this step, just download it again, and you’ll get the full updated version.

Once you’ve completed your purchase, you’ll receive your asset directly in your Keymaster/Portal panel. From there, you can download the asset and follow the provided documentation for installation.

SERVER CFG POSITIONING

⚠️

Ensure that you position the assets correctly by following this step. Skipping this step may result in errors related to missing exports. It’s crucial not to skip this step to avoid potential issues.

server.cfg
# First we will start our dependencies ensure qbx_core ensure ox_lib # After that we will start our multi character ensure Hydex-multicharacter

CORE INTEGRATION

🚫

Make sure to follow this step carefully. If you don’t, you may face errors.

You need to make changes to qbx_core client config file like this.

-- Change this line: useExternalCharacters = false, -- Whether you have an external character management resource. (If true, disables the character management inside the core) -- To this useExternalCharacters = true, -- Whether you have an external character management resource. (If true, disables the character management inside the core)
💟

if you’ve followed the steps above properly, then you’re good to start your server and enjoy advanced multicharacter system

Last updated on