Configuration
Locale & bridges
cfg.locale = 'en' -- locales/<locale>.json
cfg.bridge = {
framework = 'auto', -- 'auto' | 'qb' | 'esx' | 'standalone'
notification = 'builtin' -- any file name from bridge/notification/
}Entry points
cfg.commands = {
create = 'create_scene', -- string | false
list = 'scenes', -- string | false
}Interface
cfg.nui = {
primaryColor = '#f15d38', -- accent color of the whole interface
overlays = { -- where the hint overlays dock on screen
placement = 'bottom-right', -- key hints while selecting the surface area for a new scene
depth = 'bottom-right', -- key hints while adjusting depth / repositioning before saving
saving = 'bottom-right', -- spinner shown while a confirmed scene save uploads
list = 'top-left', -- the scene list panel
},
fonts = { -- extra editor fonts on top of the built-in system list
{ label = 'Bangers', family = 'Bangers, cursive', url = 'https://fonts.googleapis.com/css2?family=Bangers&display=swap' },
},
}Scenes
Durations
Controls
Texture pool
Permissions
Custom check
Advanced
Last updated