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

Config.lua

Framework setup

Set your server´s framework.

  • 1 for ESX

  • 2 for QBCORE

Config.Framework = {
    -- 1 = esx
    -- 2 = qbcore
    Active = 0,

💬 Locale setup

Set the language file loaded from rcore_fuel/locales.

Config.Locale = "en"
  • You can also add your own trnaslation by copying en.lua file from rcore_fuel/locales.

  • Change its name to your region code for example es.lua.

  • Make a translation in that file.

  • Change file name in config.lua.

🔎 Auto detection

These options are detected automatically by default:

Option
Default

Config.SkinChangerType

SkinChangerType.AUTOMATIC

Config.InventorySystem

Inventory.AUTOMATIC

Config.SocietySystem

Society.AUTOMATIC

Measurement system

Set measure system for rcore_fuel.

  • METRIC = MeasurementUnits.METRIC

  • IMPERIAL = MeasurementUnits.IMPERIAL

Keymaps

Set keymappings for each action.

You can find all default key mappings at:

Commands and Keybinds

Last updated