Configuration

This is the doc that contains the full config.lua for Area Blackout, so you can get a full look at what is all configurable.

Config = {}

Config.LitZones = {
    {center = vector3(1991.07, 3047.72, 54.53), radius = 50.0},
    {center = vector3(-267.72, -963.11, 31.22), radius = 75.0},
    -- Add more lit zones as needed
}

Config.AllowVehicleLightsInBlackout = true  -- Set to false to disable vehicle lights in blackout zones

Config.BlackoutOnlyAtNight = false  -- Set to true to only activate blackout during nighttime (20:00 - 06:00)

return Config
-- End of Config.lua

This script also comes with an unlocked shared/framework.lua, this class can be used to edit the frameworks functions and apply your own scripts to support.

Last updated