Configuration
1. Configuration config.lua
Config.MaxNameLength - Maximum character length of first name and last name.
Config.LimitHeight - Height limits - {minimum, maximum}
Config.LimitYear - Age limit - {minimum year, maximum year}
Config.EnableBlur - Is there to be a blurred game background behind the UI
Config.Multichars - If you are using a multicharacter system set to true
Config.UseCustomSkinCreator - If you are using a custom character creator such as vms_charcreator and not using a multicharacter system set true, otherwise set false
Config.UseLatinAlphabetChecker - If you are using other alphabet than Latin, like Arabic, Japanese, Cyrillic etc. set false
Config.UseNationalityOption - If you want to use nationality option in registration menu set true, otherwise set false
Config.DateFormat - available date input formats: dd/mm/yyyy
, mm/dd/yyyy
, yyyy/dd/mm
, yyyy/mm/dd
Last updated