⚙️Configuration

This page will explain all the configs that are in the Config.lua! Please read each one carefully as you may miss something!

General Stuff

Config NameDescriptionExtras

NotificationType

This is the notification type the script will use when responding to someone using the menu!

It can be these notification types, ['chat', 'mythic_old', 'mythic_new', 'tnotify']

EnableKeybind

This is if you want it to enable the keybind to open the menu

Default keybind is f1! Players can change it in their gta keybinds!

MenuLocations

This is all the menu locations if you prefer this over a keybind or both!

If the table is left empty then there will be no locations, please follow example

LocationBlips

This is the blip details for all menu locations

You can enable the blips by setting enable to 'true' and 'false'. Blip related stuff is on here: https://docs.fivem.net/docs/game-references/blips/

LocationMarker

This is all the marker details for menu locations. You can change all the things for this marker!

This includes the marker type, color and size. Marker related things are here: https://docs.fivem.net/docs/game-references/markers/

SeeMarkerDist

This is how close you have to be to a menu location to see the 3d marker

N/A

Discord Stuff

For getting discord applications please go here: https://discord.com/developers/applications

Config NameDescriptionExtras

DiscordBot

This has all the important discord bot configs in it!

This includes your bot token, your guild id, command channel id, tick timer, rate limit wait, bot prefix, removing command after sent

WhitelistedDiscordIDS

This is where you whitelist all the people you wish to use the commands

This includes the option to have no whitelisted ids which allows anyone to use commands. Follow example for adding ids!

DiscordLogs

This is where you put all the channel ids of the logs you want!

This offers a command log channel, saved outfits log channel, removed outfits log channel

DiscordCommands

This is where you enable/disable all your discord commands

These can be set to true/false

Login Stuff

This has all the login related configs for the script!

Config NameDescriptionExtras

ForcePickGender

This will make a player pick a gender upon login if they have no outfits. Suggested to keep this on!

N/A

DefaultSpawnOutfit

This is the default spawn outfit when picking gender

This has all body and clothes in it so it can be fully custom. Also includes female/male

This has all menu related configs that are not language related!

Config NameDescriptionExtras

MenuLocation

This is where the menu will show up on the players screen!

These are the menu options; 'topright', 'topleft', 'center'

MenuTexture

This is what you would like the texture at the top of menu to be! These can be made as ytds in your menuv

Must be ytd file name in menuv

TurnKeys

These are the keys used for turning left and right in skin menu

N/A

NakedOutfit

This is the naked outfit which is put on for the ped when entering body menu so you can see all body related features

You can change the naked outfit as needed

SkinCamera

This is all the different types of cameras! It does not include the default 'regular' due to it needing to be different then the rest!

You can add more by hanging the name and changing the zoom and offset!

Language Tables

This has all the language related things in the script!

Config NameDescriptionExtras

FaceMessages

This has a few general texts used frequently in the menu

N/A

Menus

This has all the menu names and descriptions

N/A

MenuMessages

This has all the messages sent while using menu

N/A

BodyMenuText

This has all the text for the body menu features

N/A

ClothesMenuText

This has all the text for the clothes menu features

N/A

Extras

This includes all the extra parts of the menu

N/A

Last updated