forked from TrevorBarns/luxart-vehicle-control
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Agent BUB edited this page Jun 30, 2023
·
1 revision
For the majority of things, please refer to LVC's official documents: https://docs.luxartengineering.com/
At the bottom of the SETTINGS.lua you will see a second marked "CUSTOM SETTINGS FROM BUB". Here you can add vehicles that are in need of stage lighting. As he releases, the script will be updated with officially supported ones from Redneck.
-- The spawncode of the car codes into the [''], then the extras for each stage in their respective slot.
-- Example:
--[[
['spawncode'] = {
one = {2, 5}, -- Extras for Stage 1
two = {3}, -- Extras for Stage 2
three = {4} -- Extras for Stage 3
},
]]
The rest of LVC is not kept up to date.