Skip to main content

config/config.lua

The Default Bobcat Heist uses the same configuration structure as the K4MB1 Bobcat Heist. All options below apply — only map coordinates and door definitions differ for the free BOBCAT_MLO.

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).
TotalCrates
number
default:"2"
Maximum weapon crates that can spawn.

Bonus Items

The default variant ships with fleecacard in the bonus items table instead of x_device:
Bonus = {
    Status = false,
    Items = {
        {Name = "fleecacard", Chance = 30, Amount = {min = 1, max = 1}},
        {Name = "x_phone", Chance = 50, Amount = {min = 1, max = 1}},
        {Name = "x_stethoscope", Chance = 20, Amount = {min = 1, max = 1}},
    },
}

Full Reference

For dispatch, computer password, rewards, security guards, sounds, evidence/stress, and logging options, see the K4MB1 Bobcat Configuration page.