From cc160c11f839f97192c7527fa8ff7712290be82a Mon Sep 17 00:00:00 2001 From: KingMcDonalds Date: Thu, 25 Dec 2025 02:48:14 -0800 Subject: [PATCH] added new chpack --- .../data/chpcvpirotator/carcols.meta | 1222 +++++++++++++++++ .../data/chpcvpirotator/carvariations.meta | 38 + .../data/chpcvpirotator/handling.meta | 67 + .../data/chpcvpirotator/ulc.lua | 376 +++++ .../data/chpcvpirotator/vehicles.meta | 143 ++ .../data/chpcvpirotatork9/carcols.meta | 1222 +++++++++++++++++ .../data/chpcvpirotatork9/carvariations.meta | 38 + .../data/chpcvpirotatork9/handling.meta | 67 + .../data/chpcvpirotatork9/ulc.lua | 376 +++++ .../data/chpcvpirotatork9/vehicles.meta | 143 ++ .../data/chpcvpist1/carcols.meta | 1222 +++++++++++++++++ .../data/chpcvpist1/carvariations.meta | 38 + .../data/chpcvpist1/handling.meta | 67 + .../chpcvpirotator/data/chpcvpist1/ulc.lua | 376 +++++ .../data/chpcvpist1/vehicles.meta | 143 ++ .../data/chpcvpist2/carcols.meta | 1222 +++++++++++++++++ .../data/chpcvpist2/carvariations.meta | 38 + .../data/chpcvpist2/handling.meta | 67 + .../chpcvpirotator/data/chpcvpist2/ulc.lua | 376 +++++ .../data/chpcvpist2/vehicles.meta | 143 ++ .../chpcvpirotator/fxmanifest.lua | 13 + .../chpcvpirotator/stream/chpcvpirotator.yft | 3 + .../chpcvpirotator/stream/chpcvpirotator.ytd | 3 + .../stream/chpcvpirotator_hi.yft | 3 + .../stream/chpcvpirotatork9.yft | 3 + .../stream/chpcvpirotatork9.ytd | 3 + .../stream/chpcvpirotatork9_hi.yft | 3 + .../chpcvpirotator/stream/chpcvpist1.yft | 3 + .../chpcvpirotator/stream/chpcvpist1.ytd | 3 + .../chpcvpirotator/stream/chpcvpist1_hi.yft | 3 + .../chpcvpirotator/stream/chpcvpist2.yft | 3 + .../chpcvpirotator/stream/chpcvpist2.ytd | 3 + .../chpcvpirotator/stream/chpcvpist2_hi.yft | 3 + resources/lvc/SIRENS.lua | 4 + resources/ulc/config.lua | 5 +- resources/vMenu/config/addons.json | 4 + server.cfg | 85 +- 37 files changed, 7489 insertions(+), 42 deletions(-) create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/carcols.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/carvariations.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/handling.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/ulc.lua create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/vehicles.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/carcols.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/carvariations.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/handling.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/ulc.lua create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/vehicles.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/carcols.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/carvariations.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/handling.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/ulc.lua create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/vehicles.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/carcols.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/carvariations.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/handling.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/ulc.lua create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/vehicles.meta create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/fxmanifest.lua create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator.yft create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator.ytd create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator_hi.yft create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9.yft create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9.ytd create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9_hi.yft create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1.yft create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1.ytd create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1_hi.yft create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2.yft create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2.ytd create mode 100644 resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2_hi.yft diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/carcols.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/carcols.meta new file mode 100644 index 000000000..9b3223d86 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/carcols.meta @@ -0,0 +1,1222 @@ + + + + + + + + chpcvpirotator + + + + + + + VehicleLight_misc_squarelight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/carvariations.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/carvariations.meta new file mode 100644 index 000000000..64336423a --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/carvariations.meta @@ -0,0 +1,38 @@ + + + + + + chpcvpirotator + + + + 0 + 0 + 0 + 0 + 28 + 0 + + + + + + + + 0_default_modkit + + + + + + Police guv plate + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/handling.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/handling.meta new file mode 100644 index 000000000..e7a0126e0 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/handling.meta @@ -0,0 +1,67 @@ + + + + + + chp11cvpi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + SPORTS_CAR + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/ulc.lua b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/ulc.lua new file mode 100644 index 000000000..61a0ccdbd --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/ulc.lua @@ -0,0 +1,376 @@ + +--[[ + 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 = {"chp18charg","chp18chargst"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp18charg","chp18chargst"}, + pExtras = {2,5}, + dExtras = {1,2,3,4} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,4}, oppositeExtras = {}, offExtras = {5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {4,2}, oppositeExtras = {}, offExtras = {1,3,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {5,2}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,10,12}, repair = true}, + {label = "TA - CENTER", key = 5, color = "amber", extra = 8, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,9,10,11,12}, repair = true}, + {label = "WARNING ", key = 6, color = "amber", extra = 9, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp15fpiu","chp15fpiup","chp15fpuk9"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp15fpiu","chp15fpiup","chp15fpiuk9"}, + pExtras = {5,7,4}, + dExtras = {1,2,3,8,11} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING ", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp16fpiu","chp16fpiup"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp16fpiu","chp16fpiup"}, + pExtras = {4,5,7}, + dExtras = {1,2,3,8,11} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT ", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING ", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp20tahoe","chp21tahoe","chp23charg","chp23chargp","chp23Durango","chp20charg","chp20fpiup","chp20fpiu"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp20tahoe","chp21tahoe","chp23charg","chp23chargp","chp23Durango","chp20charg","chp20fpiup","chp20fpiu"}, + pExtras = {3,5}, + dExtras = {1,2,3,6,7} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {2,3,6,7}, oppositeExtras = {}, offExtras = {4,5,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 4, linkedExtras = {3}, oppositeExtras = {}, offExtras = {1,2,5,6,7,8,9,10,11,12}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {3,8,5}, oppositeExtras = {}, offExtras = {1,2,4,6,7,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {5,3,8}, oppositeExtras = {}, offExtras = {1,2,4,6,7,9,10,12}, repair = true}, + {label = "TA - CENTER", key = 5, color = "amber", extra = 9, linkedExtras = {3,5,8}, oppositeExtras = {}, offExtras = {1,2,4,6,7,10,11,12}, repair = true}, + {label = "WARNING ", key = 6, color = "amber", extra = 12, linkedExtras = {8,3}, oppositeExtras = {}, offExtras = {1,2,4,5,6,7,9,10,11}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp15exped","chp15f250","chp15f250st","chp16ram"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp15exped","chp15f250","chp15f250st","chp16ram"}, + pExtras = {2,5}, + dExtras = {1,2,3} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3}, oppositeExtras = {}, offExtras = {4,5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT ", key = 3, color = "amber", extra = 10, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {5,2}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,10,12}, repair = true}, + {label = "WARNING ", key = 5, color = "amber", extra = 9, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp11cvpi" ,"chpcvpirotator","chpcvpirotatork9","chpcvpist1","chpcvpist2"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp11cvpi" ,"chpcvpirotator","chpcvpirotatork9","chpcvpist1","chpcvpist2"}, + pExtras = {4,5,7}, + dExtras = {1,2,3,11,8} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chpum15fpiu"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chpum15fpiu"}, + pExtras = {5}, + dExtras = {1,3} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {3}, oppositeExtras = {}, offExtras = {2,4,5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {5}, oppositeExtras = {}, offExtras = {1,2,3,4,6,7,8,9,11,12}, repair = true}, + {label = "WARNING", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +} \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/vehicles.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/vehicles.meta new file mode 100644 index 000000000..6e6f47308 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotator/vehicles.meta @@ -0,0 +1,143 @@ + + + vehshare + + + + chpcvpirotator + chpcvpirotator + chp11cvpi + chpcvpirotator + chpcvpirotator + null + null + null + null + + null + cvpiv8 + LAYOUT_STANDARD + POLICE_COVER_OFFSET_INFO + EXPLOSION_INFO_DEFAULT + + DEFAULT_FOLLOW_VEHICLE_CAMERA + DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA + VEHICLE_BONNET_CAMERA_MID_HIGH + DEFAULT_POV_CAMERA + + + + + + + + + + + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_CAR_GENERIC + + + + + + + + + + + + + + + + + + + + + + 60.000000 + 80.000000 + 100.000000 + 120.000000 + 500.000000 + 500.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_LIVERY FLAG_EXTRAS_REQUIRE FLAG_EXTRAS_STRONG FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_GENTAXI + VC_EMERGENCY + VWT_MUSCLE + + + + + S_M_Y_Cop_01 + + + + + + + + + + + REWARD_WEAPON_PUMPSHOTGUN + REWARD_AMMO_PUMPSHOTGUN_ENTER_VEHICLE + REWARD_STAT_WEAPON + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + + + + + + STD_POLICE_FRONT_LEFT + STD_POLICE_FRONT_RIGHT + STD_POLICE_REAR_LEFT + STD_POLICE_REAR_RIGHT + + + + + + vehicles_poltax_interior + your_car + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/carcols.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/carcols.meta new file mode 100644 index 000000000..c282087cc --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/carcols.meta @@ -0,0 +1,1222 @@ + + + + + + + + chpcvpirotatork9 + + + + + + + VehicleLight_misc_squarelight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/carvariations.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/carvariations.meta new file mode 100644 index 000000000..09078f533 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/carvariations.meta @@ -0,0 +1,38 @@ + + + + + + chpcvpirotatork9 + + + + 0 + 0 + 0 + 0 + 28 + 0 + + + + + + + + 0_default_modkit + + + + + + Police guv plate + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/handling.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/handling.meta new file mode 100644 index 000000000..e7a0126e0 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/handling.meta @@ -0,0 +1,67 @@ + + + + + + chp11cvpi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + SPORTS_CAR + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/ulc.lua b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/ulc.lua new file mode 100644 index 000000000..61a0ccdbd --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/ulc.lua @@ -0,0 +1,376 @@ + +--[[ + 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 = {"chp18charg","chp18chargst"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp18charg","chp18chargst"}, + pExtras = {2,5}, + dExtras = {1,2,3,4} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,4}, oppositeExtras = {}, offExtras = {5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {4,2}, oppositeExtras = {}, offExtras = {1,3,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {5,2}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,10,12}, repair = true}, + {label = "TA - CENTER", key = 5, color = "amber", extra = 8, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,9,10,11,12}, repair = true}, + {label = "WARNING ", key = 6, color = "amber", extra = 9, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp15fpiu","chp15fpiup","chp15fpuk9"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp15fpiu","chp15fpiup","chp15fpiuk9"}, + pExtras = {5,7,4}, + dExtras = {1,2,3,8,11} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING ", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp16fpiu","chp16fpiup"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp16fpiu","chp16fpiup"}, + pExtras = {4,5,7}, + dExtras = {1,2,3,8,11} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT ", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING ", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp20tahoe","chp21tahoe","chp23charg","chp23chargp","chp23Durango","chp20charg","chp20fpiup","chp20fpiu"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp20tahoe","chp21tahoe","chp23charg","chp23chargp","chp23Durango","chp20charg","chp20fpiup","chp20fpiu"}, + pExtras = {3,5}, + dExtras = {1,2,3,6,7} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {2,3,6,7}, oppositeExtras = {}, offExtras = {4,5,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 4, linkedExtras = {3}, oppositeExtras = {}, offExtras = {1,2,5,6,7,8,9,10,11,12}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {3,8,5}, oppositeExtras = {}, offExtras = {1,2,4,6,7,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {5,3,8}, oppositeExtras = {}, offExtras = {1,2,4,6,7,9,10,12}, repair = true}, + {label = "TA - CENTER", key = 5, color = "amber", extra = 9, linkedExtras = {3,5,8}, oppositeExtras = {}, offExtras = {1,2,4,6,7,10,11,12}, repair = true}, + {label = "WARNING ", key = 6, color = "amber", extra = 12, linkedExtras = {8,3}, oppositeExtras = {}, offExtras = {1,2,4,5,6,7,9,10,11}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp15exped","chp15f250","chp15f250st","chp16ram"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp15exped","chp15f250","chp15f250st","chp16ram"}, + pExtras = {2,5}, + dExtras = {1,2,3} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3}, oppositeExtras = {}, offExtras = {4,5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT ", key = 3, color = "amber", extra = 10, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {5,2}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,10,12}, repair = true}, + {label = "WARNING ", key = 5, color = "amber", extra = 9, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp11cvpi" ,"chpcvpirotator","chpcvpirotatork9","chpcvpist1","chpcvpist2"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp11cvpi" ,"chpcvpirotator","chpcvpirotatork9","chpcvpist1","chpcvpist2"}, + pExtras = {4,5,7}, + dExtras = {1,2,3,11,8} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chpum15fpiu"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chpum15fpiu"}, + pExtras = {5}, + dExtras = {1,3} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {3}, oppositeExtras = {}, offExtras = {2,4,5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {5}, oppositeExtras = {}, offExtras = {1,2,3,4,6,7,8,9,11,12}, repair = true}, + {label = "WARNING", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +} \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/vehicles.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/vehicles.meta new file mode 100644 index 000000000..09076e5d1 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpirotatork9/vehicles.meta @@ -0,0 +1,143 @@ + + + vehshare + + + + chpcvpirotatork9 + chpcvpirotatork9 + chp11cvpi + chpcvpirotatork9 + chpcvpirotatork9 + null + null + null + null + + null + cvpiv8 + LAYOUT_STANDARD + POLICE_COVER_OFFSET_INFO + EXPLOSION_INFO_DEFAULT + + DEFAULT_FOLLOW_VEHICLE_CAMERA + DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA + VEHICLE_BONNET_CAMERA_MID_HIGH + DEFAULT_POV_CAMERA + + + + + + + + + + + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_CAR_GENERIC + + + + + + + + + + + + + + + + + + + + + + 60.000000 + 80.000000 + 100.000000 + 120.000000 + 500.000000 + 500.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_LIVERY FLAG_EXTRAS_REQUIRE FLAG_EXTRAS_STRONG FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_GENTAXI + VC_EMERGENCY + VWT_MUSCLE + + + + + S_M_Y_Cop_01 + + + + + + + + + + + REWARD_WEAPON_PUMPSHOTGUN + REWARD_AMMO_PUMPSHOTGUN_ENTER_VEHICLE + REWARD_STAT_WEAPON + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + + + + + + STD_POLICE_FRONT_LEFT + STD_POLICE_FRONT_RIGHT + STD_POLICE_REAR_LEFT + STD_POLICE_REAR_RIGHT + + + + + + vehicles_poltax_interior + your_car + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/carcols.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/carcols.meta new file mode 100644 index 000000000..b904ca882 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/carcols.meta @@ -0,0 +1,1222 @@ + + + + + + + + chpcvpist1 + + + + + + + VehicleLight_misc_squarelight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/carvariations.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/carvariations.meta new file mode 100644 index 000000000..a0a7061db --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/carvariations.meta @@ -0,0 +1,38 @@ + + + + + + chpcvpist1 + + + + 0 + 0 + 0 + 0 + 28 + 0 + + + + + + + + 0_default_modkit + + + + + + Police guv plate + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/handling.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/handling.meta new file mode 100644 index 000000000..e7a0126e0 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/handling.meta @@ -0,0 +1,67 @@ + + + + + + chp11cvpi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + SPORTS_CAR + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/ulc.lua b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/ulc.lua new file mode 100644 index 000000000..61a0ccdbd --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/ulc.lua @@ -0,0 +1,376 @@ + +--[[ + 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 = {"chp18charg","chp18chargst"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp18charg","chp18chargst"}, + pExtras = {2,5}, + dExtras = {1,2,3,4} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,4}, oppositeExtras = {}, offExtras = {5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {4,2}, oppositeExtras = {}, offExtras = {1,3,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {5,2}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,10,12}, repair = true}, + {label = "TA - CENTER", key = 5, color = "amber", extra = 8, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,9,10,11,12}, repair = true}, + {label = "WARNING ", key = 6, color = "amber", extra = 9, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp15fpiu","chp15fpiup","chp15fpuk9"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp15fpiu","chp15fpiup","chp15fpiuk9"}, + pExtras = {5,7,4}, + dExtras = {1,2,3,8,11} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING ", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp16fpiu","chp16fpiup"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp16fpiu","chp16fpiup"}, + pExtras = {4,5,7}, + dExtras = {1,2,3,8,11} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT ", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING ", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp20tahoe","chp21tahoe","chp23charg","chp23chargp","chp23Durango","chp20charg","chp20fpiup","chp20fpiu"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp20tahoe","chp21tahoe","chp23charg","chp23chargp","chp23Durango","chp20charg","chp20fpiup","chp20fpiu"}, + pExtras = {3,5}, + dExtras = {1,2,3,6,7} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {2,3,6,7}, oppositeExtras = {}, offExtras = {4,5,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 4, linkedExtras = {3}, oppositeExtras = {}, offExtras = {1,2,5,6,7,8,9,10,11,12}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {3,8,5}, oppositeExtras = {}, offExtras = {1,2,4,6,7,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {5,3,8}, oppositeExtras = {}, offExtras = {1,2,4,6,7,9,10,12}, repair = true}, + {label = "TA - CENTER", key = 5, color = "amber", extra = 9, linkedExtras = {3,5,8}, oppositeExtras = {}, offExtras = {1,2,4,6,7,10,11,12}, repair = true}, + {label = "WARNING ", key = 6, color = "amber", extra = 12, linkedExtras = {8,3}, oppositeExtras = {}, offExtras = {1,2,4,5,6,7,9,10,11}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp15exped","chp15f250","chp15f250st","chp16ram"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp15exped","chp15f250","chp15f250st","chp16ram"}, + pExtras = {2,5}, + dExtras = {1,2,3} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3}, oppositeExtras = {}, offExtras = {4,5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT ", key = 3, color = "amber", extra = 10, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {5,2}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,10,12}, repair = true}, + {label = "WARNING ", key = 5, color = "amber", extra = 9, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp11cvpi" ,"chpcvpirotator","chpcvpirotatork9","chpcvpist1","chpcvpist2"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp11cvpi" ,"chpcvpirotator","chpcvpirotatork9","chpcvpist1","chpcvpist2"}, + pExtras = {4,5,7}, + dExtras = {1,2,3,11,8} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chpum15fpiu"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chpum15fpiu"}, + pExtras = {5}, + dExtras = {1,3} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {3}, oppositeExtras = {}, offExtras = {2,4,5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {5}, oppositeExtras = {}, offExtras = {1,2,3,4,6,7,8,9,11,12}, repair = true}, + {label = "WARNING", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +} \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/vehicles.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/vehicles.meta new file mode 100644 index 000000000..214784aaf --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist1/vehicles.meta @@ -0,0 +1,143 @@ + + + vehshare + + + + chpcvpist1 + chpcvpist1 + chp11cvpi + chpcvpist1 + chpcvpist1 + null + null + null + null + + null + cvpiv8 + LAYOUT_STANDARD + POLICE_COVER_OFFSET_INFO + EXPLOSION_INFO_DEFAULT + + DEFAULT_FOLLOW_VEHICLE_CAMERA + DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA + VEHICLE_BONNET_CAMERA_MID_HIGH + DEFAULT_POV_CAMERA + + + + + + + + + + + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_CAR_GENERIC + + + + + + + + + + + + + + + + + + + + + + 60.000000 + 80.000000 + 100.000000 + 120.000000 + 500.000000 + 500.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_LIVERY FLAG_EXTRAS_REQUIRE FLAG_EXTRAS_STRONG FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_GENTAXI + VC_EMERGENCY + VWT_MUSCLE + + + + + S_M_Y_Cop_01 + + + + + + + + + + + REWARD_WEAPON_PUMPSHOTGUN + REWARD_AMMO_PUMPSHOTGUN_ENTER_VEHICLE + REWARD_STAT_WEAPON + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + + + + + + STD_POLICE_FRONT_LEFT + STD_POLICE_FRONT_RIGHT + STD_POLICE_REAR_LEFT + STD_POLICE_REAR_RIGHT + + + + + + vehicles_poltax_interior + your_car + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/carcols.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/carcols.meta new file mode 100644 index 000000000..a747fda69 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/carcols.meta @@ -0,0 +1,1222 @@ + + + + + + + + chpcvpist2 + + + + + + + VehicleLight_misc_squarelight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/carvariations.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/carvariations.meta new file mode 100644 index 000000000..4500fd5b5 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/carvariations.meta @@ -0,0 +1,38 @@ + + + + + + chpcvpist2 + + + + 0 + 0 + 0 + 0 + 28 + 0 + + + + + + + + 0_default_modkit + + + + + + Police guv plate + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/handling.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/handling.meta new file mode 100644 index 000000000..e7a0126e0 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/handling.meta @@ -0,0 +1,67 @@ + + + + + + chp11cvpi + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + SPORTS_CAR + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/ulc.lua b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/ulc.lua new file mode 100644 index 000000000..27888d281 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/ulc.lua @@ -0,0 +1,376 @@ + +--[[ + 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 = {"chp18charg","chp18chargst"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp18charg","chp18chargst"}, + pExtras = {2,5}, + dExtras = {1,2,3,4} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,4}, oppositeExtras = {}, offExtras = {5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {4,2}, oppositeExtras = {}, offExtras = {1,3,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {5,2}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,10,12}, repair = true}, + {label = "TA - CENTER", key = 5, color = "amber", extra = 8, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,9,10,11,12}, repair = true}, + {label = "WARNING ", key = 6, color = "amber", extra = 9, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp15fpiu","chp15fpiup","chp15fpuk9"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp15fpiu","chp15fpiup","chp15fpiuk9"}, + pExtras = {5,7,4}, + dExtras = {1,2,3,8,11} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING ", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp16fpiu","chp16fpiup"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp16fpiu","chp16fpiup"}, + pExtras = {4,5,7}, + dExtras = {1,2,3,8,11} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT ", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING ", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp20tahoe","chp21tahoe","chp23charg","chp23chargp","chp23Durango","chp20charg","chp20fpiup","chp20fpiu"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp20tahoe","chp21tahoe","chp23charg","chp23chargp","chp23Durango","chp20charg","chp20fpiup","chp20fpiu"}, + pExtras = {3,5}, + dExtras = {1,2,3,6,7} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {2,3,6,7}, oppositeExtras = {}, offExtras = {4,5,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 4, linkedExtras = {3}, oppositeExtras = {}, offExtras = {1,2,5,6,7,8,9,10,11,12}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {3,8,5}, oppositeExtras = {}, offExtras = {1,2,4,6,7,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {5,3,8}, oppositeExtras = {}, offExtras = {1,2,4,6,7,9,10,12}, repair = true}, + {label = "TA - CENTER", key = 5, color = "amber", extra = 9, linkedExtras = {3,5,8}, oppositeExtras = {}, offExtras = {1,2,4,6,7,10,11,12}, repair = true}, + {label = "WARNING ", key = 6, color = "amber", extra = 12, linkedExtras = {8,3}, oppositeExtras = {}, offExtras = {1,2,4,5,6,7,9,10,11}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp15exped","chp15f250","chp15f250st","chp16ram"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp15exped","chp15f250","chp15f250st","chp16ram"}, + pExtras = {2,5}, + dExtras = {1,2,3} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3}, oppositeExtras = {}, offExtras = {4,5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT ", key = 3, color = "amber", extra = 10, linkedExtras = {2,5}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,11,12}, repair = true}, + {label = "TA - RIGHT ", key = 4, color = "amber", extra = 11, linkedExtras = {5,2}, oppositeExtras = {}, offExtras = {1,3,4,6,7,8,9,10,12}, repair = true}, + {label = "WARNING ", key = 5, color = "amber", extra = 9, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chp11cvpi","chpcvpirotator","chpcvpirotatork9","chpcvpist1","chpcvpist2"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chp11cvpi","chpcvpirotator","chpcvpirotatork9","chpcvpist1","chpcvpist2"}, + pExtras = {4,5,7}, + dExtras = {1,2,3,11,8} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1", key = 1, color = "green", extra = 1, linkedExtras = {2,3,8,11}, oppositeExtras = {}, offExtras = {4,5,6,7,9,10,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {4,5,7}, oppositeExtras = {}, offExtras = {1,2,3,6,8,9,11,12}, repair = true}, + {label = "WARNING", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +}, + +{names = {"chpum15fpiu"}, + steadyBurnConfig = { + forceOn = false, useTime = false, + disableWithLights = false, + sbExtras = {} + }, + parkConfig = { + usePark = true, + useSync = true, + syncWith = {"chpum15fpiu"}, + pExtras = {5}, + dExtras = {1,3} + }, + hornConfig = { + useHorn = false, + hornExtras = {}, + disableExtras = {} + }, + brakeConfig = { + useBrakes = false, + speedThreshold = 3, + brakeExtras = {}, + disableExtras = {} + }, + reverseConfig = { + useReverse = false, + reverseExtras = {}, + disableExtras = {} + }, + doorConfig = { + useDoors = false, + driverSide = {enable = {}, disable = {}}, + passSide = {enable = {}, disable = {}}, + trunk = {enable ={}, disable = {}} + }, + buttons = { + {label = "STAGE 1 ", key = 1, color = "green", extra = 1, linkedExtras = {3}, oppositeExtras = {}, offExtras = {2,4,5,6,7,8,9,10,11,12}, repair = true}, + {label = "STAGE PRIORITY", key = 2, color = "red", extra = 12, linkedExtras = {2}, oppositeExtras = {}, offExtras = {1,3,4,5,6,7,8,9,10,11}, repair = true}, + {label = "TA - LEFT", key = 3, color = "amber", extra = 10, linkedExtras = {5}, oppositeExtras = {}, offExtras = {1,2,3,4,6,7,8,9,11,12}, repair = true}, + {label = "WARNING", key = 4, color = "amber", extra = 9, linkedExtras = {}, oppositeExtras = {}, offExtras = {1,2,3,4,5,6,7,8,10,11,12}, repair = true} + }, + stages = { + useStages = false, + stageKeys = {}, + }, + defaultStages = { + useDefaults = false, + enableKeys = {}, + disableKeys = {} + } +} \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/vehicles.meta b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/vehicles.meta new file mode 100644 index 000000000..c78e43706 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/data/chpcvpist2/vehicles.meta @@ -0,0 +1,143 @@ + + + vehshare + + + + chpcvpist2 + chpcvpist2 + chp11cvpi + chpcvpist2 + chpcvpist2 + null + null + null + null + + null + cvpiv8 + LAYOUT_STANDARD + POLICE_COVER_OFFSET_INFO + EXPLOSION_INFO_DEFAULT + + DEFAULT_FOLLOW_VEHICLE_CAMERA + DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA + VEHICLE_BONNET_CAMERA_MID_HIGH + DEFAULT_POV_CAMERA + + + + + + + + + + + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_CAR_GENERIC + + + + + + + + + + + + + + + + + + + + + + 60.000000 + 80.000000 + 100.000000 + 120.000000 + 500.000000 + 500.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_LIVERY FLAG_EXTRAS_REQUIRE FLAG_EXTRAS_STRONG FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_GENTAXI + VC_EMERGENCY + VWT_MUSCLE + + + + + S_M_Y_Cop_01 + + + + + + + + + + + REWARD_WEAPON_PUMPSHOTGUN + REWARD_AMMO_PUMPSHOTGUN_ENTER_VEHICLE + REWARD_STAT_WEAPON + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + + + + + + STD_POLICE_FRONT_LEFT + STD_POLICE_FRONT_RIGHT + STD_POLICE_REAR_LEFT + STD_POLICE_REAR_RIGHT + + + + + + vehicles_poltax_interior + your_car + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/fxmanifest.lua b/resources/[EGRP-CarPacks]/chpcvpirotator/fxmanifest.lua new file mode 100644 index 000000000..315a6d01d --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/fxmanifest.lua @@ -0,0 +1,13 @@ +fx_version 'cerulean' +games {'gta5'} +lua54 'yes' +author 'Kilroy Modifications' + +files { + 'data/**/*.meta', +} + +data_file 'HANDLING_FILE' 'data/**/*handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/**/*vehicles.meta' +data_file 'CARCOLS_FILE' 'data/**/*carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/**/*carvariations.meta' \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator.yft b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator.yft new file mode 100644 index 000000000..9f61c4c3f --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041451b0667e1470e16a5c49f56dd807bd136920597211f332923f3b73f05d7e +size 4020197 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator.ytd b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator.ytd new file mode 100644 index 000000000..98e640014 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68adb0f8bd9533fe9e18260f218889ee15ebab9c4b0519aed5fe64e1a7390673 +size 5160857 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator_hi.yft b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator_hi.yft new file mode 100644 index 000000000..e83bfed1a --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotator_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174745d49d55a994d2c6503055fc410f7645e58aaea2d59f75e2189be1b6d0ef +size 6786594 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9.yft b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9.yft new file mode 100644 index 000000000..c055ba4c1 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4918528c29d00b97a9562c4fa492f71ae09120bcb0eaba7c6dd6bc9137e78fd +size 3998824 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9.ytd b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9.ytd new file mode 100644 index 000000000..93c411e31 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b5a3dc26239500b24b614aafdfda672f248dd5d0a3e05c42516b7b4d0a4fdc +size 5204142 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9_hi.yft b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9_hi.yft new file mode 100644 index 000000000..6c72e565e --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpirotatork9_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21e7842a2e53de60a03083cd89a53faefdbda02a871176f96434b829b2493a0 +size 6719898 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1.yft b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1.yft new file mode 100644 index 000000000..817089896 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669b0160a7b0376f0ef1cbec64d79a2a94e33e6845394978d9ed96688ec5e784 +size 3790193 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1.ytd b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1.ytd new file mode 100644 index 000000000..0f77113d8 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffc6986410baad4830df7ff42189593a0b544fbf6b8bb08e9c23f454ae74c6c +size 6715254 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1_hi.yft b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1_hi.yft new file mode 100644 index 000000000..e9452fae2 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist1_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222cedcafb6c82c1c3031519ba8c323c40e0254b460a28731a7c07d1c27f1984 +size 6624767 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2.yft b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2.yft new file mode 100644 index 000000000..952e60b1b --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de14c09ee2d701b528f83bd25c58c3c2177ac7f41124e7441b4d3fc3d47a1cf7 +size 3725903 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2.ytd b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2.ytd new file mode 100644 index 000000000..5ce43f4eb --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645160411d5910ecd27368186e6a67eaba5c08ca6ed34b4222a1ddecb3a6c143 +size 6774952 diff --git a/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2_hi.yft b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2_hi.yft new file mode 100644 index 000000000..aeaa829b1 --- /dev/null +++ b/resources/[EGRP-CarPacks]/chpcvpirotator/stream/chpcvpist2_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608967e78b53c5f0653c5d388ee421c9d31a631ee96b9b62b7fd43ba77e631cf +size 6510536 diff --git a/resources/lvc/SIRENS.lua b/resources/lvc/SIRENS.lua index 836636ba3..48809349b 100644 --- a/resources/lvc/SIRENS.lua +++ b/resources/lvc/SIRENS.lua @@ -794,6 +794,10 @@ SIREN_ASSIGNMENTS = { ['2seprb'] = { 21, 22, 23}, ['3seprb'] = { 21, 22, 23}, ['4seprb'] = { 21, 22, 23}, + ['chpcvpist1'] = { 21, 22, 23}, + ['chpcvpist2'] = { 21, 22, 23}, + ['chpcvpirotator'] = { 21, 22, 23}, + ['chpcvpirotatork9'] = { 21, 22, 23}, [' '] = { 21, 22, 23}, [' '] = { 21, 22, 23}, [' '] = { 21, 22, 23}, diff --git a/resources/ulc/config.lua b/resources/ulc/config.lua index 70a2ab4e3..2006ea33d 100644 --- a/resources/ulc/config.lua +++ b/resources/ulc/config.lua @@ -135,7 +135,10 @@ Config = { "chptahoe3", "chptahoe4", "chptahoek9", - "chp211tahoe", + "chpcvpist1", + "chpcvpist2", + "chpcvpirotator", + "chpcvpirotatork9", "e350vanb", "e450ambo", "f350bubba", diff --git a/resources/vMenu/config/addons.json b/resources/vMenu/config/addons.json index 57534fa28..8993e6bb8 100644 --- a/resources/vMenu/config/addons.json +++ b/resources/vMenu/config/addons.json @@ -695,6 +695,10 @@ "smvic", " ", "chp", + "chpcvpist1", + "chpcvpist2", + "chpcvpirotator", + "chpcvpirotatork9", "chp1200rt", "chp13harley", "chp18charger", diff --git a/server.cfg b/server.cfg index 3c97bb163..b56dfc717 100644 --- a/server.cfg +++ b/server.cfg @@ -207,8 +207,8 @@ ensure ulc ensure Realistic_Flashlight ensure chplightscript ensure 22expdr -ensure fd_drone -ensure fd_dronescript +//ensure fd_drone +//ensure fd_dronescript ensure WeaponWheel-V1.5 ensure ensure @@ -253,7 +253,7 @@ ensure 23f150st ensure thpram ensure -ensure +ensure BigDaddy-EAS ensure BigDaddy-Airbags ensure BigDaddy-RadioAnimation ensure BigDaddy-VendingMachines @@ -262,9 +262,9 @@ ensure BigDaddy-CarLockPick ensure BigDaddy-LEO ensure BigDaddy-Tazed ensure BigDaddy-Hunting -ensure -ensure -ensure +ensure BigDaddy-Jobs-BusDriver +ensure BigDaddy-ObjectSpawner +ensure BigDaddy-Trains ensure thinline_leprops ensure ltundra @@ -288,7 +288,6 @@ ensure tls_ddm4v7 engine sounds ensure harleysound ensure kc157jev8magnaflow -ensure CHP18D ensure tamustanggt50 ensure famg1 ensure ecoboostv6 @@ -318,7 +317,7 @@ ensure aq45bmws14b23 ensure bmwn55 ensure aq45bmws14b23 ensure as332 -ensure Staff-EGRPescal21 +//ensure Staff-EGRPescal21 ensure f21pgt3 ensure f23count ensure f73gtr @@ -338,7 +337,6 @@ ensure fsc20 ensure fsm07 ensure ftecnica ensure fz0615 -ensure EGRPBearcat ensure mxxraprb ensure aqls7raceswap ensure lg48lexlfa @@ -365,7 +363,6 @@ ensure nxsmods22jeep ensure nxsmods21yukon ensure nxsmods21tah ensure nxsmods21sierra -ensure nxsmods21rs7 ensure nxsmods20x7 ensure merc550 ensure xt1 @@ -391,9 +388,6 @@ ensure Specfpui2016 ensure 20fpiu20 ensure 21rangost ensure kc161pstroke67 -ensure santamonicapack -ensure 16expmet -ensure LASD ensure 22f150rb ensure 23f150pr ensure bearcat @@ -415,26 +409,6 @@ ensure lg247hemi57 ensure kc95chevls1cammed ensure kc80cumminsn14jake ensure kc82detroitd60 -ensure LA_Durangos -ensure Retro_LASD_Pack -ensure lacod6 -ensure lacofdbat -ensure lacofdbug -ensure lacofddztrk -ensure lacofdeng -ensure lacofdfoam -ensure lacofdpat -ensure lacofdrs -ensure lacofdsup -ensure lacofdt3 -ensure lacofdtrlr -ensure lacofdusartrk -ensure lacofdusartrlr -ensure lacofdutil -ensure mmech -ensure lacofddztrk -ensure lacofddztrk -ensure petewrecker ensure kc80cumminsn14 ensure kc80cumminsn14jake ensure 2000slacounty @@ -472,8 +446,6 @@ ensure as350 ensure aw139 ensure firehawk ensure 21tacouc -ensure lasdunmarkedpack -ensure dylanrnger ensure leg20fpiurb ensure 23ramrb ensure kc77chevyv6diesel @@ -481,9 +453,6 @@ ensure LACoFDDurango ensure pdstang ensure lg52musgt500v8 ensure kc44camaro12lsa -ensure lasd18taurus -ensure lasd06tahoe -ensure lasd16ram ensure fire23f150xlt ensure FIRE03sierra ensure firegmc23sirhd @@ -498,7 +467,6 @@ ensure ramfire ensure 04fcvpi ensure firetahoe ensure ftaurus -ensure LASDF2400 ensure caltransf150 ensure fs23hoe ensure 23f150 @@ -871,12 +839,48 @@ ensure fs25f150 ensure ebu_f250f ensure 22silv2 ensure 22silv2visor +//ensure santamonicapack + +ensure 16expmet +ensure LASD +ensure LA_Durangos +ensure Retro_LASD_Pack +ensure lasdunmarkedpack +ensure lasd18taurus +ensure lasd06tahoe +ensure lasd16ram +ensure f350bubba +ensure 24tactrd +ensure 19mustgt +ensure 21tacouc +ensure LASDF2400 + +ensure lacod6 +ensure lacofdbat +ensure lacofdbug +ensure lacofddztrk +ensure lacofdeng +ensure lacofdfoam +ensure lacofdpat +ensure lacofdrs +ensure lacofdsup +ensure lacofdt3 +ensure lacofdtrlr +ensure lacofdusartrk +ensure lacofdusartrlr +ensure lacofdutil +ensure mmech +ensure lacofddztrk +ensure lacofddztrk +ensure petewrecker +ensure LACoFDDurango ensure ISP_20charger ensure firef250 ensure dhs14norm + #[-----chp-packs-----] ensure ensure 2022CommandTrailer @@ -913,8 +917,7 @@ ensure vehicles-chp15fpius ensure lafdbatt ensure vehicles-chp15fpiuk9 ensure -ensure chp11cvpiS -ensure +ensure chpcvpirotator ensure chp23tahoe ensure chp23tahoek9 ensure chp20tahoek9