🙎♂️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:
qbx_core: The server's base infrastructure.
ox_lib: Library for UI and basic functions.
illenium-appearance: MANDATORY for loading character appearance and clothing. If you use
qb-clothing, your characters may not appear in the preview.
🚀 2. Installation Steps
Follow the steps below in order to install the script:
Upload the Files:
Copy the
Dahpne-Multicharfolder to your server'sresourcesfolder (or a category inside[resources]).
Server CFG Setting:
Open your
server.cfgfile.Add the following line to the resources start section (preferably after the
qbx_coreandox_liblines):
ensure Dahpne-MulticharQBox 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.luafile.Find the following line and set it to
true:useExternalCharacters = true,
Loading Screen Setting (Optional):
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 thesharedconfig).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