Locale & Debug
File: shared/config.lua
Config.Debug
| Key | Type | Default | Description |
|---|---|---|---|
Debug | boolean | true | Enables debug mode. Prints extra information to the server console. |
Config.Debug = true
Language / Locale
Config.Locale = 'en'
Purpose: Set the language for all UI text, notifications, and messages.
Available Languages:
| Code | Language | File |
|---|---|---|
'en' | English | locales/en.json |
'pl' | Polish | locales/pl.json |
'de' | German | locales/de.json |
'es' | Spanish | locales/es.json |
'fr' | French | locales/fr.json |
'hi' | Hindi | locales/hi.json |
'ja' | Japanese | locales/ja.json |
'ru' | Russian | locales/ru.json |
'zh' | Chinese | locales/zh.json |
Related pages
- Company — Defines the gardener company — its name, NPC, map blip, job requirement, parking spots, vehicles, and equipment offsets.
- Database — File: shared/config.lua → Config.Database
- Levels — Controls the leveling progression for the gardener job.
- Missions — File: shared/config.lua → Config.Missions
- Skills — Defines the entire skill tree displayed in the Upgrades panel.
- Uniforms — File: shared/config.lua → Config.Uniforms
- Configuration — back to the section overview