Skip to main content

config/config.lua

The Gabz Bobcat Heist uses the same configuration structure as the K4MB1 Bobcat Heist. All options below apply to both variants — only map coordinates and door definitions differ.

Main Settings

debug
boolean
default:"false"
Shows polyzones created inside the game.
TestingMode
boolean
default:"false"
Disables all minigames for flow testing.
ResetHeist
number
default:"180"
Minutes before the heist resets after a completed robbery.
DisableLoudApproach
boolean
default:"false"
Disables the loud approach path entirely.
DisableSilentApproach
boolean
default:"false"
Disables the silent approach path entirely.
DisableExplosions
boolean
default:"true"
Disables client-side explosions during C4 steps.
RequireBag
boolean
default:"true"
Requires a bag item to loot trolleys.
MinimumPolice
number
default:"0"
Minimum police required online. Set to 0 to disable.

Strike System

TotalTrollys
number
default:"3"
Maximum trolleys that can spawn.
Strikes
number
default:"3"
Strike limit before rewards are reduced (silent approach).
StrikeAmount
number
default:"2"
Trolleys removed when strike limit is reached (silent).
StrikeLoud
number
default:"2"
Trolleys spawned during loud approach.
TotalCrates
number
default:"2"
Maximum weapon crates that can spawn.
CrateStrikeAmount
number
default:"1"
Crates removed when strike limit is reached (silent).
CrateStrikeLoud
number
default:"1"
Crates spawned during loud approach.

Dispatch

DispatchLocation
table
DispatchLocation = {
    ["Loud"] = true,
    ["Silent"] = false,
    ["SecurityFingerprint"] = false,
    ["ComputerDesk"] = false,
    ["MainKeypad"] = true,
}

Rewards, Security & Logs

Trolley and crate rewards, security guard settings, computer password ranges, bonus items, evidence/stress, and logging are configured identically to the K4MB1 variant. See the K4MB1 Bobcat Configuration page for the full reference on:
  • Config.Rewardcash, Config.Rewardgold, Config.Rewarddiamond
  • Config.CrateRewards and Config.CrateItemCount
  • Config.SecurityGuards and Config.SecurityOptions
  • Config.ComputerPassword
  • config/logs.lua