โš™๏ธAdvanced Config

Purpose: Extra options for ped behavior, stealth, planning board, avatars, and minigames.

๐Ÿ‘ค Ped Behavior

Config.PedBehavior = {
    DefaultDifficulty = "normal",        -- "normal", "hard"
    DefaultCombatDifficulty = {
        DayManager = "medium",           -- "easy", "medium", "hard"
        DayCustomer = "medium",
        NightCashier = "medium"
    }
}
Setting
Description

DefaultDifficulty

General reaction level (fightback count)

DayManager / DayCustomer

Combat difficulty per ped type

NightCashier

Night robbery cashier difficulty


๐Ÿ•ต๏ธ Stealth Controls (Night Robbery)

Config.Stealth = {
    StealthControls = {
        SneakKey = 21,      -- CTRL
        WalkKey = 32,       -- W
        RequiredBoth = true
    }
}
Key
Function

SneakKey

Key used to stay hidden

RequiredBoth

Must hold both keys for full stealth


๐Ÿ“ Robbery Start Locations

Setting
Notes

possibleLocations

Script selects one at random on server start

blip.hideFromPolice

Hide planning board blip from law enforcement


๐Ÿ“ Planning Board

Setting
Usage

Plans

Text shown in planning UI

Photos

Optional images

TimeFormat

Display format for day/night window


๐Ÿ–ผ Avatar System

Source
Behavior

discord

Requires bot token

steam

Requires Steam API key

default

Always uses default URL

none

Disables avatar system


๐ŸŽฎ Minigame Settings

Type
System

backdoor

glitch-minigames

circuit

glitch circuit

surge

glitch surge

ox_lib

fallback minigame

Last updated