> ## Documentation Index
> Fetch the complete documentation index at: https://docs.projectx.gg/llms.txt
> Use this file to discover all available pages before exploring further.

# Configuration

> Full reference for all configuration options in the Gabz Bobcat Heist resource

## config/config.lua

The Gabz Bobcat Heist uses the same configuration structure as the [K4MB1 Bobcat Heist](/resources/bobcat-heist-k4mb1/configuration). All options below apply to both variants — only map coordinates and door definitions differ.

### Main Settings

<ParamField path="debug" type="boolean" default="false">
  Shows polyzones created inside the game.
</ParamField>

<ParamField path="TestingMode" type="boolean" default="false">
  Disables all minigames for flow testing.
</ParamField>

<ParamField path="ResetHeist" type="number" default="180">
  Minutes before the heist resets after a completed robbery.
</ParamField>

<ParamField path="DisableLoudApproach" type="boolean" default="false">
  Disables the loud approach path entirely.
</ParamField>

<ParamField path="DisableSilentApproach" type="boolean" default="false">
  Disables the silent approach path entirely.
</ParamField>

<ParamField path="DisableExplosions" type="boolean" default="true">
  Disables client-side explosions during C4 steps.
</ParamField>

<ParamField path="RequireBag" type="boolean" default="true">
  Requires a `bag` item to loot trolleys.
</ParamField>

<ParamField path="MinimumPolice" type="number" default="0">
  Minimum police required online. Set to `0` to disable.
</ParamField>

***

### Strike System

<ParamField path="TotalTrollys" type="number" default="3">
  Maximum trolleys that can spawn.
</ParamField>

<ParamField path="Strikes" type="number" default="3">
  Strike limit before rewards are reduced (silent approach).
</ParamField>

<ParamField path="StrikeAmount" type="number" default="2">
  Trolleys removed when strike limit is reached (silent).
</ParamField>

<ParamField path="StrikeLoud" type="number" default="2">
  Trolleys spawned during loud approach.
</ParamField>

<ParamField path="TotalCrates" type="number" default="2">
  Maximum weapon crates that can spawn.
</ParamField>

<ParamField path="CrateStrikeAmount" type="number" default="1">
  Crates removed when strike limit is reached (silent).
</ParamField>

<ParamField path="CrateStrikeLoud" type="number" default="1">
  Crates spawned during loud approach.
</ParamField>

***

### Dispatch

<ParamField path="DispatchLocation" type="table">
  ```lua theme={null}
  DispatchLocation = {
      ["Loud"] = true,
      ["Silent"] = false,
      ["SecurityFingerprint"] = false,
      ["ComputerDesk"] = false,
      ["MainKeypad"] = true,
  }
  ```
</ParamField>

***

### 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](/resources/bobcat-heist-k4mb1/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`
