๐Ÿ› ๏ธ Configuration

The License System splits its configuration across several files in the configs/ folder. Each file is documented on its own page:

  • sh.main.lua โ€” shared gameplay settings: pickup NPC, usage triggers, item shops, hideout, fake ID stations and mission, laptop integration.
  • s.main.lua โ€” server-only settings: Discord logging webhook and the license data fields.
  • s.imagehost.lua โ€” where license avatar photos are hosted (uploadhub.gg webhook or a custom host). See also the ๐Ÿ–ผ๏ธ Avatar Photo Hosting guide.
  • sh.lang.lua โ€” all translatable text (notifications, NPC dialog, UI labels).

The configs/ files are escrow-ignored (escrow_ignore in fxmanifest.lua), so you can freely edit them. The open-function hook files c.functions.lua and s.functions.lua, plus all client and server exports, are documented separately under Exports & Events.