Blackjack
Managing Blackjack in the Casino Editor
The Blackjack editor page manages blackjack table placement, presets, dealer model, and access rules.

Editor Settings
Name
Text
Choose a display name for the blackjack table
Table model
Select/List
Select the blackjack 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 blackjack table only while players are in interiors
Create table
Action
Create a new blackjack table at player position
Delete table
Action
Delete selected blackjack table
BlackjackConfigs
Blackjack presets are defined in rcore_casino/configs/blackjack.lua in the BlackjackConfigs table.
The editor Preset field selects one of these preset keys.
TextureID
Number
Table texture/style variant id
Banner
Text
UI/banner texture dictionary key
Title
Text
Title displayed for this blackjack preset
PlaceBetsTime
Number
Betting phase time in seconds
MinBetValue
Number
Minimum bet value
MaxBetValue
Number
Maximum bet value
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
DealerOutcomeWeights
Object
Baseline dealer outcome weighting
BlackjackPlayableHashes
Playable blackjack models are defined in rcore_casino/configs/blackjack.lua in BlackjackPlayableHashes.
Only models listed in BlackjackPlayableHashes are treated as playable blackjack tables and are used for editor table-model selection/create defaults.

vw_prop_casino_blckjack_01

vw_prop_casino_blckjack_01b
BlackjackPedModels
Selectable dealer ped models are defined by blackjack defaults in rcore_casino/configs/blackjack.lua (BlackjackSettings).
Only configured/default blackjack dealer models should be used for blackjack dealer peds.
Ambient Blackjack Tables
The Ambient toggle in editor controls whether a blackjack table is treated as an ambient/background table (isAmbient = true).

Ambient blackjack 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/blackjack.lua in the BlackjackAmbientPeds list.
Last updated