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

Config

Edit rcore_housing/config.lua for global settings that apply to the whole script.

🛠️ Debug

Config.Debug = false
Config.UseDebugLevels = false
Config.DebugLevels = { "DEBUG", "DB", "FRONTEND", "BUSINESS", "INTERACTIONS" }
Config.EnhancedDebug = true
Config.ShowBootInformationOnInit = true
Option
Description

Debug

Master debug toggle - silences all debug output when false.

UseDebugLevels

When true, only channels listed in DebugLevels are printed.

DebugLevels

Channel filter. Available channels: INFO, SUCCESS, WARN, DEBUG, SECURITY, BRIDGE, MENU, FRONTEND, GRID, INTERACTIONS, DIRT, NETWORK, DB, BUSINESS.

EnhancedDebug

Append file:line info to every debug line.

ShowBootInformationOnInit

Print boot diagnostics (item checks, bridge detections) even when Debug is off.

💬 Locale

Config.Locale = 'en'

Loads data/locales/[locale].lua. Only en.lua is included by default - see the locale page for adding more.

🔎 Auto Detection

These bridges are detected automatically by default:

Option
Default

Config.Framework

AUTO_DETECT

Config.Database

AUTO_DETECT

Config.Inventory

AUTO_DETECT

Config.Garages

AUTO_DETECT

Config.Weather

AUTO_DETECT

Config.Dispatch

AUTO_DETECT

Config.Phone

AUTO_DETECT

Config.Society

AUTO_DETECT

Config.Clothes

AUTO_DETECT

Config.InteractSystem

AUTO_DETECT

Set them manually only if auto detection picks the wrong resource. See integrations for the full list of supported values.

Config.GameBuild is sourced from sv_enforceGameBuild and defaults to 1604 when unset.

⌨️ Commands

Option
Default
Description

PropertyManager

housing

Opens the admin property manager.

PropertyEditor

peditor

Opens the in-property furniture editor.

PropertyFurniture

pfurniture

Opens furniture storage.

Business

realestate

Opens the real estate agency dashboard.

Marketplace

marketplace

Opens the property marketplace.

DebugConsole

housing_console

Opens the three-lane debug console.

🧪 Debug Console

DebugFrontend toggles verbose React/NUI logging. DebugConsole controls the /housing_console UI - only players in AllowedIdentifiers or with ACE permission housing.debug can open it.

💰 Economy

Option
Description

Symbol

Currency symbol used everywhere in the UI.

Format

before renders $100, after renders 100$.

MoneyItem

Cash item name for inventory-based transactions.

👁️ Preview

Timeout is in seconds. Set to 0 to disable the automatic teleport-out.

📍 Zones

InteractHelp controls the keypress hint UI when no target resource is detected. INTERACT_HELP.NUI shows a styled hint; INTERACT_HELP.NATIVE uses the GTA native text helper.

🪑 Furniture

Option
Default
Description

Shop.Locations

one location

Furniture shop NPC spawn points.

DeliveryFee

10

Flat fee added to every order.

DeliveryTime

5

Minutes before delivery arrives (REALISTIC mode).

DeliverySystem

REALISTIC

REALISTIC waits the delivery time; SIMPLE is instant.

DeliveryObject

prop_boxpile_01a

Box prop spawned at the delivery zone.

DeliveryWallClearance

0.05

Minimum metres kept between the pallet and a wall inside a shell.

🏠 Starter Apartment

When enabled, the resource clones a starter template property and assigns it to first-time players. See Starter Apartments.

🪧 Sale Signs

Colours are 6-character hex without #. See Sale Signs.

🛠️ Property Creator

Each PROPERTY_CREATOR_PERMISSIONS.* key maps to a minimum job grade. nil means admin-only (AdminGroups). See Commands and Permissions for the full key table.

🧱 Interior Creator

These are FiveM native control IDs. See Interior Creator for the keybind workflow.

📷 Cameras

Config.Cameras is the allow-list of prop models that count as security cameras during placement. The default list contains ~25 props (prop_cctv_cam_*, ch_prop_ch_cctv_cam_*, bkr_prop_biker_campbed_01, etc.). Add custom camera models to this table.

🎒 Items

Override these names if your inventory uses different identifiers. See inventory integration for per-inventory item definitions.

🔎 Configuration preview

config.lua

Last updated