Slots

Managing Slots in the Casino Editor

The Slots editor page manages slot machine placement, machine type, gameplay preset, and access settings.

Editor Settings

Setting
Type
Info

Name

Text

Choose a display name for the slot machine

Slot type

Select/List (create-time)

Select machine type/hash when creating a new slot machine

Type (read-only)

Display

Shows current machine type for existing slot machine

Preset

Select/List

Select gameplay preset used by this slot machine

VIP only

Toggle

Restrict machine usage to VIP players only

Ambient

Toggle

Mark machine as ambient/background usage mode

Society enabled

Toggle

Enable society/account integration for slot 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 slot machine only while players are in interiors

Create slot machine

Action

Create a new machine from selected type at player position

Delete slot machine

Action

Delete selected slot machine

SlotPresets

Slot presets are defined in rcore_casino/configs/slots.lua in the SlotPresets table.

The editor Preset option uses this table, so if you want to add your own gameplay behavior, add a new preset entry there and then select it in editor.

Preset field
Type
Info

name

Text

Display name of the preset

reels

List of lists

Symbols per reel, in order

payouts

List

Payout values for symbols

jackpotSymbol

Text

Symbol used for jackpot logic

maxBet

Number

Maximum allowed bet for this preset

SlotPlayableHashes

Slot machine types are defined in rcore_casino/configs/slots.lua in the SlotPlayableHashes table.

This table controls what machine models can be created and what default metadata they use.

Hash field
Type
Info

name

Text

Machine display name shown in editor

model

Text

Slot machine model name

defaultPreset

Text

Preset key from SlotPresets used by default

bannerDict

Text

Banner/UI texture dictionary for this machine type

reelsNormal

Text

Normal reel model/texture asset

reelsBlurry

Text

Blur reel model/texture asset used while spinning

sounds

Text

Audio bank/sound set used by this machine

announcer

Text

Announcer voice/profile key

coverOffset

Vector3

Offset for machine cover props/effects

coverModel

Text

Cover model used by this machine type

messageId

Number

Internal message/reward mapping id

display

Text

Display key used by slot renderer/UI

bankname

Text

Audio bank name used for machine sounds

Model Preview
Machine Name
Model Name

vw_prop_casino_slot_01a

Angel Knight

vw_prop_casino_slot_02a

Impotent Rage

vw_prop_casino_slot_03a

Space Rangers

vw_prop_casino_slot_04a

Fame or Shame

vw_prop_casino_slot_05a

Deity of the Sun

vw_prop_casino_slot_06a

Twilight Knife

vw_prop_casino_slot_07a

Diamond Miner

vw_prop_casino_slot_08a

Evacuator

Last updated