Configurations
The Config
file in the script contains all the settings you can modify to adjust the character selection experience to your server's needs.
QB Settings
SkipSelection : If set to
true
, players will bypass the spawn selector screen.apartmentsStarting : Determines whether players spawn in their apartment by default.
ESX Settings
PREFIX : Prefix used for character identifiers (e.g.,
char1
,char2
).DefaultSkin : Defines the default appearance for male (
m
) and female (f
) characters. This includes facial features, clothing, and accessories.
Default Spawn
Specifies the default spawn location for new characters. This is also used as the customization location if SkipSelection
is enabled.
Weather & Environment
weatherType : Sets the weather during character selection (e.g.,
CLEAR
,RAIN
,THUNDER
).time : Sets the time of day (in hours).
UI Settings
bannedWords : List of banned words for character names.
maxBirthYear / minBirthYear : Define the allowed range for character birth years.
maxCharSlots : Maximum number of character slots displayed.
allowCharSlots : Number of unlocked character slots for new players.
hideKeyBind / delKeyBind : Keybinds for hiding the UI and deleting characters.
delAllowed : Whether players are allowed to delete characters.
Colors : Customize the UI colors using hex codes.
Character Slots
Defines the positions, animations, and camera settings for each character slot. You can use either manual or automatic camera configurations.
Manual Camera Example:
Automatic Camera Example:
Main Camera
mainCam : Position and rotation of the main camera.
mainFov : Field of view for the main camera.
fixCam : Automatically frame all characters if set to
true
.mainCamRotation : Rotation of the main camera when
fixCam
isfalse
.
Last updated