diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/__resource.lua b/resources/[EGRP-CarPacks]/EGRP-Emergency/__resource.lua index bf05bfb48..7b5c8aa40 100644 --- a/resources/[EGRP-CarPacks]/EGRP-Emergency/__resource.lua +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/__resource.lua @@ -2402,20 +2402,111 @@ data_file 'CARCOLS_FILE' 'data/Volt1/carcols.meta' data_file 'VEHICLE_VARIATION_FILE' 'data/Volt1/carvariations.meta' data_file 'VEHICLE_LAYOUTS_FILE' 'data/Volt1/dlctext.meta' - -- GSD2022emsexp + -- policeatvrb files { - 'data/GSD2022emsexp/vehicles.meta', - 'data/GSD2022emsexp/carvariations.meta', - 'data/GSD2022emsexp/carcols.meta', - 'data/GSD2022emsexp/handling.meta', - 'data/GSD2022emsexp/vehiclelayouts.meta', + 'data/policeatvrb/vehicles.meta', + 'data/policeatvrb/carvariations.meta', + 'data/policeatvrb/carcols.meta', + 'data/policeatvrb/handling.meta', + 'data/policeatvrb/vehiclelayouts.meta', } -data_file 'HANDLING_FILE' 'data/GSD2022emsexp/handling.meta' -data_file 'VEHICLE_METADATA_FILE' 'data/GSD2022emsexp/vehicles.meta' -data_file 'CARCOLS_FILE' 'data/GSD2022emsexp/carcols.meta' -data_file 'VEHICLE_VARIATION_FILE' 'data/GSD2022emsexp/carvariations.meta' -data_file 'VEHICLE_LAYOUTS_FILE' 'data/GSD2022emsexp/dlctext.meta' +data_file 'HANDLING_FILE' 'data/policeatvrb/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/policeatvrb/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/policeatvrb/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/policeatvrb/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/policeatvrb/dlctext.meta' + + -- DDM_OffJeep + files { + 'data/DDM_OffJeep/vehicles.meta', + 'data/DDM_OffJeep/carvariations.meta', + 'data/DDM_OffJeep/carcols.meta', + 'data/DDM_OffJeep/handling.meta', + 'data/DDM_OffJeep/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/DDM_OffJeep/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/DDM_OffJeep/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/DDM_OffJeep/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/DDM_OffJeep/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/DDM_OffJeep/dlctext.meta' + + -- broncorb + files { + 'data/broncorb/vehicles.meta', + 'data/broncorb/carvariations.meta', + 'data/broncorb/carcols.meta', + 'data/broncorb/handling.meta', + 'data/broncorb/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/broncorb/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/broncorb/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/broncorb/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/broncorb/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/broncorb/dlctext.meta' + + -- 17silvrb + files { + 'data/17silvrb/vehicles.meta', + 'data/17silvrb/carvariations.meta', + 'data/17silvrb/carcols.meta', + 'data/17silvrb/handling.meta', + 'data/17silvrb/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/17silvrb/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/17silvrb/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/17silvrb/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/17silvrb/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/17silvrb/dlctext.meta' + + -- jetskirb + files { + 'data/jetskirb/vehicles.meta', + 'data/jetskirb/carvariations.meta', + 'data/jetskirb/carcols.meta', + 'data/jetskirb/handling.meta', + 'data/jetskirb/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/jetskirb/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/jetskirb/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/jetskirb/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/jetskirb/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/jetskirb/dlctext.meta' + + -- mcc + files { + 'data/mcc/vehicles.meta', + 'data/mcc/carvariations.meta', + 'data/mcc/carcols.meta', + 'data/mcc/handling.meta', + 'data/mcc/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/mcc/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/mcc/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/mcc/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/mcc/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/mcc/dlctext.meta' + + -- jetskitrailer + files { + 'data/jetskitrailer/vehicles.meta', + 'data/jetskitrailer/carvariations.meta', + 'data/jetskitrailer/carcols.meta', + 'data/jetskitrailer/handling.meta', + 'data/jetskitrailer/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/jetskitrailer/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/jetskitrailer/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/jetskitrailer/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/jetskitrailer/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/jetskitrailer/dlctext.meta' + diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/Template/mcmods_sign_1.png b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/Template/mcmods_sign_1.png new file mode 100644 index 000000000..9c6992ed1 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/Template/mcmods_sign_1.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/Template/window_sign.png b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/Template/window_sign.png new file mode 100644 index 000000000..9b9fc679a Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/Template/window_sign.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/carcols.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/carcols.meta new file mode 100644 index 000000000..9f5e1becd --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/carcols.meta @@ -0,0 +1,778 @@ + + + + + + + police dual lightbar + + + + + + + VehicleLight_sirenlight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/carvariations.meta new file mode 100644 index 000000000..12f830e45 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/carvariations.meta @@ -0,0 +1,37 @@ + + + + + 17silvrb + + + + 4 + 4 + 4 + 156 + + + + + + + + + + 0_default_modkit + + + + + + Police guv plate + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/vehicles.meta new file mode 100644 index 000000000..5b8ffd99e --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/17silvrb/vehicles.meta @@ -0,0 +1,148 @@ + + + vehshare + + + + 17silvrb + 17silvrb + baller2 + 17silvrb + + null + null + null + null + + null + sandking + LAYOUT_STANDARD + SHERIFF_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 + + + + + + + + + + + + + + + + + + + + + + 1500.000000 + 3000.000000 + 7000.000000 + 14000.000000 + 50000.000000 + 50000.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 FLAG_HAS_INTERIOR_EXTRAS + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_GENTAXI + VC_EMERGENCY + VWT_MUSCLE + + boattrailer + cotrailer + trailersmall + trailersmall2 + policetrailer + + + + S_M_Y_Sheriff_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_sultan_interior + 17silvrb + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/carcols.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/carcols.meta new file mode 100644 index 000000000..e72f9186f --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/carcols.meta @@ -0,0 +1,776 @@ + + + + + + DDM_OffJeep + + + + + + + VehicleLight_sirenlight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/carvariations.meta new file mode 100644 index 000000000..827bf15a8 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/carvariations.meta @@ -0,0 +1,109 @@ + + + + + + DDM_OffJeep + + + + 112 + 0 + 0 + 156 + + + + + + + + + + + + + + + 112 + 27 + 0 + 156 + + + + + + + + + + + + + + + 45 + 45 + 0 + 156 + + + + + + + + + + + + + + + 62 + 62 + 0 + 156 + + + + + + + + + + + + + + + 0_default_modkit + + + + + + Standard White + + + + White Plate 2 + + + + Blue Plate + + + + Yellow Plate + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/handling.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/handling.meta new file mode 100644 index 000000000..c31ccf883 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/handling.meta @@ -0,0 +1,68 @@ + + + + + + DDM_OffJeep + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2440010 + 4B30003 + 0 + SPORTS_CAR + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/vehicles.meta new file mode 100644 index 000000000..e00d01242 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/DDM_OffJeep/vehicles.meta @@ -0,0 +1,146 @@ + + + vehshare + + + + DDM_OffJeep + DDM_OffJeep + DDM_OffJeep + DDM_OffJeep + Jeep + null + null + null + null + + null + buffalo2 + LAYOUT_BISON + BISON_COVER_OFFSET_INFO + EXPLOSION_INFO_DEFAULT + + DEFAULT_FOLLOW_VEHICLE_CAMERA + DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA + VEHICLE_BONNET_CAMERA_MID_NEAR + DEFAULT_POV_CAMERA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_CAR_GENERIC + + + + + + + + + + + + + + + + + + + + + + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 500.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_IS_OFFROAD_VEHICLE FLAG_IS_BULKY FLAG_ATTACH_TRAILER_ON_HIGHWAY FLAG_ATTACH_TRAILER_IN_CITY FLAG_HAS_INTERIOR_EXTRAS + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_CAVALCADE + VC_EMERGENCY + VWT_SUV + + + + + + VEH_EXT_BOOT + + + + + + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + Truck + + + + + RANGER_BISON_FRONT_LEFT + VAN_RUMPO_FRONT_RIGHT + RANGER_BISON_REAR_LEFT + RANGER_BISON_REAR_RIGHT + VAN_BODHI_REAR_LEFT + VAN_BODHI_REAR_RIGHT + + + + + + vehicles_schaf_interior + jeepde + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/Template/board_template2.png b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/Template/board_template2.png new file mode 100644 index 000000000..90cc450f9 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/Template/board_template2.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/Template/bronco_sign_1.png b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/Template/bronco_sign_1.png new file mode 100644 index 000000000..d2a06ac9c Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/Template/bronco_sign_1.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/carcols.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/carcols.meta new file mode 100644 index 000000000..0de979621 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/carcols.meta @@ -0,0 +1,779 @@ + + + + + + + + police dual lightbar + + + + + + + VehicleLight_sirenlight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/carvariations.meta new file mode 100644 index 000000000..a3e9a301b --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/carvariations.meta @@ -0,0 +1,35 @@ + + + + + broncorb + + + + 156 + 156 + + + + + + + + + + 0_default_modkit + + + + + + Police guv plate + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/vehicles.meta new file mode 100644 index 000000000..b3266e773 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/broncorb/vehicles.meta @@ -0,0 +1,161 @@ + + + vehshare + + + + broncorb + broncorb + BALLER2 + broncorb + Ford + null + null + null + null + + null + CONTENDER + LAYOUT_RANGER + BISON_COVER_OFFSET_INFO + EXPLOSION_INFO_DEFAULT + + DEFAULT_FOLLOW_VEHICLE_CAMERA + DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA + VEHICLE_BONNET_CAMERA_MID_NEAR + DEFAULT_POV_CAMERA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_CAR_OFFROAD + + + + + + + + + + + + + + + + + + + + + + 1500.000000 + 3000.000000 + 7000.000000 + 14000.000000 + 50000.000000 + 50000.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 FLAG_HAS_INTERIOR_EXTRAS FLAG_ATTACH_TRAILER_ON_HIGHWAY FLAG_ATTACH_TRAILER_IN_CITY + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_RACE + VC_EMERGENCY + VWT_SUV + + boattrailer + trailersmall + nbtrailer + cotrailer + thauler + hometrailer + thauler + cartr16 + cartrailer + + + ftt + armytanker + armytrailer + tr4 + lowboy + + + + S_M_M_Trucker_01 + + + + + + VEH_EXT_BONNET + + + + + + + + WHEEL_WIDE_REAR_RIGHT_CAMERA + WHEEL_WIDE_REAR_LEFT_CAMERA + + Truck + + + + + TRUCK_PHANTOM_FRONT_LEFT + TRUCK_PACKER_FRONT_RIGHT + + + + + + vehicles_race_generic + broncorb + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/carcols.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/carcols.meta new file mode 100644 index 000000000..713393e65 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/carcols.meta @@ -0,0 +1,779 @@ + + + + + + + + police dual lightbar + + + + + + + VehicleLight_sirenlight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/carvariations.meta new file mode 100644 index 000000000..dcfb9db81 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/carvariations.meta @@ -0,0 +1,37 @@ + + + + + jetskirb + + + + 5 + 5 + 5 + 156 + + + + + + + + + + 0_default_modkit + + + + + + Police guv plate + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/handling.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/handling.meta new file mode 100644 index 000000000..03e89047d --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/handling.meta @@ -0,0 +1,111 @@ + + + + + + jetskirb + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 8000000 + 11000000 + 20 + AVERAGE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/jetski_sign_1.png b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/jetski_sign_1.png new file mode 100644 index 000000000..ec0b9acd2 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/jetski_sign_1.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/vehicles.meta new file mode 100644 index 000000000..e50594e61 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskirb/vehicles.meta @@ -0,0 +1,129 @@ + + + vehshare + + + + jetskirb + jetskirb + jetskirb + jetskirb + Sea Doo + null + null + null + null + + null + SEASHARK + LAYOUT_BOAT_JETSKI + STANDARD_COVER_OFFSET_INFO + EXPLOSION_INFO_BOAT_SMALL + + FOLLOW_JETSKI_CAMERA + BIKE_AIM_CAMERA + JETSKI_POV_CAMERA + JETSKI_POV_CAMERA + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_JETSKI_GENERIC + + + + + + + + + + + + + + + + + + + + + + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 750.000000 + 750.000000 + + + + + + + + + + + SWANKNESS_2 + + FLAG_NO_BOOT FLAG_EXTRAS_RARE FLAG_GEN_NAVMESH FLAG_IS_JETSKI FLAG_DONT_SPAWN_AS_AMBIENT 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 FLAG_HAS_INTERIOR_EXTRAS + VEHICLE_TYPE_BOAT + VPT_NONE + VDT_TRUCK + VC_BOAT + VWT_SPORT + + + + + a_m_y_jetski_01 + + + + + + + + + + + + VEH_HANDLEBAR_LEFT_CAMERA + VEH_HANDLEBAR_RIGHT_CAMERA + + + + + + + BOAT_JETSKI_FRONT + BOAT_JETSKI_REAR + + + + + + vehshare + vehshare_truck + + + vehshare_truck + seadoogti215 + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskitrailer/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskitrailer/carvariations.meta new file mode 100644 index 000000000..edb7fbb56 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskitrailer/carvariations.meta @@ -0,0 +1,243 @@ + + + + + + jetskitrailer + + + + 47 + 121 + 4 + 156 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 58 + 60 + 3 + 156 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 86 + 86 + 4 + 156 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 114 + 23 + 0 + 156 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 121 + 122 + 0 + 156 + 0 + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0_default_modkit + + + + + + White Plate 2 + + + + Blue Plate + + + + Yellow Plate + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskitrailer/handling.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskitrailer/handling.meta new file mode 100644 index 000000000..bd09c0b13 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskitrailer/handling.meta @@ -0,0 +1,73 @@ + + + + + + jetskitrailer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 20220048 + 0 + 30 + AVERAGE + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskitrailer/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskitrailer/vehicles.meta new file mode 100644 index 000000000..9dd641411 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/jetskitrailer/vehicles.meta @@ -0,0 +1,105 @@ + + + vehshare + + + + jetskitrailer + jetskitrailer + jetskitrailer + jetskitrailer + + null + null + null + null + + null + + LAYOUT_UNKNOWN + TRAILERS_COVER_OFFSET_INFO + EXPLOSION_INFO_DEFAULT + + FOLLOW_ARTIC_CAMERA + ARTIC_AIM_CAMERA + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_TRAILER_GENERIC + + + + + + + + + + + + + + + + + + + + + + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 500.000000 + + + + + + + + + + SWANKNESS_1 + + FLAG_EXTRAS_REQUIRE FLAG_EXTRAS_STRONG FLAG_PEDS_CAN_STAND_ON_TOP FLAG_GEN_NAVMESH FLAG_DONT_SPAWN_AS_AMBIENT + VEHICLE_TYPE_TRAILER + VPT_NONE + VC_UTILITY + VWT_SPORT + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/carcols.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/carcols.meta new file mode 100644 index 000000000..e29ea9c7e --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/carcols.meta @@ -0,0 +1,759 @@ + + + + + + + + mcc + + + + + + + VehicleLight_sirenlight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/carvariations.meta new file mode 100644 index 000000000..d57d166f9 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/carvariations.meta @@ -0,0 +1,35 @@ + + + + + mcc + + + + 132 + 0 + 122 + 156 + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/template.png b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/template.png new file mode 100644 index 000000000..5ce5c03af Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/template.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/template/template.png b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/template/template.png new file mode 100644 index 000000000..5ce5c03af Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/template/template.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/vehicles.meta new file mode 100644 index 000000000..ce9bf9731 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/mcc/vehicles.meta @@ -0,0 +1,125 @@ + + + vehshare + + + + mcc + mcc + RIOT + mcc + PETERBILT + null + null + null + null + + null + RIOT + LAYOUT_TRUCK + PACKER_COVER_OFFSET_INFO + EXPLOSION_INFO_TRUCK + + FOLLOW_ARTIC_CAMERA + ARTIC_AIM_CAMERA + VEHICLE_BONNET_CAMERA_LOW + DEFAULT_POV_CAMERA_NO_REVERSE_LOOKAROUND_MID + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_TRUCK_RIG + + + + + + + + + + + + + + + + + + + + + + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 500.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_LAW_ENFORCEMENT FLAG_HAS_LIVERY FLAG_EXTRAS_REQUIRE FLAG_EXTRAS_STRONG FLAG_EMERGENCY_SERVICE FLAG_NO_RESPRAY FLAG_BIG FLAG_CAN_HONK_WHEN_FLEEING FLAG_AVOID_TURNS FLAG_IS_BULKY + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_TRUCK + VC_EMERGENCY + + + + + S_M_Y_Cop_01 + + + + + + VEH_EXT_BONNET + + + + + + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + Truck + + + + + TRUCK_PHANTOM_FRONT_LEFT + TRUCK_PACKER_FRONT_RIGHT + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/policeatvrb/Template/atv_sign_1.png b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/policeatvrb/Template/atv_sign_1.png new file mode 100644 index 000000000..627c7df4f Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/policeatvrb/Template/atv_sign_1.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/policeatvrb/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/policeatvrb/vehicles.meta index dc395b300..b6cf34e90 100644 --- a/resources/[EGRP-CarPacks]/EGRP-Emergency/data/policeatvrb/vehicles.meta +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/data/policeatvrb/vehicles.meta @@ -89,8 +89,29 @@ VC_EMERGENCY VWT_OFFROAD - boattrailer - trailersmall + boattrailer + trailersmall + trailersmall2 + cartrailer + ctrailer + thauler + chauler + shauler + bigtex + pjtrailer + cotrailer + nbtrailer + 20fttrailer + trailercast + foxtr1 + codestalker + boattrailer2 + btrailer + yftrailer + camperman + ehauler + seadoohauler + uhauler diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/17silvrb/17silvrb.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/17silvrb/17silvrb.yft new file mode 100644 index 000000000..56e8c6a0f --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/17silvrb/17silvrb.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d97cb90f22c0182725f9443367e8388b08ac17309703ae137eba28e93e4b1206 +size 8838576 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/17silvrb/17silvrb.ytd b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/17silvrb/17silvrb.ytd new file mode 100644 index 000000000..3c24f9654 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/17silvrb/17silvrb.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6737df077dd0fceab092f9d10424fce89f3de49a0c4675dc202c7cc36d22cf40 +size 11328421 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/17silvrb/17silvrb_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/17silvrb/17silvrb_hi.yft new file mode 100644 index 000000000..ce276a23a --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/17silvrb/17silvrb_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923d40c71514b0de8b10ec08e55ef36d672655067800802f8a8fe48b8acf7fe7 +size 8838476 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/DDM_OffJeep/DDM_OffJeep.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/DDM_OffJeep/DDM_OffJeep.yft new file mode 100644 index 000000000..2691c124e --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/DDM_OffJeep/DDM_OffJeep.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f00669ada602d23ab5b5cdf10480f5bccbe59fd883e04722cfa4972db7dbbe +size 9344041 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/DDM_OffJeep/DDM_OffJeep.ytd b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/DDM_OffJeep/DDM_OffJeep.ytd new file mode 100644 index 000000000..9c040d39a --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/DDM_OffJeep/DDM_OffJeep.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98f0e888120e442de14fd1edafd81853fccb116f22bbf13d80d4ce8959823e0 +size 4849017 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/DDM_OffJeep/DDM_OffJeep_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/DDM_OffJeep/DDM_OffJeep_hi.yft new file mode 100644 index 000000000..3fda494b4 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/DDM_OffJeep/DDM_OffJeep_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7bcd9e13b9664ab7c8abd787f6043cd484e1fafad947fbe67553dfa6a733ae +size 9344044 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/broncorb/broncorb.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/broncorb/broncorb.yft new file mode 100644 index 000000000..49c2c52c8 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/broncorb/broncorb.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a12e7b049c231d2df63bd5a845797da7584e9b5586772a4d79d5058f6e6de1 +size 10305880 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/broncorb/broncorb.ytd b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/broncorb/broncorb.ytd new file mode 100644 index 000000000..a68ffe686 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/broncorb/broncorb.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365f3296fead73a38d6461b1bbb98ab96dcb2e3368310c44f66da792b9d28cf7 +size 9515720 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/broncorb/broncorb_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/broncorb/broncorb_hi.yft new file mode 100644 index 000000000..94d708e6d --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/broncorb/broncorb_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adb3edcf7b5d12fd0998d94722af969e3269187fb4611eb3d7b68f14d23604b +size 10287271 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskirb/jetskirb.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskirb/jetskirb.yft new file mode 100644 index 000000000..e8e4f5a7d --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskirb/jetskirb.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b22419a3453259c87fdd593bdc655ae56aa5deb417828c5d2752a5e0784a31 +size 6515144 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskirb/jetskirb.ytd b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskirb/jetskirb.ytd new file mode 100644 index 000000000..cdc547001 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskirb/jetskirb.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b542b8ce90a24a94a5a97ffce4e2d02110d8c018ded9f2d2b8cb4dd0d3a696 +size 6436787 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskirb/jetskirb_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskirb/jetskirb_hi.yft new file mode 100644 index 000000000..45c552af2 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskirb/jetskirb_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3d14413b766c04fc3584b2f3067312ca3da531bea5dc6987537be4cf2aac1c +size 6515144 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskitrailer/jetskitrailer.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskitrailer/jetskitrailer.yft new file mode 100644 index 000000000..6a8d39201 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskitrailer/jetskitrailer.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a42f53c35a1264ed17429186eacca4ceda97082b03e928837675ac3267074c +size 4306407 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskitrailer/jetskitrailer.ytd b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskitrailer/jetskitrailer.ytd new file mode 100644 index 000000000..c4059e566 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskitrailer/jetskitrailer.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfa65024097bb47d6de1b1c17512404d2afaf2c34944c50f225839b380dc450 +size 5821465 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskitrailer/jetskitrailer_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskitrailer/jetskitrailer_hi.yft new file mode 100644 index 000000000..6a8d39201 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/jetskitrailer/jetskitrailer_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a42f53c35a1264ed17429186eacca4ceda97082b03e928837675ac3267074c +size 4306407 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/mcc/mcc.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/mcc/mcc.yft new file mode 100644 index 000000000..f3f4bee35 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/mcc/mcc.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06bc882f454ede879bf03e91840b03398ce788a44a9d5dcdec85eead45cf61e +size 4328226 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/mcc/mcc.ytd b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/mcc/mcc.ytd new file mode 100644 index 000000000..caf36da8c --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/mcc/mcc.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e368232aaade32005bf6a8f725fafe1f81963fb2b50a8ee79924efe3bc024864 +size 7529255 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/mcc/mcc_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/mcc/mcc_hi.yft new file mode 100644 index 000000000..ee2b424e6 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/mcc/mcc_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a0e6501b47c0330b8915b188a2ead5c99f45dc9fda1025435710f9f15436f7 +size 4328218 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/policeatvrb/policeatvrb.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/policeatvrb/policeatvrb.yft new file mode 100644 index 000000000..c9f882781 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/policeatvrb/policeatvrb.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41af0db501528d0ba4efefa247fa717cd409e5c181ef2b27d1d4eb44e5e1f3a +size 3775947 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/policeatvrb/policeatvrb.ytd b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/policeatvrb/policeatvrb.ytd new file mode 100644 index 000000000..ef8034869 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/policeatvrb/policeatvrb.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff9362b5098630d89a2cc6c2aaafc8b51d03eb3d1b3885741c63dc42e92f822 +size 5765749 diff --git a/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/policeatvrb/policeatvrb_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/policeatvrb/policeatvrb_hi.yft new file mode 100644 index 000000000..7b3bf5964 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Emergency/stream/policeatvrb/policeatvrb_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b1de544a15ab972c5273976c3906dceaea0c79cc5f17c5c84742bbc86d3414 +size 3775951 diff --git a/resources/[EGRP-CarPacks]/EGRP-Extras/__resource.lua b/resources/[EGRP-CarPacks]/EGRP-Extras/__resource.lua index 44a0e4881..4fbac8aae 100644 --- a/resources/[EGRP-CarPacks]/EGRP-Extras/__resource.lua +++ b/resources/[EGRP-CarPacks]/EGRP-Extras/__resource.lua @@ -1455,6 +1455,82 @@ data_file 'CARCOLS_FILE' 'data/2022pshrb/carcols.meta' data_file 'VEHICLE_VARIATION_FILE' 'data/2022pshrb/carvariations.meta' data_file 'VEHICLE_LAYOUTS_FILE' 'data/2022pshrb/dlctext.meta' + -- scso16exp + files { + 'data/scso16exp/vehicles.meta', + 'data/scso16exp/carvariations.meta', + 'data/scso16exp/carcols.meta', + 'data/scso16exp/handling.meta', + 'data/scso16exp/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/scso16exp/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/scso16exp/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/scso16exp/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/scso16exp/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/scso16exp/dlctext.meta' + + -- scso16expk9 + files { + 'data/scso16expk9/vehicles.meta', + 'data/scso16expk9/carvariations.meta', + 'data/scso16expk9/carcols.meta', + 'data/scso16expk9/handling.meta', + 'data/scso16expk9/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/scso16expk9/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/scso16expk9/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/scso16expk9/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/scso16expk9/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/scso16expk9/dlctext.meta' + + -- 20sacexp + files { + 'data/20sacexp/vehicles.meta', + 'data/20sacexp/carvariations.meta', + 'data/20sacexp/carcols.meta', + 'data/20sacexp/handling.meta', + 'data/20sacexp/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/20sacexp/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/20sacexp/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/20sacexp/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/20sacexp/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/20sacexp/dlctext.meta' + + -- 24humev + files { + 'data/24humev/vehicles.meta', + 'data/24humev/carvariations.meta', + 'data/24humev/carcols.meta', + 'data/24humev/handling.meta', + 'data/24humev/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/24humev/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/24humev/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/24humev/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/24humev/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/24humev/dlctext.meta' + + -- GC21F250 + files { + 'data/GC21F250/vehicles.meta', + 'data/GC21F250/carvariations.meta', + 'data/GC21F250/carcols.meta', + 'data/GC21F250/handling.meta', + 'data/GC21F250/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/GC21F250/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/GC21F250/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/GC21F250/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/GC21F250/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/GC21F250/dlctext.meta' + + diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/__resource.lua b/resources/[EGRP-CarPacks]/EGRP-Service/__resource.lua index 75e051298..d22d57da7 100644 --- a/resources/[EGRP-CarPacks]/EGRP-Service/__resource.lua +++ b/resources/[EGRP-CarPacks]/EGRP-Service/__resource.lua @@ -240,7 +240,80 @@ data_file 'CARCOLS_FILE' 'data/bcwspumper/carcols.meta' data_file 'VEHICLE_VARIATION_FILE' 'data/bcwspumper/carvariations.meta' data_file 'VEHICLE_LAYOUTS_FILE' 'data/bcwspumper/dlctext.meta' + -- taxi1 + files { + 'data/taxi1/vehicles.meta', + 'data/taxi1/carvariations.meta', + 'data/taxi1/carcols.meta', + 'data/taxi1/handling.meta', + 'data/taxi1/vehiclelayouts.meta', +} +data_file 'HANDLING_FILE' 'data/taxi1/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/taxi1/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/taxi1/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/taxi1/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/taxi1/dlctext.meta' + + -- taxi2 + files { + 'data/taxi2/vehicles.meta', + 'data/taxi2/carvariations.meta', + 'data/taxi2/carcols.meta', + 'data/taxi2/handling.meta', + 'data/taxi2/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/taxi2/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/taxi2/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/taxi2/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/taxi2/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/taxi2/dlctext.meta' + + -- taxi3 + files { + 'data/taxi3/vehicles.meta', + 'data/taxi3/carvariations.meta', + 'data/taxi3/carcols.meta', + 'data/taxi3/handling.meta', + 'data/taxi3/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/taxi3/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/taxi3/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/taxi3/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/taxi3/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/taxi3/dlctext.meta' + + -- taxi4 + files { + 'data/taxi4/vehicles.meta', + 'data/taxi4/carvariations.meta', + 'data/taxi4/carcols.meta', + 'data/taxi4/handling.meta', + 'data/taxi4/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/taxi4/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/taxi4/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/taxi4/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/taxi4/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/taxi4/dlctext.meta' + + -- taxi5 + files { + 'data/taxi5/vehicles.meta', + 'data/taxi5/carvariations.meta', + 'data/taxi5/carcols.meta', + 'data/taxi5/handling.meta', + 'data/taxi5/vehiclelayouts.meta', +} + +data_file 'HANDLING_FILE' 'data/taxi5/handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'data/taxi5/vehicles.meta' +data_file 'CARCOLS_FILE' 'data/taxi5/carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'data/taxi5/carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'data/taxi5/dlctext.meta' client_script { diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/Templates/cv_windows.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/Templates/cv_windows.png new file mode 100644 index 000000000..1c0ec95d9 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/Templates/cv_windows.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/Templates/cvpi_sign_1.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/Templates/cvpi_sign_1.png new file mode 100644 index 000000000..2d226c876 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/Templates/cvpi_sign_1.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/carvariations.meta new file mode 100644 index 000000000..239a68a65 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/carvariations.meta @@ -0,0 +1,37 @@ + + + + + taxi1 + + + + 88 + 0 + 0 + 156 + + + + + + + + + + 0_default_modkit + + + + + + Standard White + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/handling.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/handling.meta new file mode 100644 index 000000000..22962ba8c --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/handling.meta @@ -0,0 +1,66 @@ + + + + + + taxi1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + AVERAGE + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/vehicles.meta new file mode 100644 index 000000000..82f41a942 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi1/vehicles.meta @@ -0,0 +1,136 @@ + + + vehshare + + + + taxi1 + taxi1 + taxi1 + taxi1 + + null + null + null + null + + null + POLICE + LAYOUT_STANDARD + SHERIFF_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 + + + + + + + + + + + + + + + + + + + + + + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 750.000000 + 750.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_LIVERY FLAG_EXTRAS_REQUIRE FLAG_EXTRAS_STRONG FLAG_EXTRAS_STRONG FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON FLAG_HAS_INTERIOR_EXTRAS + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_GENTAXI + VC_SERVICE + VWT_MUSCLE + + + + + S_M_Y_Sheriff_01 + + + + + + + + + + + + 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 + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/NORMAL WINDOWS.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/NORMAL WINDOWS.png new file mode 100644 index 000000000..c613f4bc8 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/NORMAL WINDOWS.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/REAR TINTED WINDOWS.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/REAR TINTED WINDOWS.png new file mode 100644 index 000000000..589be966c Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/REAR TINTED WINDOWS.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/TEMPLATE.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/TEMPLATE.png new file mode 100644 index 000000000..a0bcbcc49 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/TEMPLATE.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/TINTED WINDOWS.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/TINTED WINDOWS.png new file mode 100644 index 000000000..38cf43ff4 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/Templates/TINTED WINDOWS.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/carvariations.meta new file mode 100644 index 000000000..4072e8ea4 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/carvariations.meta @@ -0,0 +1,37 @@ + + + + + taxi2 + + + + 88 + 0 + 0 + 156 + + + + + + + + + + 0_default_modkit + + + + + + Standard White + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/handling.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/handling.meta new file mode 100644 index 000000000..aa7bdee2b --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/handling.meta @@ -0,0 +1,66 @@ + + + + + + taxi2 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + AVERAGE + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/vehicles.meta new file mode 100644 index 000000000..774c9a32f --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi2/vehicles.meta @@ -0,0 +1,134 @@ + + + vehshare + + + + taxi2 + taxi2 + taxi2 + taxi2 + taxi2 + null + null + null + null + + null + WINDSOR + LAYOUT_STANDARD + BUFFALO_COVER_OFFSET_INFO + EXPLOSION_INFO_DEFAULT + + DEFAULT_FOLLOW_VEHICLE_CAMERA + BOX_VEHICLE_AIM_CAMERA + VEHICLE_BONNET_CAMERA_STANDARD + DEFAULT_POV_CAMERA_LOOKAROUND + + + + + + + + + + + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_CAR_GENERIC + + + + + + + + + + + + + + + + + + + + + + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 750.000000 + 750.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_LIVERY FLAG_EXTRAS_REQUIRE FLAG_EXTRAS_STRONG FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON FLAG_HAS_INTERIOR_EXTRAS FLAG_ATTACH_TRAILER_ON_HIGHWAY FLAG_ATTACH_TRAILER_IN_CITY + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_RACE + VC_SERVICE + VWT_SUV + + + + + + + + + + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + + + + + + STD_POLICE3_FRONT_LEFT + STD_POLICE3_FRONT_RIGHT + STD_POLICE2_REAR_LEFT + STD_POLICE2_REAR_RIGHT + + + + + + vehicles_banshee_interior + taxi2 + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/Templates/TEMPLATE V1.1.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/Templates/TEMPLATE V1.1.png new file mode 100644 index 000000000..0741d40d8 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/Templates/TEMPLATE V1.1.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/Templates/window_sign.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/Templates/window_sign.png new file mode 100644 index 000000000..c24d9aa91 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/Templates/window_sign.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/carvariations.meta new file mode 100644 index 000000000..7c246e7af --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/carvariations.meta @@ -0,0 +1,37 @@ + + + + + taxi3 + + + + 88 + 0 + 0 + 156 + + + + + + + + + + 0_default_modkit + + + + + + Standard White + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/handling.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/handling.meta new file mode 100644 index 000000000..a93161b47 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/handling.meta @@ -0,0 +1,66 @@ + + + + + + taxi3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + AVERAGE + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/vehicles.meta new file mode 100644 index 000000000..473a7d535 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi3/vehicles.meta @@ -0,0 +1,136 @@ + + + vehshare + + + + taxi3 + taxi3 + taxi3 + taxi3 + + null + null + null + null + + null + TAILGATER + LAYOUT_STANDARD + SHERIFF_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 + + + + + + + + + + + + + + + + + + + + + + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 750.000000 + 750.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_LIVERY FLAG_EXTRAS_REQUIRE FLAG_EXTRAS_STRONG FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON FLAG_HAS_INTERIOR_EXTRAS FLAG_ATTACH_TRAILER_ON_HIGHWAY FLAG_ATTACH_TRAILER_IN_CITY + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_GENTAXI + VC_SERVICE + VWT_MUSCLE + + + + + S_M_Y_Sheriff_01 + + + + + + + + + + + + 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 + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/Templates/Template.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/Templates/Template.png new file mode 100644 index 000000000..470cfc366 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/Templates/Template.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/Templates/Window_template_caprice.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/Templates/Window_template_caprice.png new file mode 100644 index 000000000..2de785ed5 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/Templates/Window_template_caprice.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/carvariations.meta new file mode 100644 index 000000000..a4f51ae08 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/carvariations.meta @@ -0,0 +1,37 @@ + + + + + taxi4 + + + + 88 + 88 + 0 + 156 + + + + + + + + + + 0_default_modkit + + + + + + Standard White + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/handling.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/handling.meta new file mode 100644 index 000000000..ecb1d4725 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/handling.meta @@ -0,0 +1,66 @@ + + + + + + taxi4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + AVERAGE + + + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/vehicles.meta new file mode 100644 index 000000000..489f23692 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi4/vehicles.meta @@ -0,0 +1,136 @@ + + + vehshare + + + + taxi4 + taxi4 + taxi4 + taxi4 + + null + null + null + null + + null + TAILGATER + LAYOUT_STANDARD + SHERIFF_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 + + + + + + + + + + + + + + + + + + + + + + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 750.000000 + 750.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_LIVERY FLAG_EXTRAS_REQUIRE FLAG_EXTRAS_STRONG FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_REPORT_CRIME_IF_STANDING_ON FLAG_HAS_INTERIOR_EXTRAS + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_GENTAXI + VC_SERVICE + VWT_MUSCLE + + + + + S_M_Y_Sheriff_01 + + + + + + + + + + + + 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 + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/Templates/Window_template.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/Templates/Window_template.png new file mode 100644 index 000000000..61abce36f Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/Templates/Window_template.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/Templates/smodel_sign_1.png b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/Templates/smodel_sign_1.png new file mode 100644 index 000000000..763cf1e38 Binary files /dev/null and b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/Templates/smodel_sign_1.png differ diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/carvariations.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/carvariations.meta new file mode 100644 index 000000000..eb4b0664c --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/carvariations.meta @@ -0,0 +1,37 @@ + + + + + taxi5 + + + + 88 + 0 + 0 + 156 + + + + + + + + + + 0_default_modkit + + + + + + Standard White + + + + + + + + + \ No newline at end of file diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/handling.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/handling.meta new file mode 100644 index 000000000..aa20ccfd9 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/handling.meta @@ -0,0 +1,69 @@ + + + + + + + taxi5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 1000 + 0 + AVERAGE + + + + + + + + + + + + + diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/vehicles.meta b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/vehicles.meta new file mode 100644 index 000000000..380781c62 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/data/taxi5/vehicles.meta @@ -0,0 +1,138 @@ + + + vehshare + + + + + taxi5 + taxi5 + taxi5 + taxi5 + taxi5 + null + null + null + null + + null + SURGE + LAYOUT_STANDARD + SURGE_COVER_OFFSET_INFO + EXPLOSION_INFO_DEFAULT + + DEFAULT_FOLLOW_VEHICLE_CAMERA + DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA + VEHICLE_BONNET_CAMERA_NEAR_HIGH + DEFAULT_POV_CAMERA + + + + + + + + + + + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_CAR_ELECTRIC + + + + + + + + + + + + + + + + + + + + + + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 750.000000 + 750.000000 + + + + + + + + + + + SWANKNESS_2 + + FLAG_HAS_LIVERY FLAG_AVERAGE_CAR FLAG_IS_ELECTRIC FLAG_HAS_INTERIOR_EXTRAS + VEHICLE_TYPE_CAR + VPT_BACK_PLATES + VDT_RACE + VC_service + VWT_SPORT + + + + + + + + + + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + + + + + + STD_BUFFALO2_FRONT_LEFT + STD_BUFFALO2_FRONT_RIGHT + STD_SURGE_REAR_LEFT + STD_SURGE_REAR_RIGHT + + + + + + + + vehicles_race_generic + taxi5 + + + + diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi1/taxi1.yft b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi1/taxi1.yft new file mode 100644 index 000000000..cb20050fa --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi1/taxi1.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:185a97f8411fcfb64e84d046d44b3a6bd8d88b8adee32869e63e3d043897d9d6 +size 4065068 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi1/taxi1.ytd b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi1/taxi1.ytd new file mode 100644 index 000000000..354750da2 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi1/taxi1.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad67d022cb137bac77ff3ccbe7233951a5e7b5b260cc35355304d36af301bc4 +size 5334520 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi1/taxi1_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi1/taxi1_hi.yft new file mode 100644 index 000000000..3cea02974 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi1/taxi1_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89ed54d4c175ae4a78117bcdfc0c3f89927b04f47ac93ff71c87fd7915b1090e +size 4064935 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi2/taxi2.yft b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi2/taxi2.yft new file mode 100644 index 000000000..e859b81b9 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi2/taxi2.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90a1bfbc9f7d750e1b6a298f4a5a5421d12896a0b0b6d27f962b535a603b494 +size 6653600 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi2/taxi2.ytd b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi2/taxi2.ytd new file mode 100644 index 000000000..5dab39c45 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi2/taxi2.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b053d3cbcfe3c6ed6148a393289f859a4acbc43469c639f0b49755f676a379a4 +size 5423407 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi2/taxi2_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi2/taxi2_hi.yft new file mode 100644 index 000000000..a5cdb043c --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi2/taxi2_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72ae8965fce0bb1fe8d76df3fe119b940b06f94cc5dbb403ad37fb44d928171 +size 5236694 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi3/taxi3.yft b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi3/taxi3.yft new file mode 100644 index 000000000..ee41c759e --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi3/taxi3.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:badb8f6ffc9880b116f8e386cae5c720e014c87b31f48fea78db873add1766c2 +size 6260797 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi3/taxi3.ytd b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi3/taxi3.ytd new file mode 100644 index 000000000..e34e8f0e3 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi3/taxi3.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61364f51a22c0c228dc54e92f169eaf66d2eb833601a3bd61edc17efdb64dc98 +size 5607244 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi3/taxi3_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi3/taxi3_hi.yft new file mode 100644 index 000000000..7e6dfbeb8 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi3/taxi3_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7436f224743416086ed08cace7570b715e852861f3de193343b72fe8761c1ed4 +size 4603281 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi4/taxi4.yft b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi4/taxi4.yft new file mode 100644 index 000000000..308cb7baf --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi4/taxi4.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b7eec20bf7a45dfd420ade80b64004d4d07b628f98dffad24fd617d9672bb9 +size 5332093 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi4/taxi4.ytd b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi4/taxi4.ytd new file mode 100644 index 000000000..58d214cd6 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi4/taxi4.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ede0f0e6b04c0acb5b590e4724cc732bfcec609e30da673eaa7433f67f6d1f6d +size 5868355 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi4/taxi4_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi4/taxi4_hi.yft new file mode 100644 index 000000000..2e416fa80 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi4/taxi4_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ac224afb5ade3db92af192b560880c8a8d734a6d9d7058605401bd9b86916b +size 3385394 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi5/taxi5.yft b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi5/taxi5.yft new file mode 100644 index 000000000..6833aad6e --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi5/taxi5.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351f24a576a4f8b881b7cb18af87c5910ba64e875f9cf19fcedffeec27da288b +size 8194488 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi5/taxi5.ytd b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi5/taxi5.ytd new file mode 100644 index 000000000..f3d5e5fb5 --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi5/taxi5.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bac7180103b684635c55a25c5f2af0832609e39c8f4fb91fdb8ceb89f2d15f0 +size 8704257 diff --git a/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi5/taxi5_hi.yft b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi5/taxi5_hi.yft new file mode 100644 index 000000000..01231212c --- /dev/null +++ b/resources/[EGRP-CarPacks]/EGRP-Service/stream/taxi5/taxi5_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056e5173c3f5c7c2fd92abb851474240bcd287d193766667e4a4e7e8d5f338a9 +size 5863591 diff --git a/resources/[EGRP-Discord-Integration]/Discord-VehRestriction/config.lua b/resources/[EGRP-Discord-Integration]/Discord-VehRestriction/config.lua index 3772a1923..5b6ed065c 100644 --- a/resources/[EGRP-Discord-Integration]/Discord-VehRestriction/config.lua +++ b/resources/[EGRP-Discord-Integration]/Discord-VehRestriction/config.lua @@ -70,100 +70,19 @@ Config.VehicleRestrictions = { "21gscbb", "caddys", "chargfire", - "fedrange", - "dhsgt350", - "policeatvrb", - "hpsrtcat18", - "hpvic11", "Polmrambb23", "18gscrb", - "c322prdurangok9", - "c322prtahoe", "Dicygt3mq", "skcharger", "flfa", "nqsrt", "drehellcatdurango", - "23silvumbb", - "20Maxfdramsquad", - "22nali", - "2025MAXcat", - "B737800", - "b737800C", - "bubbadenali", - "CadesFord6.7", - "cl415", - "famg1", - "fct4v", - "freebovenomgt", "hpbearcat", - "hpcmd21", - "max2lighting", - "max4runner", - "max14ram", - "MAX-cat21", - "Maxpursuit", - "maxpurtahoek9", - "MAXseahawk", - "BCSOMaxcharger", - "maxc322prfpiu", - "maxcamaro19", - "maxfedv", - "maxkhellwb", - "PD23Suburban", "swat1", - "zr1RB", "18gscrb", - "21durangowb", "21gscbb", - "21shelby", - "23silvumbb", - "2019rtr", - "agerars", - "aperta", - "bccat140", - "bccat430", - "bcsspd", - "c3lib18chgrb", - "c3rampddual", - "c322prdurangok9", - "c322prtahoe", - "chartrxleo", - "csdot18sier", - "csdot3500bed", - "csdotbigtex40", - "csdoteagerbeaver", - "csdotf350", - "csfdmedic3", - "ctt55vv", - "dhstransit", - "dill23tundra", - "f15021", - "independent389", - "jw_23tundraintb", - "m4cg83mp", - "m8gc", "mrap", "mxxraprb", - "MAX_dbs770", - "MAX2bmw550", - "max13gt", - "MAX15CHARG", - "max745", - "MAX2019zrr19", - "maxamg", - "maxhurpd", - "maxm8", - "MAXMGTSPED", - "maxsr34", - "Maxzr2bison", - "monkey01cobra", - "navigatorleo", - "nforce24mustangS", - "23gmcleoslick", - "23gmcleo", - "oycbcgt", - "rw24aev", "nxsmods22jeep", "nxsmods21yukon", "nxsmods21tah", @@ -179,25 +98,8 @@ Config.VehicleRestrictions = { "22ct5vbw", "vanzwbchev", "vanzwbchevy", - "csdotboxlongtr", - "csdotp579", - "socalchev", - "hpcmd21", - "max2lighting", - "max4runner", - "max14ram", - "MAX-cat21", - "Maxpursuit", - "maxpurtahoek9", - "MAXseahawk", - "BCSOMaxcharger", - "maxc322prfpiu", - "maxcamaro19", - "maxfedv", - "maxkhellwb", "PD23Suburban", "swat1", - "zr1RB" }, ['EG | Sr. Moderator'] = { "Staff-EGRP21expd", @@ -220,7 +122,6 @@ Config.VehicleRestrictions = { "chargfire", "fedrange", "dhsgt350", - "policeatvrb", "hpsrtcat18", "hpvic11", "Polmrambb23", @@ -363,7 +264,6 @@ Config.VehicleRestrictions = { "chargfire", "fedrange", "dhsgt350", - "policeatvrb", "hpsrtcat18", "hpvic11", "Polmrambb23", @@ -517,7 +417,6 @@ Config.VehicleRestrictions = { "chargfire", "fedrange", "dhsgt350", - "policeatvrb", "hpsrtcat18", "hpvic11", "Polmrambb23", @@ -640,7 +539,7 @@ Config.VehicleRestrictions = { "maxkhellwb", "PD23Suburban", "swat1", - "zr1RB" + "zr1RB", }, ['EG | Head of Staff'] = { "Staff-EGRP21expd", @@ -655,6 +554,12 @@ Config.VehicleRestrictions = { "Staff-EGRPghoul", "hpbearcat", "chargfire", + "scso16exp", + "24humev", + "20sacexp", + "scso16expk9", + "GC21F250", + "torrnnaddo343", "18gscrb", "21gscbb", "caddys", @@ -663,7 +568,6 @@ Config.VehicleRestrictions = { "chargfire", "fedrange", "dhsgt350", - "policeatvrb", "hpsrtcat18", "hpvic11", "Polmrambb23", @@ -786,7 +690,7 @@ Config.VehicleRestrictions = { "maxkhellwb", "PD23Suburban", "swat1", - "zr1RB" + "zr1RB", }, ['EG | Server Developer'] = { "Staff-EGRP21expd", @@ -813,7 +717,6 @@ Config.VehicleRestrictions = { "nxsmods21yukon", "nxsmods21tah", "nxsmods21sierra", - "policeatvrb", "hpsrtcat18", "hpvic11", "Polmrambb23", @@ -900,7 +803,13 @@ Config.VehicleRestrictions = { "navigatorleo", "nforce24mustangS", "23gmcleoslick", - "23gmcleo", + "23gmcleo", + "scso16exp", + "24humev", + "20sacexp", + "scso16expk9", + "GC21F250", + "torrnnaddo343", "oycbcgt", "rw24aev", "s6318", @@ -954,7 +863,6 @@ Config.VehicleRestrictions = { "nxsmods21tah", "nxsmods21sierra", "dhsgt350", - "policeatvrb", "hpsrtcat18", "hpvic11", "Polmrambb23", @@ -965,6 +873,12 @@ Config.VehicleRestrictions = { "skcharger", "flfa", "nqsrt", + "scso16exp", + "24humev", + "20sacexp", + "scso16expk9", + "GC21F250", + "torrnnaddo343", "drehellcatdurango", "23silvumbb", "20Maxfdramsquad", @@ -1001,6 +915,11 @@ Config.VehicleRestrictions = { "21shelby", "23silvumbb", "2019rtr", + "scso16exp", + "24humev", + "20sacexp", + "scso16expk9", + "GC21F250", "agerars", "aperta", "bccat140", diff --git a/resources/torrnnaddo343/__resource.lua b/resources/torrnnaddo343/__resource.lua new file mode 100644 index 000000000..1adf6dbe3 --- /dev/null +++ b/resources/torrnnaddo343/__resource.lua @@ -0,0 +1,26 @@ +resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5' + +files { + 'vehicles.meta', + 'carvariations.meta', + 'carcols.meta', + 'handling.meta', + 'vehiclelayouts.meta', + 'peds.meta' +} + +data_file 'HANDLING_FILE' 'handling.meta' +data_file 'VEHICLE_METADATA_FILE' 'vehicles.meta' +data_file 'CARCOLS_FILE' 'carcols.meta' +data_file 'VEHICLE_VARIATION_FILE' 'carvariations.meta' +data_file 'VEHICLE_LAYOUTS_FILE' 'vehiclelayouts.META' +data_file 'PED_METADATA_FILE' 'peds.meta' + + +client_script { + 'vehicle_names.lua' +} + + + + diff --git a/resources/[EGRP-CarPacks]/EGRP-Coupes/data/torrnnaddo343/carvariations.meta b/resources/torrnnaddo343/carvariations.meta similarity index 100% rename from resources/[EGRP-CarPacks]/EGRP-Coupes/data/torrnnaddo343/carvariations.meta rename to resources/torrnnaddo343/carvariations.meta diff --git a/resources/[EGRP-CarPacks]/EGRP-Coupes/data/torrnnaddo343/handling.meta b/resources/torrnnaddo343/handling.meta similarity index 100% rename from resources/[EGRP-CarPacks]/EGRP-Coupes/data/torrnnaddo343/handling.meta rename to resources/torrnnaddo343/handling.meta diff --git a/resources/[EGRP-CarPacks]/EGRP-Coupes/data/torrnnaddo343/names.lua b/resources/torrnnaddo343/names.lua similarity index 100% rename from resources/[EGRP-CarPacks]/EGRP-Coupes/data/torrnnaddo343/names.lua rename to resources/torrnnaddo343/names.lua diff --git a/resources/[EGRP-CarPacks]/EGRP-Coupes/stream/torrnnaddo343/torrnnaddo343.yft b/resources/torrnnaddo343/stream/torrnnaddo343.yft similarity index 100% rename from resources/[EGRP-CarPacks]/EGRP-Coupes/stream/torrnnaddo343/torrnnaddo343.yft rename to resources/torrnnaddo343/stream/torrnnaddo343.yft diff --git a/resources/[EGRP-CarPacks]/EGRP-Coupes/stream/torrnnaddo343/torrnnaddo343.ytd b/resources/torrnnaddo343/stream/torrnnaddo343.ytd similarity index 100% rename from resources/[EGRP-CarPacks]/EGRP-Coupes/stream/torrnnaddo343/torrnnaddo343.ytd rename to resources/torrnnaddo343/stream/torrnnaddo343.ytd diff --git a/resources/[EGRP-CarPacks]/EGRP-Coupes/stream/torrnnaddo343/torrnnaddo343_hi.yft b/resources/torrnnaddo343/stream/torrnnaddo343_hi.yft similarity index 100% rename from resources/[EGRP-CarPacks]/EGRP-Coupes/stream/torrnnaddo343/torrnnaddo343_hi.yft rename to resources/torrnnaddo343/stream/torrnnaddo343_hi.yft diff --git a/resources/[EGRP-CarPacks]/EGRP-Coupes/data/torrnnaddo343/vehicles.meta b/resources/torrnnaddo343/vehicles.meta similarity index 100% rename from resources/[EGRP-CarPacks]/EGRP-Coupes/data/torrnnaddo343/vehicles.meta rename to resources/torrnnaddo343/vehicles.meta diff --git a/resources/vMenu/config/addons.json b/resources/vMenu/config/addons.json index dbaab8aae..6520526ce 100644 --- a/resources/vMenu/config/addons.json +++ b/resources/vMenu/config/addons.json @@ -513,6 +513,11 @@ "gbigair", "g87firebird", "gweldsnake", + "taxi1", + "taxi2", + "taxi3", + "taxi4", + "taxi5", "UMT", "umscatty", "mbu2bb", @@ -529,6 +534,11 @@ "214x41bypd", "214x41pd", "214x44pdyw", + "policeatvrb", + "DDM_OffJeep", + "jetskirb", + "jetskitrailer", + "UMRazor", "swat18charger", "swat20fpiu", "trackhawkPD", @@ -539,7 +549,6 @@ "300srt8leo", "22jeepleo", "2015caravanrb", - "UMRazor", "mxtahoe", "06visioncvpi", "10visioncharger", @@ -574,23 +583,7 @@ "valor12rb", "valor13rb", "valor15rb", - "xmastahoe", - "f450AnimalControl", - "Retro1", - "Retro2", - "retro3", - "retro4", - "warden1", - "warden2", - "warden3", - "warden4", - "warden5", - "warden6", - "warden7", - "UMKIAGT", - "lasd14chrg", - "bmwi4gc", - "UMRS3", + "xmastahoe", "autoflagger", "wardentrailer", "22expedition", @@ -606,6 +599,22 @@ "d14tahoe", "k92bb", "k92rb", + "f450AnimalControl", + "Retro1", + "Retro2", + "retro3", + "retro4", + "warden1", + "warden2", + "warden3", + "warden4", + "warden5", + "warden6", + "warden7", + "UMKIAGT", + "lasd14chrg", + "bmwi4gc", + "UMRS3", "leobike", "d22silv", "dcvpi", @@ -631,6 +640,10 @@ "valormotor", "st23tahoe", "03k9", + "DDM_OffJeep", + "17silvrb", + "mcc", + "broncorb", "19Yukonrb", "19yukonslick", "gpd7", diff --git a/server.cfg b/server.cfg index e726bc7e2..dafe77266 100644 --- a/server.cfg +++ b/server.cfg @@ -372,7 +372,7 @@ ensure 751 ensure st23tahoe ensure 7728 ensure sahp18tahoe -ensure +ensure torrnnaddo343 ensure