Getting Started
Overview
ULC is an all-in-one lighting controller for Non-ELS vehicles in FiveM that allows you to create realistic, and fully configurable lighting your vehicle by interacting with extra-based lighting stages!
It's designed to be simple, customizable and easy to setup.
Preview
Features
- Stage Controls
- Park Patterns with Sync
- Smart Cruise Lights
- Brake Extras
- Reverse Extras
- Horn Extras
Installation
Download
Download the latest version from GitHub
Extract
- Extract ULC and place it in your resources folder.
- The resource works best if you don't rename it from
ulc
.
Add to server.cfg
Add ensure ulc
to your server.cfg
file.
Configure
Quick Start
If you're a server owner and you already have ULC compatible vehicles, all you have to do to is let ULC know about the vehicles!
Go to your config.lua
file and add the vehicle resource names to the ExternalVehResources
table.
ExternalVehResources = {
"your-vehicle-resource-name",
"another-vehicle",
"vehiclepack",
},
Make sure you add the resource name of the vehicle/pack, not the model name!
View the full guide
If you want to learn more about ULC, you can view the full guide below.
Learn More about ULC
Exlpore the topics below to get familiar with how ULC works, and how to get the most out of it.