Core settings
The main settings and feature toggles are in config/core.lua.
Config.Command = "radar"
Config.ValidatorCommand = "atc_check"
Config.FlightLogEnabled = true
Config.FlightLogCommand = "atc_logs"
Config.FlightLogMaxEntries = 100
Config.LandingScoreEnabled = true
Config.Locale = "en"
Config.Debug = false
Config.DefaultHudEnabled = true
Config.DefaultCalloutsEnabled = true
Config.DefaultVoiceVolume = 60
Config.DefaultRouteColor = 9
Config.DefaultDistanceUnit = "m"
Config.RouteRecorderAdminOnly = true
Config.RouteRecorderAllowedAce = {
"atc_radar.routecreator"
}
Config.ControllerAllowedAce = {
"atc_radar.controller"
}
Players can change HUD visibility, voice callouts, voice volume, GPS route colour, and distance unit from the tablet settings screen.
These preferences are stored locally per player with resource KVP.