For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ› οΈConfiguration

Configuration overview for the License System. Each source config file has its own page describing every option.

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, avatar photo hosting settings, and the license data fields.

  • 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.

Last updated