Files
Elite-Gaming-FiveM/resources/[EGRP-CarPacks]/[lapd-pack]/lapdoldcvpi/ulc.lua
T
KingMcDonalds ca69c545fa fixing lapd ulc
2025-11-26 13:57:05 -08:00

51 lines
2.1 KiB
Lua

--[[
Ultimate Lighting Controller Config
the ULC resource is required to use this configuration
get the resource here: https://github.com/Flohhhhh/ultimate-lighting-controller/releases/latest
To learn how to setup and use ULC visit here: https://docs.dwnstr.com/ulc/overview
]]
return { names = {"lapdcvpialpr", "lapdcvpithermal", "2005LAPDCVPI_Hybrid1", "2005LAPDCVPI_Hybrid2", "2005LAPDCVPI_HybridH", "2008LAPDCVPI_77th1", "2008LAPDCVPI_77th2", "2008LAPDCVPI_Hardtop1", "2008LAPDCVPI_Hardtop2", "2008LAPDCVPI_Hybrid1", "2008LAPDCVPI_Hybrid2", "2008LAPDCVPI_HybridT", "2008LAPDCVPI_Traffic1", "08hybridcvpi1", "08hybridcvpi2", "08lapdcvpi1", "08lapdcvpi2", "08lapdcvpighost", "08lapdcvpiharbor", "08lapdcvpisecsd", "08lapdsap", "83727", "84361", "85734", "86385", "86399", "86486", "87136", "SHOP89471"},
steadyBurnConfig = {
forceOn = false, useTime = false,
disableWithLights = false,
sbExtras = {}
},
parkConfig = {
usePark = false,
useSync = false,
syncWith = {},
pExtras = {},
dExtras = {}
},
hornConfig = {
useHorn = false,
hornExtras = {},
},
brakeConfig = {
useBrakes = false,
speedThreshold = 3,
brakeExtras = {}
},
reverseConfig = {
useReverse = false,
reverseExtras = {}
},
doorConfig = {
useDoors = false,
driverSide = {enable = {}, disable = {}},
passSide = {enable = {}, disable = {}},
trunk = {enable ={}, disable = {}}
},
buttons = {
{label = "Stage 1", key = 1, color = "green", extra = 8, linkedExtras = {}, oppositeExtras = {}, offExtras = {5,6,7}, repair = false},
{label = "Stage 2", key = 2, color = "red", extra = 5, linkedExtras = {7}, oppositeExtras = {6}, offExtras = {6}, repair = false},
{label = "Stage 3", key = 3, color = "red", extra = 6, linkedExtras = {7}, oppositeExtras = {5}, offExtras = {5}, repair = false}
},
defaultStages = {
useDefaults = false,
enableKeys = {},
disableKeys = {}
}
}