GKSHOP
GKSPHONE V2

Configuration

Which GKS Tablet config file to edit for what, and the guide for each area.

Which file do I edit?

FileRuns onWhat's in it
config/config.luaSharedFramework, inventory, the tablet item, keybind and command, job lists, dispatch, MDT case stash.
config/serverconfig.luaServerServer-only settings.
config/config.jsonUIApp list, dock, wallpapers, MDT fine currency, locales.
config/locales/*.jsonUITranslations. English only at present.

Restart gks-tablet after editing — both files are read at resource start.

Quick settings

config/config.lua
Config.Framework        = "auto"    -- esx | qb | qbx | standalone | auto
Config.InventoryScript  = "auto"    -- auto | ox_inventory | none
Config.TabletItemRequire = false    -- true: an item is needed to open it
Config.TabletItemName   = "tablet"
Config.TabletCommand    = "tablet"  -- /tablet
Config.TabletKey        = "F7"
Config.TabletKeyEnabled = true      -- false: item-only, no key and no command

Config.Jobs below them decides who sees the Police and EMS MDTs.

Guides

On this page