Configuration
Configuration
Config File Options
Config.WeatherTypes = { CLEAR = 20, EXTRASUNNY = 20, CLOUDS = 20, OVERCAST = 10, RAIN = 10, CLEARING = 5, THUNDER = 5, SMOG = 5, FOGGY = 5, }Config.WeatherChangeInterval = 60 -- in minutesConfig.UseRegionalWeather = true Config.Regions = { City = {x = 0.0, y = 0.0, radius = 2000.0}, Sandy = {x = 2000.0, y = 2000.0, radius = 1500.0}, Paleto = {x = -2000.0, y = -2000.0, radius = 1500.0} }Config.BlackoutDuration = 300 -- in secondsConfig.EnableVotingSystem = true Config.VotingDuration = 5 -- in minutes Config.VotingInterval = 30 -- in minutes Config.WeatherBlacklist = {"XMAS"}Config.ExtremeEvents = { EARTHQUAKE = true, STORM = true, EXTREME_COLD = true, EXTREME_HEAT = true, TSUNAMI = true }Config.TimeScale = 60 -- In-game 24-hour period duration in real-world minutesConfig.UseRealTime = true -- Set to true to sync in-game time with the server's real-world timeConfig.Debugging = true
Last updated