🙎‍♂️Daphne Multi-Character

This document is designed to help you seamlessly install and configure the Daphne Multichar system on your QBox Core server.

📋 1. Requirements (Dependencies)

For this script to work properly, the following resources must be installed and running on your server:

🚀 2. Installation Steps

Follow the steps below in order to install the script:

  1. Upload the Files:

    • Copy the Dahpne-Multichar folder to your server's resources folder (or a category inside [resources]).

  2. Server CFG Setting:

    • Open your server.cfg file.

    • Add the following line to the resources start section (preferably after the qbx_core and ox_lib lines):

    ensure Dahpne-Multichar
  3. QBox Core Integration (VERY IMPORTANT):

    • For this script to work, you must disable qbx_core's internal character management.

    • Open the resources/[qbx]/qbx_core/config/client.lua file.

    • Find the following line and set it to true:

      useExternalCharacters = true,
  4. Loading Screen Setting (Optional):

    1. If you get stuck on the loading screen or experience a "Loadscreen not closing" issue, add the following line to your server.cfg:

      setr loadscreen:externalShutdown "false"

(Note: Daphne-Multichar already contains the necessary shutdown functions ("ShutdownLoadingScreen"), but in some cases, this setting may be required.)

The script pulls its basic settings from QBox Core's own configuration file. To change settings like the number of slots:

  • File: resources/[qbx]/qbx_core/config/client.lua (or the shared config).

  • The character slot count settings inside this file also affect Daphne Multichar.

❓ 3. Frequently Asked Questions (FAQ)

Q: My character is not visible in the preview / is transparent? A: Most likely, illenium-appearance is not installed or not started. The script uses illenium-appearance exports instead of qb-clothing.

Q: The form doesn't appear when I click "Create Character"? A: Ensure your ox_lib version is up to date. Also, check the F8 console for any Javascript errors.

Q: I want to change the background? A: You can change the randomLocation coordinates found in the chooseCharacter function within the client/main.lua file. You will need to adjust the camCoords (camera) and pedCoords (character) coordinates according to the new location.

Last updated