Poker

Managing Poker in the Casino Editor

The Poker editor page manages poker table placement, presets, dealer model, and access rules.

Editor Settings

Setting
Type
Info

Name

Text

Choose a display name for the poker table

Table model

Select/List

Select the poker table model/hash

Preset

Select/List

Select gameplay preset/config used by this table

Dealer ped model

Select/List

Choose dealer NPC model used for this table

VIP only

Toggle

Restrict table usage to VIP players only

Ambient

Toggle

Mark table as ambient/background mode

Society enabled

Toggle

Enable society/account integration for table revenue

Society name

Text/List

Set society/account name used when society is enabled

Proximity

Number

Set interaction distance in meters

Load only interiors

Toggle

Load this poker table only while players are in interiors

Create table

Action

Create a new poker table at player position

Delete table

Action

Delete selected poker table

PokerConfigs

Poker presets are defined in rcore_casino/configs/poker.lua in the PokerConfigs table.

The editor Preset field selects one of these preset keys.

Config field
Type
Info

TextureID

Number

Table texture/style variant id

Banner

Text

UI/banner texture dictionary key

Title

Text

Title displayed for this poker preset

PlaceBetsTime

Number

Betting phase time in seconds

MinBetValueAntePlay

Number

Minimum ante/play bet value

MaxBetValueAntePlay

Number

Maximum ante/play bet value

MinBetValuePairPlus

Number

Minimum pair-plus bet value

MaxBetValuePairPlus

Number

Maximum pair-plus bet value

UnluckyRound

Number

Frequency for configured unlucky rounds

RTP

Object

Return-to-player tuning range and bias

ExposureBias

List

Bias tuning by threshold bands

PlayerControls

Object

Win cap / streak / anti-streak controls

FairnessWindows

Object

Unbiased vs biased round windows

PokerPlayableHashes

Playable poker models are defined in rcore_casino/configs/poker.lua in PokerPlayableHashes.

Only models listed in PokerPlayableHashes are treated as playable poker tables and are used for editor table-model selection/create defaults.

Model Preview
Model Name

vw_prop_casino_3cardpoker_01

vw_prop_casino_3cardpoker_01b

h4_prop_casino_3cardpoker_01e

PokerPedModels

Selectable dealer ped models are defined in rcore_casino/configs/poker.lua in PokerPedModels.

Only models from this list can be selected in the editor for dealer peds.

Ambient Poker Tables

The Ambient toggle in editor controls whether a poker table is treated as an ambient/background table (isAmbient = true).

Ambient poker tables are useful for atmosphere and population-style behavior around tables, instead of only active gameplay-focused setups.

Ambient spectator/nearby ped models are configured in rcore_casino/configs/poker.lua in the PokerAmbientPeds list.

Last updated