From 3ad520a9bd508a563279cc52b3add828a43dd1f7 Mon Sep 17 00:00:00 2001 From: KingMcDonalds Date: Sat, 14 Dec 2024 20:31:19 -0800 Subject: [PATCH] new pd --- resources/2025riotcat/__resource.lua | 17 + resources/2025riotcat/carcols.meta | 915 ++++++++++++++++++ resources/2025riotcat/carvariations.meta | 63 ++ resources/2025riotcat/handling.meta | 106 ++ resources/2025riotcat/stream/2025riotcat.yft | 3 + resources/2025riotcat/stream/2025riotcat.ytd | 3 + .../2025riotcat/stream/2025riotcat_hi.yft | 3 + .../stream/modkits/PortRiot_25RC.yft | 3 + .../stream/modkits/camRiot_25RC.yft | 3 + .../stream/modkits/interior_25RC.yft | 3 + .../2025riotcat/stream/modkits/leftw_25RC.yft | 3 + .../stream/modkits/leftww_25RC.yft | 3 + .../2025riotcat/stream/modkits/pump_25RC.yft | 3 + .../2025riotcat/stream/modkits/push1_25RC.yft | 3 + .../2025riotcat/stream/modkits/push2_25RC.yft | 3 + .../stream/modkits/rightw_25RC.yft | 3 + .../stream/modkits/rightww_25RC.yft | 3 + .../2025riotcat/stream/modkits/ws_25RC.yft | 3 + resources/2025riotcat/vehicles.meta | 138 +++ resources/swatraptor/__resource.lua | 17 + resources/swatraptor/carcols.meta | 828 ++++++++++++++++ resources/swatraptor/carvariations.meta | 63 ++ resources/swatraptor/handling.meta | 67 ++ .../stream/modkits/interior2_swatraptor.yft | 3 + .../stream/modkits/interior3_swatraptor.yft | 3 + .../stream/modkits/interior_swatraptor.yft | 3 + resources/swatraptor/stream/swatraptor.yft | 3 + resources/swatraptor/stream/swatraptor.ytd | 3 + resources/swatraptor/stream/swatraptor_hi.yft | 3 + resources/swatraptor/vehicles.meta | 135 +++ resources/tahoe14swat/__resource.lua | 17 + resources/tahoe14swat/carcols.meta | 845 ++++++++++++++++ resources/tahoe14swat/carvariations.meta | 63 ++ resources/tahoe14swat/handling.meta | 124 +++ .../stream/modkits/badge1_swat14tahoe.yft | 3 + .../stream/modkits/interior2_swat14tahoe.yft | 3 + .../stream/modkits/interior3_swat14tahoe.yft | 3 + .../stream/modkits/interior_swat14tahoe.yft | 3 + .../tahoe14swat/stream/tahoe14swat+hi.ytd | 3 + resources/tahoe14swat/stream/tahoe14swat.yft | 3 + resources/tahoe14swat/stream/tahoe14swat.ytd | 3 + .../tahoe14swat/stream/tahoe14swat_hi.yft | 3 + resources/tahoe14swat/vehicles.meta | 135 +++ server.cfg | 5 +- 44 files changed, 3620 insertions(+), 2 deletions(-) create mode 100644 resources/2025riotcat/__resource.lua create mode 100644 resources/2025riotcat/carcols.meta create mode 100644 resources/2025riotcat/carvariations.meta create mode 100644 resources/2025riotcat/handling.meta create mode 100644 resources/2025riotcat/stream/2025riotcat.yft create mode 100644 resources/2025riotcat/stream/2025riotcat.ytd create mode 100644 resources/2025riotcat/stream/2025riotcat_hi.yft create mode 100644 resources/2025riotcat/stream/modkits/PortRiot_25RC.yft create mode 100644 resources/2025riotcat/stream/modkits/camRiot_25RC.yft create mode 100644 resources/2025riotcat/stream/modkits/interior_25RC.yft create mode 100644 resources/2025riotcat/stream/modkits/leftw_25RC.yft create mode 100644 resources/2025riotcat/stream/modkits/leftww_25RC.yft create mode 100644 resources/2025riotcat/stream/modkits/pump_25RC.yft create mode 100644 resources/2025riotcat/stream/modkits/push1_25RC.yft create mode 100644 resources/2025riotcat/stream/modkits/push2_25RC.yft create mode 100644 resources/2025riotcat/stream/modkits/rightw_25RC.yft create mode 100644 resources/2025riotcat/stream/modkits/rightww_25RC.yft create mode 100644 resources/2025riotcat/stream/modkits/ws_25RC.yft create mode 100644 resources/2025riotcat/vehicles.meta create mode 100644 resources/swatraptor/__resource.lua create mode 100644 resources/swatraptor/carcols.meta create mode 100644 resources/swatraptor/carvariations.meta create mode 100644 resources/swatraptor/handling.meta create mode 100644 resources/swatraptor/stream/modkits/interior2_swatraptor.yft create mode 100644 resources/swatraptor/stream/modkits/interior3_swatraptor.yft create mode 100644 resources/swatraptor/stream/modkits/interior_swatraptor.yft create mode 100644 resources/swatraptor/stream/swatraptor.yft create mode 100644 resources/swatraptor/stream/swatraptor.ytd create mode 100644 resources/swatraptor/stream/swatraptor_hi.yft create mode 100644 resources/swatraptor/vehicles.meta create mode 100644 resources/tahoe14swat/__resource.lua create mode 100644 resources/tahoe14swat/carcols.meta create mode 100644 resources/tahoe14swat/carvariations.meta create mode 100644 resources/tahoe14swat/handling.meta create mode 100644 resources/tahoe14swat/stream/modkits/badge1_swat14tahoe.yft create mode 100644 resources/tahoe14swat/stream/modkits/interior2_swat14tahoe.yft create mode 100644 resources/tahoe14swat/stream/modkits/interior3_swat14tahoe.yft create mode 100644 resources/tahoe14swat/stream/modkits/interior_swat14tahoe.yft create mode 100644 resources/tahoe14swat/stream/tahoe14swat+hi.ytd create mode 100644 resources/tahoe14swat/stream/tahoe14swat.yft create mode 100644 resources/tahoe14swat/stream/tahoe14swat.ytd create mode 100644 resources/tahoe14swat/stream/tahoe14swat_hi.yft create mode 100644 resources/tahoe14swat/vehicles.meta diff --git a/resources/2025riotcat/__resource.lua b/resources/2025riotcat/__resource.lua new file mode 100644 index 000000000..fdc8dfb3a --- /dev/null +++ b/resources/2025riotcat/__resource.lua @@ -0,0 +1,17 @@ +resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5' + +-- Leaked By: Leaking Hub | Joshua Y. | https://discord.gg/aXWXXst + +files { + 'vehicles.meta', + 'carvariations.meta', + 'carcols.meta', + 'handling.meta', + 'vehiclelayouts.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' diff --git a/resources/2025riotcat/carcols.meta b/resources/2025riotcat/carcols.meta new file mode 100644 index 000000000..f30ae7ef4 --- /dev/null +++ b/resources/2025riotcat/carcols.meta @@ -0,0 +1,915 @@ + + + + + + + 2025riotcat + + + + + + + VehicleLight_sirenlight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 480_2025riotcat_modkit + + MKT_STANDARD + + + push1_25RC + PORT + + + VMT_ROOF + mod_col_1 + mod_col_1 + VMCP_DEFAULT + + + + + + + + push2_25RC + PORT + + + VMT_ROOF + mod_col_2 + mod_col_2 + VMCP_DEFAULT + + + + + + + + interior_25RC + interior + + + VMT_INTERIOR1 + chassis + chassis + VMCP_DEFAULT + + + + + + + + PortRIOT_25RC + PORT + + + VMT_CHASSIS3 + chassis + chassis + VMCP_DEFAULT + + + + + + + + camRIOT_25RC + CAM + + + VMT_CHASSIS4 + chassis + chassis + VMCP_DEFAULT + + + + + + + + leftw_25RC + Bars + + leftww_25RC + rightw_25RC + rightww_25RC + ws_25RC + pump_25RC + + + misc_vddddddddd + misc_hdddddddd + + VMT_PLTVANITY + door_dside_r + chassis + VMCP_DEFAULT + + + + + + + + + + leftww_25RC + door_dside_f + + + + rightww_25RC + door_pside_f + + + + rightw_25RC + door_pside_r + + + + ws_25RC + chassis + + + + pump_25RC + chassis + + + + + + + + + \ No newline at end of file diff --git a/resources/2025riotcat/carvariations.meta b/resources/2025riotcat/carvariations.meta new file mode 100644 index 000000000..a2d8078a2 --- /dev/null +++ b/resources/2025riotcat/carvariations.meta @@ -0,0 +1,63 @@ + + + + + + 2025riotcat + + + + 0 + 134 + 0 + 64 + 64 + 64 + 64 + 64 + 64 + 64 + 64 + 64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 480_2025riotcat_modkit + + + + + + + + + + \ No newline at end of file diff --git a/resources/2025riotcat/handling.meta b/resources/2025riotcat/handling.meta new file mode 100644 index 000000000..ad63bef5b --- /dev/null +++ b/resources/2025riotcat/handling.meta @@ -0,0 +1,106 @@ + + + + + + 2025Pitbull + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + AVERAGE + + + + VEHICLE_WEAPON_WATER_CANNON + + + + + + 0 + 0 + 0 + + + 4.000000 + 0.000000 + + + -0.400000 + 0.000000 + + + 0.100000 + 0.000000 + + + -0.100000 + 0.000000 + + + 0.000000 + 0.000000 + + + 25.000000 + 0.000000 + + + -0.080000 + 0.000000 + + + + + + + + + + + \ No newline at end of file diff --git a/resources/2025riotcat/stream/2025riotcat.yft b/resources/2025riotcat/stream/2025riotcat.yft new file mode 100644 index 000000000..1ac055f5a --- /dev/null +++ b/resources/2025riotcat/stream/2025riotcat.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b2162ffcba15a329fedd9d27e31ec681cecefa6c184d5ae6999676947b268e +size 12693301 diff --git a/resources/2025riotcat/stream/2025riotcat.ytd b/resources/2025riotcat/stream/2025riotcat.ytd new file mode 100644 index 000000000..1b0cfa198 --- /dev/null +++ b/resources/2025riotcat/stream/2025riotcat.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a485879f0dbc5e7f28505cb605a7335bf015c5f8aee66773a84dbad12b42f0 +size 10906565 diff --git a/resources/2025riotcat/stream/2025riotcat_hi.yft b/resources/2025riotcat/stream/2025riotcat_hi.yft new file mode 100644 index 000000000..9fe638240 --- /dev/null +++ b/resources/2025riotcat/stream/2025riotcat_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfab8dc5d14c24bb5c0e7d6be1582849d3342f298ae1e2ee24d21fbc2c39f65 +size 12693203 diff --git a/resources/2025riotcat/stream/modkits/PortRiot_25RC.yft b/resources/2025riotcat/stream/modkits/PortRiot_25RC.yft new file mode 100644 index 000000000..e86277868 --- /dev/null +++ b/resources/2025riotcat/stream/modkits/PortRiot_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:140412ccacd0b55238655b85d0b8785a1702d8494533b40cd0d84f31834aca11 +size 64381 diff --git a/resources/2025riotcat/stream/modkits/camRiot_25RC.yft b/resources/2025riotcat/stream/modkits/camRiot_25RC.yft new file mode 100644 index 000000000..0ff27e95c --- /dev/null +++ b/resources/2025riotcat/stream/modkits/camRiot_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3070ff6085ae67fa1b3e9825ea90bd966af149c39aebb5ee57b6447eb1e03e53 +size 35068 diff --git a/resources/2025riotcat/stream/modkits/interior_25RC.yft b/resources/2025riotcat/stream/modkits/interior_25RC.yft new file mode 100644 index 000000000..f5b53b908 --- /dev/null +++ b/resources/2025riotcat/stream/modkits/interior_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fdca2c1be8123336e707b208a74593215e8d273ea7820d57e8bda5ca11d515 +size 179354 diff --git a/resources/2025riotcat/stream/modkits/leftw_25RC.yft b/resources/2025riotcat/stream/modkits/leftw_25RC.yft new file mode 100644 index 000000000..04b2dda62 --- /dev/null +++ b/resources/2025riotcat/stream/modkits/leftw_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b2d97ad4df627880384fff5fdb092816c676c8891b0d64c5b2daf46718eec3 +size 71291 diff --git a/resources/2025riotcat/stream/modkits/leftww_25RC.yft b/resources/2025riotcat/stream/modkits/leftww_25RC.yft new file mode 100644 index 000000000..76ca0bff6 --- /dev/null +++ b/resources/2025riotcat/stream/modkits/leftww_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9ec0c31e82270a421172f62b0db471864d99ffc00545c998f9b5c2cf31e32b +size 91957 diff --git a/resources/2025riotcat/stream/modkits/pump_25RC.yft b/resources/2025riotcat/stream/modkits/pump_25RC.yft new file mode 100644 index 000000000..02c56d7c5 --- /dev/null +++ b/resources/2025riotcat/stream/modkits/pump_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314cbfa4f5e3f12f5e17bf082251753edefd5ec5f936aba94fac3466e104bafe +size 375850 diff --git a/resources/2025riotcat/stream/modkits/push1_25RC.yft b/resources/2025riotcat/stream/modkits/push1_25RC.yft new file mode 100644 index 000000000..5d34fd76f --- /dev/null +++ b/resources/2025riotcat/stream/modkits/push1_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484d250c5b7c5b6e7f3d54f4dda8343469f35dc1f53a752a570aa9bdee3afc21 +size 39127 diff --git a/resources/2025riotcat/stream/modkits/push2_25RC.yft b/resources/2025riotcat/stream/modkits/push2_25RC.yft new file mode 100644 index 000000000..4bbb3533d --- /dev/null +++ b/resources/2025riotcat/stream/modkits/push2_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4202dedb77dbe41ae3fd8d43fccea9f169af07530906d01d73c4b4170b5a1a71 +size 46070 diff --git a/resources/2025riotcat/stream/modkits/rightw_25RC.yft b/resources/2025riotcat/stream/modkits/rightw_25RC.yft new file mode 100644 index 000000000..e3b6067e3 --- /dev/null +++ b/resources/2025riotcat/stream/modkits/rightw_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d693e876da083cc9efb8959984bf3e1778b0676ce1c8723d0e206709cb19c5 +size 70769 diff --git a/resources/2025riotcat/stream/modkits/rightww_25RC.yft b/resources/2025riotcat/stream/modkits/rightww_25RC.yft new file mode 100644 index 000000000..9e2cf363d --- /dev/null +++ b/resources/2025riotcat/stream/modkits/rightww_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995de5601c5510294f4dc7c2e781e6d67da15aa99b2ec790dfb12cc34174923d +size 91219 diff --git a/resources/2025riotcat/stream/modkits/ws_25RC.yft b/resources/2025riotcat/stream/modkits/ws_25RC.yft new file mode 100644 index 000000000..82cc192b2 --- /dev/null +++ b/resources/2025riotcat/stream/modkits/ws_25RC.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e62cf11ebaa04b39cec17fdfacd6a96b45bc40086bbdb4e46592f4859156a35 +size 652444 diff --git a/resources/2025riotcat/vehicles.meta b/resources/2025riotcat/vehicles.meta new file mode 100644 index 000000000..c6e78bf73 --- /dev/null +++ b/resources/2025riotcat/vehicles.meta @@ -0,0 +1,138 @@ + + + vehshare + + + + 2025riotcat + 2025riotcat + 2025Pitbull + 2025riotcat + 2025riotcat + null + null + null + null + + null + RIOT + LAYOUT_VAN_ARMORED + INSURGENT_COVER_OFFSET_INFO + EXPLOSION_INFO_DEFAULT + + DEFAULT_FOLLOW_VEHICLE_CAMERA + DEFAULT_THIRD_PERSON_VEHICLE_AIM_CAMERA + VEHICLE_BONNET_CAMERA_LOW + DEFAULT_POV_CAMERA_LOOKAROUND_MID + + + + + + + + + + + + + + + + + + + + + + + + + + + + VFXVEHICLEINFO_CAR_GENERIC + + + + + + + + + + + + + + + + + + + + + + 500.000000 + 500.000000 + 500.000000 + 500.000000 + 750.000000 + 750.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_TURRET_SEAT_ON_VEHICLE FLAG_PREFER_ENTER_TURRET_AFTER_DRIVER FLAG_USE_INTERIOR_RED_LIGHT FLAG_EXTRAS_STRONG FLAG_HAS_LIVERY FLAG_EXTRAS_ALL FLAG_LAW_ENFORCEMENT FLAG_EMERGENCY_SERVICE FLAG_NO_RESPRAY FLAG_DONT_SPAWN_IN_CARGEN FLAG_HAS_INTERIOR_EXTRAS FLAG_REPORT_CRIME_IF_STANDING_ON + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_FEROCI + VC_EMERGENCY + VWT_MUSCLE + + + + + EXTRA_1 EXTRA_2 EXTRA_3 EXTRA_4 + + + + + + + EXTRA_1 + + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + + + + + + VAN_YOUGA2_FRONT_LEFT + VAN_YOUGA2_FRONT_RIGHT + VAN_YOUGA2_REAR_LEFT + VAN_YOUGA2_REAR_RIGHT + + + + + + vehicles_bob_brown_interior + 2025Pitbull + + + \ No newline at end of file diff --git a/resources/swatraptor/__resource.lua b/resources/swatraptor/__resource.lua new file mode 100644 index 000000000..fdc8dfb3a --- /dev/null +++ b/resources/swatraptor/__resource.lua @@ -0,0 +1,17 @@ +resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5' + +-- Leaked By: Leaking Hub | Joshua Y. | https://discord.gg/aXWXXst + +files { + 'vehicles.meta', + 'carvariations.meta', + 'carcols.meta', + 'handling.meta', + 'vehiclelayouts.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' diff --git a/resources/swatraptor/carcols.meta b/resources/swatraptor/carcols.meta new file mode 100644 index 000000000..54586bea1 --- /dev/null +++ b/resources/swatraptor/carcols.meta @@ -0,0 +1,828 @@ + + + + + + + swatraptor + + + + + + + VehicleLight_sirenlight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 740_SWATRAPTOR_modkit + + MKT_STANDARD + + + interior_SWATRAPTOR + NOALPR3 + + + misc_z + + VMT_CHASSIS + chassis + chassis + VMCP_DEFAULT + + + + + + + + interior2_SWATRAPTOR + interior2 + + + misc_z + + VMT_CHASSIS2 + chassis + chassis + VMCP_DEFAULT + + + + + + + + interior3_SWATRAPTOR + interior3 + + + misc_z + + VMT_BONNET + chassis + chassis + VMCP_DEFAULT + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/swatraptor/carvariations.meta b/resources/swatraptor/carvariations.meta new file mode 100644 index 000000000..ed9320d1f --- /dev/null +++ b/resources/swatraptor/carvariations.meta @@ -0,0 +1,63 @@ + + + + + + swatraptor + + + + 0 + 134 + 0 + 64 + 64 + 64 + 64 + 64 + 64 + 64 + 64 + 64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 740_SWATRAPTOR_modkit + + + + + + + + + + \ No newline at end of file diff --git a/resources/swatraptor/handling.meta b/resources/swatraptor/handling.meta new file mode 100644 index 000000000..b626a2a8a --- /dev/null +++ b/resources/swatraptor/handling.meta @@ -0,0 +1,67 @@ + + + + + + SWATRAPTOR + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 240010 + 800008 + 0 + AVERAGE + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/swatraptor/stream/modkits/interior2_swatraptor.yft b/resources/swatraptor/stream/modkits/interior2_swatraptor.yft new file mode 100644 index 000000000..1cc370072 --- /dev/null +++ b/resources/swatraptor/stream/modkits/interior2_swatraptor.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007c1581c3bfcd29b493355907f2fba075e252e90b6eb68306ed12d9cc979fb6 +size 679324 diff --git a/resources/swatraptor/stream/modkits/interior3_swatraptor.yft b/resources/swatraptor/stream/modkits/interior3_swatraptor.yft new file mode 100644 index 000000000..18d9afb17 --- /dev/null +++ b/resources/swatraptor/stream/modkits/interior3_swatraptor.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4a5bcaa4759538e24295c348eb2b9eff29271bbb7a9bcc0e0fa6ea07829f8f2 +size 2132016 diff --git a/resources/swatraptor/stream/modkits/interior_swatraptor.yft b/resources/swatraptor/stream/modkits/interior_swatraptor.yft new file mode 100644 index 000000000..58f3fcce8 --- /dev/null +++ b/resources/swatraptor/stream/modkits/interior_swatraptor.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fcd221e9904ecd0323864c8c52865a7105dbc148ea06b6eca2d485d4d5e6d1 +size 602267 diff --git a/resources/swatraptor/stream/swatraptor.yft b/resources/swatraptor/stream/swatraptor.yft new file mode 100644 index 000000000..4fbd21abb --- /dev/null +++ b/resources/swatraptor/stream/swatraptor.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68aea892c24047f0ffd6a4f12e6972790bea7d0ee3197840fb2327d8099253a9 +size 6721081 diff --git a/resources/swatraptor/stream/swatraptor.ytd b/resources/swatraptor/stream/swatraptor.ytd new file mode 100644 index 000000000..8bf615205 --- /dev/null +++ b/resources/swatraptor/stream/swatraptor.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed75c76cd84a9cbc8d93d4857828115cbbda81ba776fed432cb94ae3983236d1 +size 12283280 diff --git a/resources/swatraptor/stream/swatraptor_hi.yft b/resources/swatraptor/stream/swatraptor_hi.yft new file mode 100644 index 000000000..d4472dc02 --- /dev/null +++ b/resources/swatraptor/stream/swatraptor_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85daad968d998fde0f403e93b31f73c8ddbf49fc1aa5c2992bb0d72b112bc75 +size 6720867 diff --git a/resources/swatraptor/vehicles.meta b/resources/swatraptor/vehicles.meta new file mode 100644 index 000000000..785f6710f --- /dev/null +++ b/resources/swatraptor/vehicles.meta @@ -0,0 +1,135 @@ + + + + vehshare + + + + swatraptor + swatraptor + SWATRAPTOR + swatraptor + 19CHEVY + null + null + null + null + + null + fbi2 + LAYOUT_RANGER_SWAT + GRANGER_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 + 500.000000 + 500.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_BULLET_RESISTANT_GLASS FLAG_HAS_BULLETPROOF_GLASS FLAG_FORCE_ENABLE_CHASSIS_COLLISION FLAG_HAS_LIVERY FLAG_EXTRAS_STRONG FLAG_LAW_ENFORCEMENT + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_RACE + VC_EMERGENCY + VWT_OFFROAD + + + + + + + + + + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + + + + + + RANGER_CAVALCADE_FRONT_LEFT + RANGER_FRONT_RIGHT + RANGER_PRANGER_REAR_LEFT + RANGER_PRANGER_REAR_RIGHT + + + + + + vehicles_banshee_interior + swatraptor + + + \ No newline at end of file diff --git a/resources/tahoe14swat/__resource.lua b/resources/tahoe14swat/__resource.lua new file mode 100644 index 000000000..fdc8dfb3a --- /dev/null +++ b/resources/tahoe14swat/__resource.lua @@ -0,0 +1,17 @@ +resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5' + +-- Leaked By: Leaking Hub | Joshua Y. | https://discord.gg/aXWXXst + +files { + 'vehicles.meta', + 'carvariations.meta', + 'carcols.meta', + 'handling.meta', + 'vehiclelayouts.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' diff --git a/resources/tahoe14swat/carcols.meta b/resources/tahoe14swat/carcols.meta new file mode 100644 index 000000000..c3379abfa --- /dev/null +++ b/resources/tahoe14swat/carcols.meta @@ -0,0 +1,845 @@ + + + + + + + tahoe14swat + + + + + + + VehicleLight_sirenlight + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 840_SWAT14TAHOE_modkit + + MKT_STANDARD + + + interior_SWAT14TAHOE + NOALPR3 + + + misc_z + + VMT_CHASSIS + chassis + chassis + VMCP_DEFAULT + + + + + + + + interior2_SWAT14TAHOE + interior2 + + + misc_z + + VMT_CHASSIS2 + chassis + chassis + VMCP_DEFAULT + + + + + + + + interior3_SWAT14TAHOE + interior3 + + + misc_z + + VMT_BONNET + chassis + chassis + VMCP_DEFAULT + + + + + + + + badge1_SWAT14TAHOE + badge1 + + + misc_z + + VMT_TRUNK + mod_col_1 + mod_col_1 + VMCP_DEFAULT + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/resources/tahoe14swat/carvariations.meta b/resources/tahoe14swat/carvariations.meta new file mode 100644 index 000000000..0073ae5f2 --- /dev/null +++ b/resources/tahoe14swat/carvariations.meta @@ -0,0 +1,63 @@ + + + + + + tahoe14swat + + + + 0 + 134 + 0 + 64 + 64 + 64 + 64 + 64 + 64 + 64 + 64 + 64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 840_SWAT14TAHOE_modkit + + + + + + + + + + \ No newline at end of file diff --git a/resources/tahoe14swat/handling.meta b/resources/tahoe14swat/handling.meta new file mode 100644 index 000000000..293edfcf1 --- /dev/null +++ b/resources/tahoe14swat/handling.meta @@ -0,0 +1,124 @@ + + + + + + TAHOE + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + AVERAGE + + + + + + + + + + TAHOE2WD + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 440010 + 0 + 0 + AVERAGE + + + + + + + + + + \ No newline at end of file diff --git a/resources/tahoe14swat/stream/modkits/badge1_swat14tahoe.yft b/resources/tahoe14swat/stream/modkits/badge1_swat14tahoe.yft new file mode 100644 index 000000000..2bd28dabb --- /dev/null +++ b/resources/tahoe14swat/stream/modkits/badge1_swat14tahoe.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b7c93c362d6e3e4b4e198a3fd1a21cc3a65be0e7e566d27505e543cc7df1b0 +size 27015 diff --git a/resources/tahoe14swat/stream/modkits/interior2_swat14tahoe.yft b/resources/tahoe14swat/stream/modkits/interior2_swat14tahoe.yft new file mode 100644 index 000000000..35f945ab5 --- /dev/null +++ b/resources/tahoe14swat/stream/modkits/interior2_swat14tahoe.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb36c2bfa252522c881a21b2ca7426879e023bf590d6bd2d6344d4c0486b09e +size 688340 diff --git a/resources/tahoe14swat/stream/modkits/interior3_swat14tahoe.yft b/resources/tahoe14swat/stream/modkits/interior3_swat14tahoe.yft new file mode 100644 index 000000000..d13029994 --- /dev/null +++ b/resources/tahoe14swat/stream/modkits/interior3_swat14tahoe.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a2bcde90ae7adfd28161aeb32f948e271992c4fa5708cd3ae8e0ba81b893f1 +size 2125237 diff --git a/resources/tahoe14swat/stream/modkits/interior_swat14tahoe.yft b/resources/tahoe14swat/stream/modkits/interior_swat14tahoe.yft new file mode 100644 index 000000000..4de07db08 --- /dev/null +++ b/resources/tahoe14swat/stream/modkits/interior_swat14tahoe.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50aa47edace182b6f56e631c85620b13142e8e7b59965ac56a7daac11c18daaa +size 663304 diff --git a/resources/tahoe14swat/stream/tahoe14swat+hi.ytd b/resources/tahoe14swat/stream/tahoe14swat+hi.ytd new file mode 100644 index 000000000..19ebceec7 --- /dev/null +++ b/resources/tahoe14swat/stream/tahoe14swat+hi.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4156a9d570114d080109030de66637c21ccf301bf5bee9027d7a8b1fdd4c2c51 +size 2276081 diff --git a/resources/tahoe14swat/stream/tahoe14swat.yft b/resources/tahoe14swat/stream/tahoe14swat.yft new file mode 100644 index 000000000..de698eb01 --- /dev/null +++ b/resources/tahoe14swat/stream/tahoe14swat.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541bc068fee4de6899b3355d916b5a2d1fdf3eb929f704e70c9511d476ba9e77 +size 10892470 diff --git a/resources/tahoe14swat/stream/tahoe14swat.ytd b/resources/tahoe14swat/stream/tahoe14swat.ytd new file mode 100644 index 000000000..68e8dc4ce --- /dev/null +++ b/resources/tahoe14swat/stream/tahoe14swat.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b01f480f94045024c67676fecab6f618e574ab7cb3b11513bc6b2ff1fcd304 +size 15676582 diff --git a/resources/tahoe14swat/stream/tahoe14swat_hi.yft b/resources/tahoe14swat/stream/tahoe14swat_hi.yft new file mode 100644 index 000000000..f9acda846 --- /dev/null +++ b/resources/tahoe14swat/stream/tahoe14swat_hi.yft @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa9d2f7764cf148e3a29ba3d0d299fd7dc0c34481e1e6dd276be00e6e4d50e4 +size 10892298 diff --git a/resources/tahoe14swat/vehicles.meta b/resources/tahoe14swat/vehicles.meta new file mode 100644 index 000000000..601ee23b4 --- /dev/null +++ b/resources/tahoe14swat/vehicles.meta @@ -0,0 +1,135 @@ + + + + vehshare + + + + tahoe14swat + tahoe14swat + TAHOE + tahoe14swat + 14CHEVY + null + null + null + null + + null + fbi2 + LAYOUT_RIOT_VAN + GRANGER_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 + 500.000000 + 500.000000 + + + + + + + + + + + SWANKNESS_1 + + FLAG_HAS_BULLET_RESISTANT_GLASS FLAG_HAS_BULLETPROOF_GLASS FLAG_FORCE_ENABLE_CHASSIS_COLLISION FLAG_HAS_LIVERY FLAG_EXTRAS_STRONG FLAG_LAW_ENFORCEMENT + VEHICLE_TYPE_CAR + VPT_FRONT_AND_BACK_PLATES + VDT_RACE + VC_EMERGENCY + VWT_OFFROAD + + + + + + + + + + + + WHEEL_FRONT_RIGHT_CAMERA + WHEEL_FRONT_LEFT_CAMERA + WHEEL_REAR_RIGHT_CAMERA + WHEEL_REAR_LEFT_CAMERA + + + + + + + RANGER_CAVALCADE_FRONT_LEFT + RANGER_FRONT_RIGHT + RANGER_PRANGER_REAR_LEFT + RANGER_PRANGER_REAR_RIGHT + + + + + + vehicles_banshee_interior + tahoeswat + + + \ No newline at end of file diff --git a/server.cfg b/server.cfg index cb0a909e4..c6df50cc4 100644 --- a/server.cfg +++ b/server.cfg @@ -313,8 +313,9 @@ ensure cl415 ensure 22nali ensure bubbadenali ensure socalchev -ensure - +ensure tahoe14swat +ensure swatraptor +ensure swatcat ensure ensure generic_texture_renderer_gfx