Configuration
The configuration file shared/config.lua allows you to customize how ic_lib detects and loads different systems.
Framework Configuration
Config.Framework = {
AutoDetect = true, -- Auto-detect framework
ForceFramework = 'standalone', -- Force specific framework (when AutoDetect = false)
DetectionOrder = { -- Detection priority order
'qbx_core',
'qb-core',
'es_extended',
'ND_Core',
'standalone' -- fallback
}
}Options:
Inventory Configuration
Options:
Target Configuration
Options:
Debug Settings
Last updated