Config.frameworkauto, qbx, qb, esx or standalone
Config.localewhich file in locales/ to load
Config.standalonethe JSON wallet used when no framework is running
Config.moneyaccount, buy-in, stake range, house cut, disconnect forfeit
Config.botsdifficulty, think time, stake handling, names and peds
Config.serverwhether a pull kills, knockout health, facial animation
Config.timingsthirteen beats of the round, in milliseconds
Config.worldfurniture, AI player bodies, seating, props in hands
Config.interactionthe E prompt, its distance, ox_target, the marker
Config.animsit, hold, play, accuse and the gun
Config.propscard, revolver and stake models, each a candidate list
Config.effectsblood, camera shake, how far the shot is heard
Config.camerathe over-shoulder shot: offset, FOV, easing, breathe
Config.hudwhat is hidden while seated, allowed controls, exports
Config.tauntscooldown, dead men, and the eight gestures themselves
Config.themeevery colour, the radius, the logo, the title
Config.notifynotification style and duration
Config.soundmaster volume and every cue
Config.placementthe shape of a table: seat offsets, chairs, set-back
Config.demoTablethe table that ships enabled, and the one switch that removes it
Config.tableswhere each table is — built in game with /dmdhere
config.lua
an extract, verbatim
-- THE HOST NAMES THE WAGER when they sit down first, inside this range.
-- The SERVER clamps to it and refuses anything outside, so these are real
-- limits rather than a suggestion in the interface.
stakeRange = { min = 100, max = 350000, step = 100 },
-- A percentage for the house. Set houseAccount to send it somewhere, or
-- leave it nil and the cut simply leaves the economy.
houseCut = 0.0,
houseAccount = nil,
-- TWO REVOLVER MODES, and they play very differently.
-- 'bullets' a round is added every time you are sent to the gun. 1/6,
-- then 2/6, then 3/6. Predictable, and the table can count.
-- 'chamber' one round, random chamber, cylinder advances a click per
-- pull. Same escalation, nobody knows which click is the one.
mode = 'bullets',
chambers = 6,
resetOn = 'match', -- the odds ride with a player all night