Lux HUD Configuration

This guide explains how to correctly install and configure C7 Lux HUD on your FiveM server. Follow each step carefully to ensure the framework loads and functions as intended.

01. Installing the Resource

1

Download the latest release of the C7 Lux HUD;

This folder should contain the folder: c7-scripts-lux-hud

2

Download the latest release of C7 Notifications;

You can download this for free on our shop. Click here for the link to this resource.arrow-up-right

3

Extract the .zip file's

4

Place the folders into your server's resource directory

Your resources folder should look like the following:

resources/
└── [c7-scripts]
    └── c7-scripts-notificaitons
    └── c7-scripts-framework-v3 (if installed)
    └── c7-scripts-lux-hud
circle-exclamation

02. Adding to 'server.cfg'

Add the following line to your server.cfg, preferably after your MySQL and connection resources:

ensure c7-scripts-framework-v3 (if installed)
ensure c7-scripts-notifications (start first)
ensure c7-scripts-lux-hud

03. Script Configuration

Altering the script to your preferred configuration has been made easy with our configuration file. To get started, you need to open the file: c7-scripts-lux-hud/shared/config.lua

1

Configuring the Framework Type

To change the framework type of the script, you need to change the following configuration lines:

2

Configuring the Basics

You must change the following lines:

3

Configuring Area of Play & Priority

You must change the following lines:

circle-exclamation
4

Configuring the Vehicle Controls Module

You must change the following lines:

5

Configuring the Seatbelt Module

You must change the following lines:

6

Configuring the Cruise Control Module

You must change the following lines:

7

Configuring the Sounds

You can upload your own custom sounds if you wish. They must be .ogg files and placed in /html/assets/[your_file].ogg Change the following configuration lines to alter sounds:

8

Configuring the Fuel System

You must change the following lines:

circle-info

Set 'Enabled' to 'false' and 'useExternal' to 'true' to disable the fuel system completely.

05. In-Game Commands

  • /hudsettings - This will open the UI to alter your HUD's appearance to your own style.

  • /hud - This will hide every element on the screen except the minimap.

  • Press 'E' on your keyboard to refuel your vehicle, you must be close to a pump and outside of your vehicle.

Last updated