Turfwar/shared/config/core.lua

20 lines
488 B
Lua

-- shared/config/core.lua
-- Core/global tuning values
Config = Config or {}
Config.SECONDS_TO_CAPTURE = 60
Config.UNIFORM_APPLY_DELAY = 700
Config.FORCE_FREEMODE_MODEL = false
Config.FREEMODE_MODEL = "mp_m_freemode_01"
-- HQ join points (these create your HQ blips + E join markers)
Config.JOIN_RADIUS = 2.0
-- Police Config
Config.PlayerPolice = Config.PlayerPolice or {}
Config.PlayerPolice.POLICE_GANG_ID = 3
Config.PlayerPolice.RESTORE_SECONDS = 30