GKSPHONE V2
Configuration
Which GKS Tablet config file to edit for what, and the guide for each area.
Which file do I edit?
| File | Runs on | What's in it |
|---|---|---|
config/config.lua | Shared | Framework, inventory, the tablet item, keybind and command, job lists, dispatch, MDT case stash. |
config/serverconfig.lua | Server | Server-only settings. |
config/config.json | UI | App list, dock, wallpapers, MDT fine currency, locales. |
config/locales/*.json | UI | Translations. English only at present. |
Restart gks-tablet after editing — both files are read at resource start.
Quick settings
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 commandConfig.Jobs below them decides who sees the Police and EMS MDTs.

