Core settings and animations
Global config keys that affect gameplay.
Core settings
Config.Language = 'en'
Config.MaxPlayers = 2
Config.Debug = false -- Set to false in production
Config.JobSiteInteraction = 'default'Animation settings
Config.Animation = {
Dict = "anim@amb@trailer@touch_screen@",
Anim = "idle_a"
}Last updated