diff --git a/resources/MAXINGspeedlimiter/config.lua b/resources/MAXINGspeedlimiter/config.lua index e69d23604..2d5a65292 100644 --- a/resources/MAXINGspeedlimiter/config.lua +++ b/resources/MAXINGspeedlimiter/config.lua @@ -5,35 +5,35 @@ Config.kmh = false -- Set Config.maxSpeed to false if you want to use same speed for all vehicles -- Set the max speed for all vehicles on Config.maxSpeed Config.useCategories = true -Config.maxSpeed = 130 +Config.maxSpeed = 180 Config.Categories = { -- COMPACTS - {category = 0, maxSpeed = 100}, + {category = 0, maxSpeed = 120}, -- SEDANS - {category = 1, maxSpeed = 100}, + {category = 1, maxSpeed = 120}, -- SUV'S - {category = 2, maxSpeed = 100}, + {category = 2, maxSpeed = 120}, -- COUPES - {category = 3, maxSpeed = 100}, + {category = 3, maxSpeed = 160}, -- MUSCLE - {category = 4, maxSpeed = 100}, + {category = 4, maxSpeed = 170}, -- SPORT CLASSIC - {category = 5, maxSpeed = 100}, + {category = 5, maxSpeed = 170}, -- SPORT - {category = 6, maxSpeed = 100}, + {category = 6, maxSpeed = 170}, -- SUPER - {category = 7, maxSpeed = 100}, + {category = 7, maxSpeed = 170}, -- MOTORCYCLES - {category = 8, maxSpeed = 100}, + {category = 8, maxSpeed = 180}, -- OFFROAD - {category = 9, maxSpeed = 100}, + {category = 9, maxSpeed = 130}, -- INDUSTRIAL - {category = 10, maxSpeed = 65}, + {category = 10, maxSpeed = 80}, -- UTILITY - {category = 11, maxSpeed = 65}, + {category = 11, maxSpeed = 106}, -- VANS - {category = 12, maxSpeed = 100}, + {category = 12, maxSpeed = 110}, -- BICYCLES {category = 13, maxSpeed = 100}, -- BOATS @@ -46,9 +46,9 @@ Config.Categories = { --#endregion -- SERVICE - {category = 17, maxSpeed = 60}, + {category = 17, maxSpeed = 85}, -- EMERGENCY - {category = 18, maxSpeed = 200}, + {category = 18, maxSpeed = 190}, -- MILITARY {category = 19, maxSpeed = 69} } diff --git a/resources/[EGRP-CarPacks]/EGRP-Extras/__resource.lua b/resources/[EGRP-CarPacks]/EGRP-Extras/__resource.lua index e6cb53ac8..06d74de07 100644 --- a/resources/[EGRP-CarPacks]/EGRP-Extras/__resource.lua +++ b/resources/[EGRP-CarPacks]/EGRP-Extras/__resource.lua @@ -90,21 +90,6 @@ data_file 'VEHICLE_LAYOUTS_FILE' 'data/21pdrbsub/dlctext.meta' data_file 'VEHICLE_VARIATION_FILE' 'data/Staff-kgbearcat/carvariations.meta' data_file 'VEHICLE_LAYOUTS_FILE' 'data/Staff-kgbearcat/dlctext.meta' - -- Staff-DMLEOF82 - files { - 'data/Staff-DMLEOF82/vehicles.meta', - 'data/Staff-DMLEOF82/carvariations.meta', - 'data/Staff-DMLEOF82/carcols.meta', - 'data/Staff-DMLEOF82/handling.meta', - 'data/Staff-DMLEOF82/vehiclelayouts.meta' - } - - data_file 'HANDLING_FILE' 'data/Staff-DMLEOF82/handling.meta' - data_file 'VEHICLE_METADATA_FILE' 'data/Staff-DMLEOF82/vehicles.meta' - data_file 'CARCOLS_FILE' 'data/Staff-DMLEOF82/carcols.meta' - data_file 'VEHICLE_VARIATION_FILE' 'data/Staff-DMLEOF82/carvariations.meta' - data_file 'VEHICLE_LAYOUTS_FILE' 'data/Staff-DMLEOF82/dlctext.meta' - -- staff-22gscrb files { 'data/staff-22gscrb/vehicles.meta', @@ -120,21 +105,6 @@ data_file 'VEHICLE_LAYOUTS_FILE' 'data/21pdrbsub/dlctext.meta' data_file 'VEHICLE_VARIATION_FILE' 'data/staff-22gscrb/carvariations.meta' data_file 'VEHICLE_LAYOUTS_FILE' 'data/staff-22gscrb/dlctext.meta' - -- Staff-23gsrb - files { - 'data/Staff-23gsrb/vehicles.meta', - 'data/Staff-23gsrb/carvariations.meta', - 'data/Staff-23gsrb/carcols.meta', - 'data/Staff-23gsrb/handling.meta', - 'data/Staff-23gsrb/vehiclelayouts.meta' - } - - data_file 'HANDLING_FILE' 'data/Staff-23gsrb/handling.meta' - data_file 'VEHICLE_METADATA_FILE' 'data/Staff-23gsrb/vehicles.meta' - data_file 'CARCOLS_FILE' 'data/Staff-23gsrb/carcols.meta' - data_file 'VEHICLE_VARIATION_FILE' 'data/Staff-23gsrb/carvariations.meta' - data_file 'VEHICLE_LAYOUTS_FILE' 'data/Staff-23gsrb/dlctext.meta' - -- MAXgtsx500 files { 'data/MAXgtsx500/vehicles.meta', @@ -195,36 +165,6 @@ data_file 'CARCOLS_FILE' 'data/ctt55vv/carcols.meta' data_file 'VEHICLE_VARIATION_FILE' 'data/ctt55vv/carvariations.meta' data_file 'VEHICLE_LAYOUTS_FILE' 'data/ctt55vv/dlctext.meta' - -- 21gscrb - files { - 'data/21gscrb/vehicles.meta', - 'data/21gscrb/carvariations.meta', - 'data/21gscrb/carcols.meta', - 'data/21gscrb/handling.meta', - 'data/21gscrb/vehiclelayouts.meta', -} - -data_file 'HANDLING_FILE' 'data/21gscrb/handling.meta' -data_file 'VEHICLE_METADATA_FILE' 'data/21gscrb/vehicles.meta' -data_file 'CARCOLS_FILE' 'data/21gscrb/carcols.meta' -data_file 'VEHICLE_VARIATION_FILE' 'data/21gscrb/carvariations.meta' -data_file 'VEHICLE_LAYOUTS_FILE' 'data/21gscrb/dlctext.meta' - - -- 18gscrb - files { - 'data/18gscrb/vehicles.meta', - 'data/18gscrb/carvariations.meta', - 'data/18gscrb/carcols.meta', - 'data/18gscrb/handling.meta', - 'data/18gscrb/vehiclelayouts.meta', -} - -data_file 'HANDLING_FILE' 'data/18gscrb/handling.meta' -data_file 'VEHICLE_METADATA_FILE' 'data/18gscrb/vehicles.meta' -data_file 'CARCOLS_FILE' 'data/18gscrb/carcols.meta' -data_file 'VEHICLE_VARIATION_FILE' 'data/18gscrb/carvariations.meta' -data_file 'VEHICLE_LAYOUTS_FILE' 'data/18gscrb/dlctext.meta' - -- c3hs53pd files { 'data/c3hs53pd/vehicles.meta', @@ -315,21 +255,6 @@ data_file 'CARCOLS_FILE' 'data/gpd7/carcols.meta' data_file 'VEHICLE_VARIATION_FILE' 'data/gpd7/carvariations.meta' data_file 'VEHICLE_LAYOUTS_FILE' 'data/gpd7/dlctext.meta' - -- 2022pshrb - files { - 'data/2022pshrb/vehicles.meta', - 'data/2022pshrb/carvariations.meta', - 'data/2022pshrb/carcols.meta', - 'data/2022pshrb/handling.meta', - 'data/2022pshrb/vehiclelayouts.meta', -} - -data_file 'HANDLING_FILE' 'data/2022pshrb/handling.meta' -data_file 'VEHICLE_METADATA_FILE' 'data/2022pshrb/vehicles.meta' -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' - -- fireboat files { 'data/fireboat/vehicles.meta', diff --git a/resources/[EGRP-Discord-Integration]/Discord-VehRestriction/config.lua b/resources/[EGRP-Discord-Integration]/Discord-VehRestriction/config.lua index 6394bbb72..53280fafa 100644 --- a/resources/[EGRP-Discord-Integration]/Discord-VehRestriction/config.lua +++ b/resources/[EGRP-Discord-Integration]/Discord-VehRestriction/config.lua @@ -327,7 +327,7 @@ Config.VehicleRestrictions = { "19mustgt", "bearcat", "18charger", - "18chargerb", + "18chargerb", "mxxraprb", "trackhawkPD", "chargfire", diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/Hane_Golden_Pub_READ_ME.txt b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/Hane_Golden_Pub_READ_ME.txt new file mode 100644 index 000000000..654cb81f5 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/Hane_Golden_Pub_READ_ME.txt @@ -0,0 +1,41 @@ +HANE – Golden Pub | README + +Resource Structure: +------------------- +[Hane_Golden_Pub] +│ +├── hane_data_mirrorpark +├── hane_golden_pub + +Installation Instructions: +-------------------------- +1. Upload the entire [Hane_Golden_Pub] folder to your server resources. +2. Add the following lines to your server.cfg file in this exact order: + + ensure hane_data_mirrorpark + ensure hane_golden_pub + +Note: +- 'hane_data_mirrorpark' contains shared data used across multiple Mirror Park projects by Hane Studios. +- Do not rename the folders to prevent compatibility issues. + +Map Features: +------------- +- Location: Mirror Park (coordinates available in the resource) +- Fully functional pub interior (Golden Pub) +- Includes bar area, seating, DJ booth, stage, and exterior connection +- FiveM-compatible lighting and audio placements +- High-quality PBR textures and optimized models + +Support: +-------- +- The map is compatible with all major frameworks (ESX, QBCore, etc.) +- Optimized for FPS and performance +- For any issues or feedback, contact us via Discord: + + https://discord.gg/VNtgPZqeE2 + +Thank you for choosing Hane Studios! +Enjoy your new Golden Pub experience. + +— Hane Studios Team \ No newline at end of file diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/.fxap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/.fxap new file mode 100644 index 000000000..3b91b37fd Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/.fxap differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/fxmanifest.lua b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/fxmanifest.lua new file mode 100644 index 000000000..976aa12c4 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/fxmanifest.lua @@ -0,0 +1,7 @@ +fx_version 'cerulean' +game 'gta5' +lua54 'yes' + +this_is_a_map 'yes' + +dependency '/assetpacks' \ No newline at end of file diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/apa_distlodlights_medium034.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/apa_distlodlights_medium034.ymap new file mode 100644 index 000000000..88babbec0 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/apa_distlodlights_medium034.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f167b3073a50b58cdbaaaac714612f6ada13df7f1b34a18ae72ed9673b141aa9 +size 3998 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/distlodlights_medium034.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/distlodlights_medium034.ymap new file mode 100644 index 000000000..fc968d134 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/distlodlights_medium034.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c26405c844c3458cd668be9e94ae1ec1f0c30acd8111bdc3a0c4c9d42b07bf +size 3997 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_distlodlights_medium034.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_distlodlights_medium034.ymap new file mode 100644 index 000000000..e2ace9e1c --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_distlodlights_medium034.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f3e0f28c0ff2ba8fcab31599e3fe5ab84cadd695dc284a75cd2de76a6852a9 +size 3996 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_21_c_strm_2.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_21_c_strm_2.ymap new file mode 100644 index 000000000..e2726de07 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_21_c_strm_2.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5efa0ade7b9cf7dffcc77ac85c59f7efa1067a6a856b09ba6b485c797426df +size 16683 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_21_e_strm_0.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_21_e_strm_0.ymap new file mode 100644 index 000000000..75afd7802 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_21_e_strm_0.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0dadfeac998b95598b47e063af7060b5ced507225aa62df76bc83e6c6034f23 +size 9429 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_21_long_0.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_21_long_0.ymap new file mode 100644 index 000000000..6212fd604 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_21_long_0.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f7bbced253dacdbab622bbbb5efe96383c93f5c45ffa9d71b66268a6c692e5 +size 3325 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_occl_03.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_occl_03.ymap new file mode 100644 index 000000000..ea0a87d12 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_occl_03.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a748ce23b5ad1ecca462c4999ead8e1504942772779b3032590566f21ec0dd0 +size 21499 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_rdb_long_0.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_rdb_long_0.ymap new file mode 100644 index 000000000..452e291f1 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_rdb_long_0.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d3c781b3c1914c04d06ca3639fb3da8e052867c43a85547fd4b1a7e252bbf2 +size 9744 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_rdb_strm_2.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_rdb_strm_2.ymap new file mode 100644 index 000000000..0ada8189a --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hei_id2_rdb_strm_2.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e51d63449d527053ed53d5c51665b8a65bde6c60a9314de87cf3b1b2eeb868b +size 12835 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hi@id2_21_c_0.ybn b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hi@id2_21_c_0.ybn new file mode 100644 index 000000000..4fc7fbb27 Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/hi@id2_21_c_0.ybn differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_1.ybn b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_1.ybn new file mode 100644 index 000000000..d70a07c3c Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_1.ybn differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_0.ybn b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_0.ybn new file mode 100644 index 000000000..eb010c81e Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_0.ybn differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_buildb2.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_buildb2.ydr new file mode 100644 index 000000000..656c5452e --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_buildb2.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3af3b76a3240e76fedd8fbd44b02e97e18bcc6f2f3eef43aaeb3ccc7eb03dc3 +size 5875379 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_cablemesh7.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_cablemesh7.ydr new file mode 100644 index 000000000..5253fe784 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_cablemesh7.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0163ad9be9f5cc06b4995f9fb0e0424778757dc40228f5c3c8a671a5c357ce6 +size 366 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_decalb2.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_decalb2.ydr new file mode 100644 index 000000000..5aefb7813 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_decalb2.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0485da7187dab9e689ddb1f2c9d3fb8020d2569cef865ab1d5c3a957936a8ce4 +size 105624 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_gluea.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_gluea.ydr new file mode 100644 index 000000000..d4782014c --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_gluea.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3967de8777b05d751e62c374d0fe83f49fe1fcab9149f77e870e0ec42c8d7729 +size 146598 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_grndb.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_grndb.ydr new file mode 100644 index 000000000..d025a4db7 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_grndb.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a704d559e63d03557f1b6503968a68fb8a603ee5ff9219a7447589cd599b25a6 +size 774964 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_id2_21c_billboardad.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_id2_21c_billboardad.ydr new file mode 100644 index 000000000..c6dc0f27b --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_id2_21c_billboardad.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19efb585ef117573d6b9f5b1bea01675b5b95b6099b4fb7cb4ab8e62d7efeb05 +size 709230 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_lod.ytd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_lod.ytd new file mode 100644 index 000000000..58805843f --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_lod.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a632e3b964cadfd0f92cc816219b9bacb33731292bf4380055eba2add5ef68 +size 450774 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_strm_2.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_strm_2.ymap new file mode 100644 index 000000000..1f2b9dd3f --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_c_strm_2.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f69d7131b1f19caa6e9d3eb3b80ddf380c5c33529b42c48379ae1959ac9353 +size 16635 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_emissive_01.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_emissive_01.ydr new file mode 100644 index 000000000..801527ad6 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_emissive_01.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3984b3fd834d2611b39fe2b3aa861bb21f932255154e174950871a756d927cc3 +size 700 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_grass_0.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_grass_0.ymap new file mode 100644 index 000000000..842acbb01 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_grass_0.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf5ac3c0ec9464b47340c6b8fa7984c73555153dff93e2af715737d1ee507af +size 136566 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_slod1a_children.ydd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_slod1a_children.ydd new file mode 100644 index 000000000..eeca3ad89 Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_slod1a_children.ydd differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_terr_end.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_terr_end.ydr new file mode 100644 index 000000000..c0eb6f48d --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_21_terr_end.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e774776ee3d4ad4a4e34fc6f634b9224aba4cfc4de1108bba3b24b367083d726 +size 353582 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_lod_21_21d_21e_children.ydd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_lod_21_21d_21e_children.ydd new file mode 100644 index 000000000..d1589e505 Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_lod_21_21d_21e_children.ydd differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_lod_slod4_children.ydd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_lod_slod4_children.ydd new file mode 100644 index 000000000..b884df9d4 Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_lod_slod4_children.ydd differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_occl_03.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_occl_03.ymap new file mode 100644 index 000000000..c0ee5777e --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_occl_03.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:047f8934af609a5ebb3701e7e44e89fc2bc4eb90bd3cddfb9b4c68b8a7e661e0 +size 21503 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_propsb_de01_slod_children.ydd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_propsb_de01_slod_children.ydd new file mode 100644 index 000000000..00d3a6c2a Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_propsb_de01_slod_children.ydd differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_3.ybn b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_3.ybn new file mode 100644 index 000000000..5beb65e87 Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_3.ybn differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_long_0.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_long_0.ymap new file mode 100644 index 000000000..452e291f1 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_long_0.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8d3c781b3c1914c04d06ca3639fb3da8e052867c43a85547fd4b1a7e252bbf2 +size 9744 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_r1_04.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_r1_04.ydr new file mode 100644 index 000000000..c65659d5f --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_r1_04.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d282cdbd6a562b1bff61655318febbb1e127e134d6a1c88dc271375641f9eff7 +size 442700 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_r1_06.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_r1_06.ydr new file mode 100644 index 000000000..2feb68ee8 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/id2_rdb_r1_06.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92a71c16872135d7f36c7346d1d6be4c37ac7c21963e1c9abbf7d62cab49572 +size 300754 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/indust_02_metadata_010_strm.ytyp b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/indust_02_metadata_010_strm.ytyp new file mode 100644 index 000000000..5cd38ef1e Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/indust_02_metadata_010_strm.ytyp differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/ma@id2_21_0.ybn b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/ma@id2_21_0.ybn new file mode 100644 index 000000000..1b03009a8 Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/ma@id2_21_0.ybn differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/ma@id2_21_c_0.ybn b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/ma@id2_21_c_0.ybn new file mode 100644 index 000000000..8ad9eb771 Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/ma@id2_21_c_0.ybn differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/vw_distlodlights_medium034.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/vw_distlodlights_medium034.ymap new file mode 100644 index 000000000..d7db21919 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_data_mirrorpark/stream/vw_distlodlights_medium034.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c094385f4804d41cdc6d3a98ea292797bf4415dc1f7365ba34cb06a7888e8502 +size 3999 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/.fxap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/.fxap new file mode 100644 index 000000000..c7e88f4c1 Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/.fxap differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/fxmanifest.lua b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/fxmanifest.lua new file mode 100644 index 000000000..664627cc1 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/fxmanifest.lua @@ -0,0 +1,18 @@ +fx_version 'bodacious' +game 'gta5' + +author 'HANE' +description 'GPUB2' +version '1.0.0' + +this_is_a_map 'yes' + + +data_file 'TIMECYCLEMOD_FILE' 'hane_gpub_timecycle.xml' +data_file 'INTERIOR_PROXY_ORDER_FILE' 'interiorproxies.meta' + +files { + 'hane_gpub_timecycle.xml', + 'interiorproxies.meta' +} +dependency '/assetpacks' \ No newline at end of file diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/hane_gpub_timecycle.xml b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/hane_gpub_timecycle.xml new file mode 100644 index 000000000..2e4c37601 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/hane_gpub_timecycle.xml @@ -0,0 +1,61 @@ + + + 0.000 0.000 + 0.410 0.000 + 1.000 1.000 + 0.875 1.000 + 0.522 1.000 + 0.300 0.000 + 0.800 1.000 + 0.737 1.000 + 0.365 1.000 + 0.200 0.000 + 0.000 0.000 + 0.561 1.000 + 0.341 1.000 + 0.082 1.000 + 0.500 0.000 + 0.537 1.000 + 0.702 1.000 + 0.263 1.000 + 0.200 0.000 + 1.000 1.000 + 0.420 1.000 + 0.110 1.000 + 0.200 1.000 + 5.768 0.000 + -0.800 0.000 + 0.500 0.000 + 0.500 0.000 + 0.500 0.000 + 0.504 0.000 + 8.000 0.000 + 0.000 0.000 + 0.000 0.000 + 0.000 0.000 + 0.000 0.000 + 0.975 0.000 + 5.000 0.000 + 0.000 0.000 + 1.000 0.000 + 3.000 0.000 + 0.992 0.000 + 0.030 0.000 + 0.192 0.000 + 0.009 0.000 + 0.029 0.000 + 0.480 0.000 + 4.000 0.000 + 1.000 0.000 + -2.000 0.000 + 0.192 0.000 + 0.095 0.000 + 0.192 0.000 + 0.992 0.000 + 0.010 0.000 + 0.480 0.000 + 3.840 0.000 + 0.150 0.000 + 0.500 0.000 + + \ No newline at end of file diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_cigar_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_cigar_a.ydr new file mode 100644 index 000000000..961f65e75 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_cigar_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b6fa57fd6e8dc9bc5f73aafd48b64a11f7a40f0444ce6a9f0cb91f1814fb2c +size 37030 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_20.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_20.ydr new file mode 100644 index 000000000..e3d7dccf5 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_20.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef538ccc23815129dddef931feb3315c5dd3810a6f73a0a43a6a82c8b163e8d +size 7326 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_1.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_1.ydr new file mode 100644 index 000000000..24ddffc94 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_1.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b05d88db5d7302cdc4636f05129351373c4d8a0274cc1bd59085bd5a0fb3fe +size 3302 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_25.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_25.ydr new file mode 100644 index 000000000..76cf737a6 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_25.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba4683c7b38b276ea9719d38c554eb27e34a67ac1ba781af197fa992de9b228d +size 3554 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_32.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_32.ydr new file mode 100644 index 000000000..775c100d0 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_32.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe393ce305abc957bf724711b7458a6b4bfb82afe31ae57fa725d2e14b7cb8a +size 3320 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_7.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_7.ydr new file mode 100644 index 000000000..79cccabab --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_7.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d520ce5260c1b9445b0a46d69b0d5cc9bf6c48dab4cd61d400ec7a1e6d5bc9a8 +size 3486 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_8.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_8.ydr new file mode 100644 index 000000000..a72c38292 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_clasart_a_8.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b31b55c24470bb3b3069edd0d9065292ce771af991fbfd6c0899b622b170aa1 +size 3055 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_plate_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_plate_a.ydr new file mode 100644 index 000000000..f6fab68f1 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_plate_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f536f736612f3fe187f95a51d5890b356bd7a6f864c17e6fa40395627939aadc +size 152749 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_plate_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_plate_b.ydr new file mode 100644 index 000000000..5acb17775 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_plate_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b904dd0863dee9cdc7e1070872b5194d32d5e587a4285717701e83a18d8be4ad +size 187730 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_socket_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_socket_a.ydr new file mode 100644 index 000000000..0548b74da --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_socket_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed130256934032ec56f90b4a086b99ad4aaa0c0f8855f964bb7bbb3ba537916a +size 6444 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_switch_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_switch_a.ydr new file mode 100644 index 000000000..58e0c4071 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_switch_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172d103127e4be40698168d96ef24f76ff65f942c2d533107c229a0ded08b06d +size 26972 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_table_lamp_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_table_lamp_a.ydr new file mode 100644 index 000000000..47e342f2d --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_table_lamp_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05bd66eb0244be79a5e0ddba1eec4c8fc6324ad350122308b59030edb1f05413 +size 69619 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_toilet_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_toilet_a.ydr new file mode 100644 index 000000000..75682a29d --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_class_toilet_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ccd56d15e9cc0a1a02b40ae69e6738c260540c5c16b4bd357d1958c247afe3 +size 168891 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_drinkcart.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_drinkcart.ydr new file mode 100644 index 000000000..24f4b30b1 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_drinkcart.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c24e18007a82d2efbb5cdc351e6e4f4866b1dfc6fc5bb917668cfb74d0e30063 +size 253632 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_drinkstand.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_drinkstand.ydr new file mode 100644 index 000000000..b4923f5bf --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_drinkstand.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df08fa1f40afc720b0b43312a8f3ebd784347c6a667b9cf66af7961ba188357c +size 99105 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_ashtray_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_ashtray_a.ydr new file mode 100644 index 000000000..6521eebdc --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_ashtray_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fe518ee88c3af0403a552e6f6b48d29ee4f9469938047f6c1e5160083eb7ea +size 301640 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bar_counter_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bar_counter_a.ydr new file mode 100644 index 000000000..488ccc8b3 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bar_counter_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fb0ed40761a9fa994283b3d1adc59cb832e31610498e47fe16447058ae20f8 +size 2511341 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bar_counter_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bar_counter_b.ydr new file mode 100644 index 000000000..5a2006ab4 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bar_counter_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b76325525795c294b6674a66eb816cdc13610200675eafb187b1a608c0d782 +size 681635 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bar_counter_c.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bar_counter_c.ydr new file mode 100644 index 000000000..e692e5f7e --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bar_counter_c.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08d012f024f3c1a4308d4f32b300732c19261434e72aae389a9853c6917bbd6 +size 898897 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bartap_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bartap_a.ydr new file mode 100644 index 000000000..f5ff4eeab --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bartap_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c886cbfb3bb4cab761023cfb65a3b017015ef0495fb022183a107a25c534f6ff +size 245994 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bartap_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bartap_b.ydr new file mode 100644 index 000000000..c1b3373e3 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bartap_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861ab1e9a57d86ac0fe444cd919d8128dd24a40111ba7c35d6560807ad521252 +size 131574 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bust.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bust.ydr new file mode 100644 index 000000000..dad89bf9e --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_bust.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5cb557dba12c5a9f842c61e0a44fe1b8d7809b3b0942b52046bc83144fe943 +size 781373 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_ceil_light_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_ceil_light_a.ydr new file mode 100644 index 000000000..371c17493 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_ceil_light_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58056941ed6b630afe4372c38076e2e29c9eb0d83f54c8f9d47240890c155c19 +size 24600 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_ceil_light_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_ceil_light_b.ydr new file mode 100644 index 000000000..b4011b5b5 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_ceil_light_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42d0d06f73daefd75f330aee4c0b2a29b6661015ef91fdf3ca8fca6c21cfd5b +size 24611 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_chair_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_chair_a.ydr new file mode 100644 index 000000000..1d024e9f9 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_chair_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab672424dc5bb6177f998c3a0ede62365a0a3ab833a0c578808bce2a225f9f2a +size 397780 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_chair_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_chair_b.ydr new file mode 100644 index 000000000..c8ef7ca34 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_chair_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aef18ce313b0da7ee8a14408061d246b711217ab45ec256a6a5e7de909e4ff5 +size 402048 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_chand_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_chand_a.ydr new file mode 100644 index 000000000..c70f14b63 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_chand_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe710ea33d246cdd10f27f9fd3fcce19acfb7a48298e26f8d220ad7c64d7d5b0 +size 1387582 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_clock2.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_clock2.ydr new file mode 100644 index 000000000..a6d5efb3c --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_clock2.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab7d1529f6314c4ae0d702f61ce5858f817bfceff727c228d55279445ec1f76 +size 398402 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_cnt_reflect_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_cnt_reflect_a.ydr new file mode 100644 index 000000000..acc2902e9 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_cnt_reflect_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09253eb1bc717f77f99300145546507d33b34cc842d69414f04fb8de66963370 +size 10553 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_col.ybn b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_col.ybn new file mode 100644 index 000000000..c03ffc75f Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_col.ybn differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_column_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_column_a.ydr new file mode 100644 index 000000000..3a45ec758 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_column_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fe508fca9cab86c9201b96b9cb9ceaa747907c65a71313cee03682973787fa +size 654220 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_console_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_console_b.ydr new file mode 100644 index 000000000..61f421ced --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_console_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c019657ace51b369f7ad60d93c78d44f6aedcbffe59067c159dfaaed968cb6 +size 394433 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_curtain_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_curtain_a.ydr new file mode 100644 index 000000000..abfb7809b --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_curtain_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3825361079afdb5acfa1fc70f1d60bc16807232c21babff30feb52973dc536b +size 1308712 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_decals_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_decals_a.ydr new file mode 100644 index 000000000..89974e95f --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_decals_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e798f28933f7489364de64f973876b84cac43e40af09024870c82fe5331a31 +size 55578 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_details_mesh_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_details_mesh_a.ydr new file mode 100644 index 000000000..628811bd0 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_details_mesh_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40ab7d7b3d72c8141830b8deee0f3b3d70a0902bbce0bb3ec402bd549853c3f +size 288060 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_details_mesh_a2.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_details_mesh_a2.ydr new file mode 100644 index 000000000..9ada90100 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_details_mesh_a2.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d894985d6447d88a0de42793ca9af251d074caf05987443756a14b9384369bc +size 1828757 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_details_mesh_a3.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_details_mesh_a3.ydr new file mode 100644 index 000000000..ae12c24c9 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_details_mesh_a3.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036f637c067b36568d81aff320b44e47a7c88b498c12b6ec31b68ad3ad1fd533 +size 1479018 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_door1.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_door1.ydr new file mode 100644 index 000000000..7370440d4 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_door1.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fd5ad43d5b1c506b2a1b53a42502f5d80b3a256921eb41c81b1f04e87b19ca +size 84501 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_glob.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_glob.ydr new file mode 100644 index 000000000..4a7de56c6 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_glob.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe039499c21cda0fc571764c4bca44d520cb429bd76d542d9274c01a2eb6a91 +size 129821 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_grdn_chair_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_grdn_chair_a.ydr new file mode 100644 index 000000000..334036f56 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_grdn_chair_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699d3b77f3f6b13cfc159d5ec2ae40b71e742294f952e07c9b42c9215975ea3c +size 61333 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_grdn_table_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_grdn_table_a.ydr new file mode 100644 index 000000000..2905babb2 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_grdn_table_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5db98b3aa6bcd5f9f3ad77f6a66bfedb4bb969aaff697cca9ac6cf60269d9f +size 47928 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_int_door_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_int_door_a.ydr new file mode 100644 index 000000000..e7c240a27 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_int_door_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7746e0bc90a78ee463d671295d97f2ef8061da07cce7b451f6b360a439d1e0 +size 107441 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_int_door_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_int_door_b.ydr new file mode 100644 index 000000000..0a0eb65a3 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_int_door_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c033ca62f69f5b696a05f112744b55e1838b268fd5392a9722b350c957ad235 +size 112426 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_kit_count_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_kit_count_a.ydr new file mode 100644 index 000000000..ee4ce13bf --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_kit_count_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa0b75f6e2e787a5481b32b2d38d52dfbee82e38f7681cf0424a57417f2e41c +size 1226661 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_kit_oven_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_kit_oven_a.ydr new file mode 100644 index 000000000..48d3ca0b3 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_kit_oven_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6d3d17d37bf376b77545ff61985842bdac60f9173eb1feb02d8938f43f3c8d +size 1266657 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_kit_shelf_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_kit_shelf_a.ydr new file mode 100644 index 000000000..be665f51d --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_kit_shelf_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912727554491b7060c2866846285a9b88b871803f00c60b8015f69f76f2afe3f +size 68627 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lamp1_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lamp1_a.ydr new file mode 100644 index 000000000..5c3f98e69 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lamp1_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e6ef5e7262efbb097560bd5fbdfef4428aaad3d4bb2d706b4b89b8a128472d +size 271600 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lotus_deco_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lotus_deco_a.ydr new file mode 100644 index 000000000..7bb7dbcc5 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lotus_deco_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b722f7dcb4481ec77f63ae44198d8226f4d9fb778172eca232a105c7c79ff36f +size 188413 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lshaft1_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lshaft1_a.ydr new file mode 100644 index 000000000..4004eaef6 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lshaft1_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c39159f36ab4673c6cc62de0cf3d334469028314afcd916f0e9938f95b25fd9 +size 930 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lshaft1_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lshaft1_b.ydr new file mode 100644 index 000000000..f3a73c687 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_lshaft1_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f3fe892f66b6f97c890bec142d639dbfe8e2f2c50097a28197c6357db16f7a +size 931 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_mirr_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_mirr_a.ydr new file mode 100644 index 000000000..3d7056f3d --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_mirr_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccc5f66d9b29c22b06d54fe33265605adf95ffedf2e228d0aedb34b8d5fc55a +size 679051 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_mirr_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_mirr_b.ydr new file mode 100644 index 000000000..d25905ff4 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_mirr_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e7d9be9b1154759a258fc93370f168023acf117c655f3b22d00d2768d318ad +size 362501 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_palm1_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_palm1_a.ydr new file mode 100644 index 000000000..0034968c4 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_palm1_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a23e9e685412b67f7820e1776c9924a99941bd5660e7fc10b9ffb410507fc990 +size 222541 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_phone_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_phone_a.ydr new file mode 100644 index 000000000..8eafef931 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_phone_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065a155d4e3a6868c00c9c87379b5a25fc16a69aa6669eadd266dbb9ca21f38f +size 627376 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_piona_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_piona_a.ydr new file mode 100644 index 000000000..1f5719f86 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_piona_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652854d3cbebc797d4c3e7164cc45f0238494b81635d2b3f0647c87beaad4484 +size 425164 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_punit_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_punit_a.ydr new file mode 100644 index 000000000..28d3a4ad3 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_punit_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6f5ab9d8845c69e3759238de23a2c68e8821dc3f2810da16463c81fbd6013e +size 76301 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_rug_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_rug_a.ydr new file mode 100644 index 000000000..7f0ea6d76 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_rug_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1faa84bba5a5530c1d77d70386c29bd1a665ccdcc78f431311b04fe0ee0123e +size 5224 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_shell.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_shell.ydr new file mode 100644 index 000000000..ee5a19748 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_shell.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6213023d09160d43df8da5891630e75bff883a4a1440a07072f6fb66909e870d +size 160004 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sidec_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sidec_a.ydr new file mode 100644 index 000000000..413dc42b3 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sidec_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee486543327e3dc74c8e2a7d03847de6bf7abb65dc6ac1168b616b9040290266 +size 269787 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sign_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sign_b.ydr new file mode 100644 index 000000000..523e77c35 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sign_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0278c803f6021427158a63933773e0ca18b86e016d7d2c64f830ac0d75ba938a +size 217768 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sink_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sink_a.ydr new file mode 100644 index 000000000..5b8e47299 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sink_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fbdeebb5123de2508c5a4073dcd817af7d425ed26bbb9f5543419db17de0e8 +size 310079 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sink_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sink_b.ydr new file mode 100644 index 000000000..ee8902354 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sink_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d383ca1a1e99a757d3747ae80c6106919b06944e660aaae8139ee2bd3099d2fb +size 311019 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sofa1_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sofa1_a.ydr new file mode 100644 index 000000000..7bde6bc15 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sofa1_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6656fcb9dd9d44db0cf410aed23f1603cf00bfa867f34dc3eb77dfbf4f240a8c +size 896127 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sofa1_a2.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sofa1_a2.ydr new file mode 100644 index 000000000..2e459c9b9 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_sofa1_a2.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0344de12389de61a9e9a87922d8afd729d413c7ead359ca59e08db6a95bced0 +size 892894 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_stool_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_stool_a.ydr new file mode 100644 index 000000000..de3d2ffee --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_stool_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6af0bd25fcbcc8a89ef213fc27676ee138c95a533c508e3bdb7d5ca3d940386 +size 122555 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_a.ydr new file mode 100644 index 000000000..fc7995aaf --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb8a3455bc4eeb0c71aa04a64e8300334fcbe8894fe339770a905f9de238af3 +size 38452 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_b.ydr new file mode 100644 index 000000000..fafbbd668 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990c2c26a3f1ef76a6170332c26c4fd17ea442657f9fc14019ef07b09d77ed7d +size 196429 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_c.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_c.ydr new file mode 100644 index 000000000..7d71668db --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_c.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d884ebb11dfc49efc7d50174a697b67bac768315843086ee976114bfd4305b +size 280942 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_d.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_d.ydr new file mode 100644 index 000000000..28ee66e26 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_table_d.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48553c864cf4573598a5b844467f0c857e2d47f746cc3b753b05d8e85f995a6 +size 103632 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_wlamp_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_wlamp_a.ydr new file mode 100644 index 000000000..dfc1dd3d3 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_wlamp_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f33359ce8ea521498742b404114cc8c759e9e2811c75b9c037ee25b6ac784b8 +size 189474 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_wlamp_b.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_wlamp_b.ydr new file mode 100644 index 000000000..fe3c33662 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_gpub_wlamp_b.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd023cbb87a7e5209859c2e0b90d72043564dd1f88d0130768d019bcc85fa116 +size 101456 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_prop_bar_ice_01.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_prop_bar_ice_01.ydr new file mode 100644 index 000000000..94b64e8a0 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hn_prop_bar_ice_01.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d8822982b710cbebc4121091570addf646be8f755b2914b4151a6c0675b865 +size 80252 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_arts.ytd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_arts.ytd new file mode 100644 index 000000000..bf40385b6 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_arts.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e89b486767f37b34315d4e6135174c4b742d3b1f787bb7829b4c56088cb798b +size 2164788 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_cash_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_cash_a.ydr new file mode 100644 index 000000000..c412e5d8a --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_cash_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:485b072c9a880c8dced5455865f06959fbb11b9c00b818ee25a820fd3092081b +size 493541 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_chr_tbl.ytd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_chr_tbl.ytd new file mode 100644 index 000000000..2aa7a93a0 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_chr_tbl.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd12a8098d74d7363fdcc4ce01f595a7043ee7760f8c258892d00f4eb538f184 +size 4163672 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_doors.ytd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_doors.ytd new file mode 100644 index 000000000..4977195be --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_doors.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4363280a790a863e812eb2bae634f93deabe8279b0c321748b21d93aeaed50df +size 1387553 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_ent_proxy.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_ent_proxy.ydr new file mode 100644 index 000000000..166d41396 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_ent_proxy.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea0a0228b16934560f089bf24ab29d0f725ab8c03bc0314e276396d2328c82e +size 6246 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_ent_proxy_n.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_ent_proxy_n.ydr new file mode 100644 index 000000000..cae56b0bd --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_ent_proxy_n.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d76a6fa90c99cc0caf634eb9848a08c287bce9c7587f320f369ab7aa4d66cc +size 5968 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_kit_proxy.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_kit_proxy.ydr new file mode 100644 index 000000000..9d493a21f --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_kit_proxy.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96c8b58ece8dc773e9786a5d2160ef8a3b525194498744ab68ac6e2075c01fe +size 1775 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_lmp_trim.ytd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_lmp_trim.ytd new file mode 100644 index 000000000..80451ba68 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_lmp_trim.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309b52602273a1181af3cdb2c72705992b271bfd7ed90d77315a445febf12598 +size 2846007 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_m_props.ytd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_m_props.ytd new file mode 100644 index 000000000..3f0f9cd46 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_m_props.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8fc3ec994eb5e56be0de8e5156a087508c2ec6e916b3d0af3ad456c2443bb8 +size 9429522 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_main.ytd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_main.ytd new file mode 100644 index 000000000..ecd6ec70f --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_main.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739e4714f19689706783c846f037cd3f545f1ae96d1f601e16d90ec778588374 +size 10856515 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_pand_light_a.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_pand_light_a.ydr new file mode 100644 index 000000000..82415b6b9 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_pand_light_a.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2e82612b748a855141fc970ae405672802e948fbffc4dad4cdbf9fde6d107a +size 411097 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_s_props.ytd b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_s_props.ytd new file mode 100644 index 000000000..2c233b32f --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_s_props.ytd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a40dc4450f7b9bb06fbc2391e9274ff6c8b36e523add0bdd8d6d3c0129bfacf +size 7087980 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_wc_proxy.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_wc_proxy.ydr new file mode 100644 index 000000000..f9fa881be --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/hngpub_wc_proxy.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0a175ff0394003ba454890945bbcea22a512f1596973e3c60e72dcd789dceb +size 3019 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/w_frame_model_int1.ydr b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/w_frame_model_int1.ydr new file mode 100644 index 000000000..90bd1e4dd --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/AllModels/w_frame_model_int1.ydr @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8741a960fc35c161308b20fa98b9e63969f48aa938705931af7e271ed10fa3b6 +size 1574551 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/_manifest.ymf b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/_manifest.ymf new file mode 100644 index 000000000..bb3f0d19d Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/_manifest.ymf differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hane_gpub.ytyp b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hane_gpub.ytyp new file mode 100644 index 000000000..a8d6167ee Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hane_gpub.ytyp differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_class_props.ytyp b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_class_props.ytyp new file mode 100644 index 000000000..ef1e9dc06 Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_class_props.ytyp differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_gpub_arts.ytyp b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_gpub_arts.ytyp new file mode 100644 index 000000000..ec4f9c414 Binary files /dev/null and b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_gpub_arts.ytyp differ diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_gpub_limbo.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_gpub_limbo.ymap new file mode 100644 index 000000000..e62677943 --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_gpub_limbo.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9554bae09286df0fcb74bc1da8a9dfb8f224ea01cc81e742f8979916d25b8dcd +size 2499 diff --git a/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_gpub_milo_.ymap b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_gpub_milo_.ymap new file mode 100644 index 000000000..0903b746b --- /dev/null +++ b/resources/[EGRP-Map-Addons]/[Hane_Golden_Pub]/hane_golden_pub/stream/hn_gpub_milo_.ymap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d584e1feb8c572debcba854b69b481a9fb0cb20bf86d19ced4ae70f7a7c3808b +size 1180 diff --git a/resources/firetahoe/__resource.lua b/resources/firetahoe/__resource.lua new file mode 100644 index 000000000..e85b41837 --- /dev/null +++ b/resources/firetahoe/__resource.lua @@ -0,0 +1,20 @@ +resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5' + +files { + 'vehicles.meta', + 'carvariations.meta', + 'carcols.meta', + 'handling.meta', + 'vehiclelayouts.meta', -- Not Required +} + +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' -- Not Required + + +client_script { + 'vehicle_names.lua' -- Not Required +} \ No newline at end of file diff --git a/resources/ftaurus/__resource.lua b/resources/ftaurus/__resource.lua new file mode 100644 index 000000000..e85b41837 --- /dev/null +++ b/resources/ftaurus/__resource.lua @@ -0,0 +1,20 @@ +resource_manifest_version '77731fab-63ca-442c-a67b-abc70f28dfa5' + +files { + 'vehicles.meta', + 'carvariations.meta', + 'carcols.meta', + 'handling.meta', + 'vehiclelayouts.meta', -- Not Required +} + +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' -- Not Required + + +client_script { + 'vehicle_names.lua' -- Not Required +} \ No newline at end of file diff --git a/resources/replace1/stream/baller.yft b/resources/replace1/stream/baller.yft deleted file mode 100644 index 0b437f662..000000000 --- a/resources/replace1/stream/baller.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3bf5b47a480ed78b1012ba6794a40bd5800b5df5b9d13bc21fe1d61b3a0b8cd -size 11283848 diff --git a/resources/replace1/stream/baller.ytd b/resources/replace1/stream/baller.ytd deleted file mode 100644 index aa249f47d..000000000 --- a/resources/replace1/stream/baller.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1e537b5d9e3a54d8a04940f56393756f6e87b229a11fdf8ac4c469924085d3c -size 13987928 diff --git a/resources/replace1/stream/baller_hi.yft b/resources/replace1/stream/baller_hi.yft deleted file mode 100644 index 0b437f662..000000000 --- a/resources/replace1/stream/baller_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3bf5b47a480ed78b1012ba6794a40bd5800b5df5b9d13bc21fe1d61b3a0b8cd -size 11283848 diff --git a/resources/replace1/stream/cavalcade.yft b/resources/replace1/stream/cavalcade.yft deleted file mode 100644 index 17a8392eb..000000000 --- a/resources/replace1/stream/cavalcade.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0e2e4dc6cf4ea55a4d52ac83afcda3ec6571ce095c3c8040a4c6753a118e4ee -size 2465053 diff --git a/resources/replace1/stream/cavalcade.ytd b/resources/replace1/stream/cavalcade.ytd deleted file mode 100644 index a148044ef..000000000 --- a/resources/replace1/stream/cavalcade.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46f60661fb014b1877837886492e01ab8fa21960a6de9f7348b59bb7b538261e -size 7703989 diff --git a/resources/replace1/stream/cavalcade2.yft b/resources/replace1/stream/cavalcade2.yft deleted file mode 100644 index 591a5ff41..000000000 --- a/resources/replace1/stream/cavalcade2.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c1e83c9af8f1e46c49b375cc850681f4b4f73739810dc9e5b78c94e633718a0 -size 12038277 diff --git a/resources/replace1/stream/cavalcade2.ytd b/resources/replace1/stream/cavalcade2.ytd deleted file mode 100644 index 263ec3fb3..000000000 --- a/resources/replace1/stream/cavalcade2.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28f3bcaaa7bc3b9411740ca665528ba2cb0ec155c5a80b4a861ecd2d2d6a1aa6 -size 4272357 diff --git a/resources/replace1/stream/cavalcade2_hi.yft b/resources/replace1/stream/cavalcade2_hi.yft deleted file mode 100644 index 591a5ff41..000000000 --- a/resources/replace1/stream/cavalcade2_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c1e83c9af8f1e46c49b375cc850681f4b4f73739810dc9e5b78c94e633718a0 -size 12038277 diff --git a/resources/replace1/stream/cavalcade_hi.yft b/resources/replace1/stream/cavalcade_hi.yft deleted file mode 100644 index 7dacc2f75..000000000 --- a/resources/replace1/stream/cavalcade_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:244bc2fd826aa4d887c3a0374a816fd899d8bd88727b0c37040831a986558a7b -size 3433719 diff --git a/resources/replace1/stream/coquette.yft b/resources/replace1/stream/coquette.yft deleted file mode 100644 index 69765d311..000000000 --- a/resources/replace1/stream/coquette.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:929c2592a2036fc0665615a24017286fba924e7bc6e12f9ad51220cb7f2297f2 -size 5266577 diff --git a/resources/replace1/stream/coquette.ytd b/resources/replace1/stream/coquette.ytd deleted file mode 100644 index 4943014c6..000000000 --- a/resources/replace1/stream/coquette.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e518e634c92fb4f4986f447fb33fce0daac8bb3f020ed7eaaede8b4d75d34f0 -size 10778949 diff --git a/resources/replace1/stream/coquette_hi.yft b/resources/replace1/stream/coquette_hi.yft deleted file mode 100644 index 0cd38cc67..000000000 --- a/resources/replace1/stream/coquette_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30509a0b8387202760ee801e4701879d24b971f8e81e389d4fdd611fb470666a -size 5266488 diff --git a/resources/replace1/stream/dominator.yft b/resources/replace1/stream/dominator.yft deleted file mode 100644 index 471da5314..000000000 --- a/resources/replace1/stream/dominator.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bb7a5220759eaf75268fbdeccf9540d4b77d67a3a1453e765fdba130b2bf075 -size 1753031 diff --git a/resources/replace1/stream/dominator.ytd b/resources/replace1/stream/dominator.ytd deleted file mode 100644 index cc923d34a..000000000 --- a/resources/replace1/stream/dominator.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b19fbde346514124b3e970ff4f5f63b20442a9be1f9ae59c00679ff0dc82b971 -size 7426723 diff --git a/resources/replace1/stream/dominator_hi.yft b/resources/replace1/stream/dominator_hi.yft deleted file mode 100644 index 0413292fc..000000000 --- a/resources/replace1/stream/dominator_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51f2b5f9d28b589e871759d4860fdf30af52f157cc1de4addddf56dc9e786ab1 -size 7433774 diff --git a/resources/replace1/stream/dubsta.yft b/resources/replace1/stream/dubsta.yft deleted file mode 100644 index e98c3a488..000000000 --- a/resources/replace1/stream/dubsta.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a996506a0c27cee52898eba9ee06cb849e1d5c0cdd2275f9759b91d7e4f07b13 -size 15244405 diff --git a/resources/replace1/stream/dubsta.ytd b/resources/replace1/stream/dubsta.ytd deleted file mode 100644 index caedec979..000000000 --- a/resources/replace1/stream/dubsta.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf658a7c3d507a762f6355f70df3606cdbd0d07f66101e1dd30c673b5cb748e7 -size 28812981 diff --git a/resources/replace1/stream/dubsta_hi.yft b/resources/replace1/stream/dubsta_hi.yft deleted file mode 100644 index e98c3a488..000000000 --- a/resources/replace1/stream/dubsta_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a996506a0c27cee52898eba9ee06cb849e1d5c0cdd2275f9759b91d7e4f07b13 -size 15244405 diff --git a/resources/replace1/stream/dukes.yft b/resources/replace1/stream/dukes.yft deleted file mode 100644 index 4b8a1a733..000000000 --- a/resources/replace1/stream/dukes.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca61887b81d984046884fc7d39a7af14115e94c31365c8c30e90e2a6c8578685 -size 4706424 diff --git a/resources/replace1/stream/dukes.ytd b/resources/replace1/stream/dukes.ytd deleted file mode 100644 index 8b7667750..000000000 --- a/resources/replace1/stream/dukes.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45241277fc501b937f4a2db7db1f2464bd56b4848cf06e6715edf32818195b46 -size 2484319 diff --git a/resources/replace1/stream/dukes_hi.yft b/resources/replace1/stream/dukes_hi.yft deleted file mode 100644 index f1f64b5da..000000000 --- a/resources/replace1/stream/dukes_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42166adf9cb21b8219c4fe2d7c40ae289d66e5056125d7d1a471102f17ec563e -size 5534119 diff --git a/resources/replace1/stream/fq2.yft b/resources/replace1/stream/fq2.yft deleted file mode 100644 index 41b795937..000000000 --- a/resources/replace1/stream/fq2.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:787b747e4562521fa1681f4033fb3d063e315304760e4162a277c056e0766cad -size 5269091 diff --git a/resources/replace1/stream/fq2.ytd b/resources/replace1/stream/fq2.ytd deleted file mode 100644 index 7894687d1..000000000 --- a/resources/replace1/stream/fq2.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f8c24da725980afb3466e15199ef65b9cd289748284756051113c54db1ce434e -size 4528297 diff --git a/resources/replace1/stream/fq2_hi.yft b/resources/replace1/stream/fq2_hi.yft deleted file mode 100644 index 41b795937..000000000 --- a/resources/replace1/stream/fq2_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:787b747e4562521fa1681f4033fb3d063e315304760e4162a277c056e0766cad -size 5269091 diff --git a/resources/replace1/stream/fugitive.yft b/resources/replace1/stream/fugitive.yft deleted file mode 100644 index 564d130ac..000000000 --- a/resources/replace1/stream/fugitive.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:600fb4bb8c928019d4192e38a2b5a54f2debd9f8823ec14296c9a1c246befe90 -size 11751701 diff --git a/resources/replace1/stream/fugitive.ytd b/resources/replace1/stream/fugitive.ytd deleted file mode 100644 index 3b94879d3..000000000 --- a/resources/replace1/stream/fugitive.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c3423baca244319cb32091d423979ccf7ec2189fe1207f19427cb26c7a9761a -size 6337831 diff --git a/resources/replace1/stream/fugitive_hi.yft b/resources/replace1/stream/fugitive_hi.yft deleted file mode 100644 index ee533ea81..000000000 --- a/resources/replace1/stream/fugitive_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:858800d7a1a9661a81cfe605ee2fc7f4a5b4a1cc42d4ec6a43de7fd29e4464ca -size 10306552 diff --git a/resources/replace1/stream/futo.yft b/resources/replace1/stream/futo.yft deleted file mode 100644 index 9eb206a04..000000000 --- a/resources/replace1/stream/futo.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b17f2abe34b9fe19a70dccf0bf69b6b7009fcfbe52ac012940e71d2d84d76ef -size 4093254 diff --git a/resources/replace1/stream/futo.ytd b/resources/replace1/stream/futo.ytd deleted file mode 100644 index 68fda7baa..000000000 --- a/resources/replace1/stream/futo.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a336ba4a740edf754134214d791c65b671527bb2f181e89c328c7e711019693 -size 6715439 diff --git a/resources/replace1/stream/futo_hi.yft b/resources/replace1/stream/futo_hi.yft deleted file mode 100644 index bfc090ecf..000000000 --- a/resources/replace1/stream/futo_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1dde34e6f0b2e0952db5ee8dc5570a71f60005524da74a9cafaf08d6ea6eb5b -size 4119887 diff --git a/resources/replace1/stream/glendale.yft b/resources/replace1/stream/glendale.yft deleted file mode 100644 index 56cf8dfd5..000000000 --- a/resources/replace1/stream/glendale.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:899d03e1a766de2975652d8b2bf21cbdcbdb2822f9de3a2227712f2cef7d83b2 -size 8094381 diff --git a/resources/replace1/stream/glendale.ytd b/resources/replace1/stream/glendale.ytd deleted file mode 100644 index e0939d1ee..000000000 --- a/resources/replace1/stream/glendale.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82d702a87d4b54b1f49780744cf8027afb0fcce8872c6891aec962093dc31bda -size 4763797 diff --git a/resources/replace1/stream/glendale_hi.yft b/resources/replace1/stream/glendale_hi.yft deleted file mode 100644 index c15ac4585..000000000 --- a/resources/replace1/stream/glendale_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e1d96f1c7bac3ae3abd81ca80b33703c43d7b1c7a0beddeb5b6822a6490047e -size 7463264 diff --git a/resources/replace1/stream/granger.yft b/resources/replace1/stream/granger.yft deleted file mode 100644 index 87a755ed3..000000000 --- a/resources/replace1/stream/granger.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beacad21e6d4bc91b21e1fd65f765340743d51c77aa7bc60767e91720963ec4d -size 2900895 diff --git a/resources/replace1/stream/granger.ytd b/resources/replace1/stream/granger.ytd deleted file mode 100644 index 21b341868..000000000 --- a/resources/replace1/stream/granger.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:889a476a535f3d17c6c670d692b02f8c4ea2cc27c980bad18f34428a7484505d -size 2335366 diff --git a/resources/replace1/stream/granger_hi.yft b/resources/replace1/stream/granger_hi.yft deleted file mode 100644 index 87a755ed3..000000000 --- a/resources/replace1/stream/granger_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beacad21e6d4bc91b21e1fd65f765340743d51c77aa7bc60767e91720963ec4d -size 2900895 diff --git a/resources/replace1/stream/gresley.yft b/resources/replace1/stream/gresley.yft deleted file mode 100644 index f043541f8..000000000 --- a/resources/replace1/stream/gresley.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca27d7eb13c53128a18647e1f8c7d12da0cc673afe2c37dd6e07454873221736 -size 6571790 diff --git a/resources/replace1/stream/gresley.ytd b/resources/replace1/stream/gresley.ytd deleted file mode 100644 index 3ce139b21..000000000 --- a/resources/replace1/stream/gresley.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66a29b2961211c1033e9af3cece11b277c90f08a8f0fb33c2e9296ebdbf6ac25 -size 6022109 diff --git a/resources/replace1/stream/gresley_hi.yft b/resources/replace1/stream/gresley_hi.yft deleted file mode 100644 index 7d7cb3049..000000000 --- a/resources/replace1/stream/gresley_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e221c964f65fe189b10fcbf7ccb77b7ed6cdff6ac92330870a4b93f5fa179068 -size 6571771 diff --git a/resources/replace1/stream/habanero.yft b/resources/replace1/stream/habanero.yft deleted file mode 100644 index b5d3aec71..000000000 --- a/resources/replace1/stream/habanero.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9776858368d2e224ee4f4e75d5f5e52b0db0c8dee75fa85ee2a79e9acc117a6 -size 6615751 diff --git a/resources/replace1/stream/habanero.ytd b/resources/replace1/stream/habanero.ytd deleted file mode 100644 index a20f98484..000000000 --- a/resources/replace1/stream/habanero.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51b553a5d9ec9a872d55240bde60aa218a68a1cd260f095e63c168d130eda39c -size 1414298 diff --git a/resources/replace1/stream/habanero_hi.yft b/resources/replace1/stream/habanero_hi.yft deleted file mode 100644 index b5d3aec71..000000000 --- a/resources/replace1/stream/habanero_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a9776858368d2e224ee4f4e75d5f5e52b0db0c8dee75fa85ee2a79e9acc117a6 -size 6615751 diff --git a/resources/replace1/stream/huntley.yft b/resources/replace1/stream/huntley.yft deleted file mode 100644 index ba52d6a24..000000000 --- a/resources/replace1/stream/huntley.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27b7ee26ae1acbe2e84169323f7970eed0bd6ce04cd0cf2b1e9145f33aab7cba -size 12552381 diff --git a/resources/replace1/stream/huntley.ytd b/resources/replace1/stream/huntley.ytd deleted file mode 100644 index 2122c8515..000000000 --- a/resources/replace1/stream/huntley.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7f8b11f5c5293adcdd4f226b5defd3ff83e6728f25273497d20c2e0f1e98248 -size 17873075 diff --git a/resources/replace1/stream/huntley_hi.yft b/resources/replace1/stream/huntley_hi.yft deleted file mode 100644 index fda5f34e2..000000000 --- a/resources/replace1/stream/huntley_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27f017c6190fc0778814e43da981f3444d8b2ce42a72a3e7bfe11c44e50bc7de -size 12552349 diff --git a/resources/replace1/stream/ingot.yft b/resources/replace1/stream/ingot.yft deleted file mode 100644 index 76c3ef2b9..000000000 --- a/resources/replace1/stream/ingot.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f55afe43d92754a35c0ccd037ef8f25728bfd22e7f1c06c55ed13b076200fd6 -size 1382458 diff --git a/resources/replace1/stream/ingot.ytd b/resources/replace1/stream/ingot.ytd deleted file mode 100644 index ed6047c79..000000000 --- a/resources/replace1/stream/ingot.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:024c2f1c8b29fd60d1b5e0a9dcfc21038c06d8746dd5cea3edd9327b40d6f22a -size 1299009 diff --git a/resources/replace1/stream/ingot_hi.yft b/resources/replace1/stream/ingot_hi.yft deleted file mode 100644 index 88206aec1..000000000 --- a/resources/replace1/stream/ingot_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ab244925946415fe5826116ce5bce50071024439faa7c57f43c6562bbdabd15 -size 5038946 diff --git a/resources/replace1/stream/intruder.yft b/resources/replace1/stream/intruder.yft deleted file mode 100644 index 5c254d2b1..000000000 --- a/resources/replace1/stream/intruder.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0fa8467ecdc269b998974015a14f80231dc3cd3779359c32bdfbb7ce9e226f1 -size 15326724 diff --git a/resources/replace1/stream/intruder.ytd b/resources/replace1/stream/intruder.ytd deleted file mode 100644 index 09f9704d0..000000000 --- a/resources/replace1/stream/intruder.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c788b596b7daca167f0ff5034f6b767d4dc7d2a44679106e1bca8983db5d5db -size 15073704 diff --git a/resources/replace1/stream/intruder_hi.yft b/resources/replace1/stream/intruder_hi.yft deleted file mode 100644 index ded7ac729..000000000 --- a/resources/replace1/stream/intruder_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a910ff8ec0008af6f579c0139acca6403455d51a5b0236b545a949175030c06e -size 15324217 diff --git a/resources/replace1/stream/jackal.yft b/resources/replace1/stream/jackal.yft deleted file mode 100644 index c23d4bb36..000000000 --- a/resources/replace1/stream/jackal.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dd1945df03c7d4b4ada67cd1a28576296f69927d8c82ed3b83da926de622726 -size 5686091 diff --git a/resources/replace1/stream/jackal.ytd b/resources/replace1/stream/jackal.ytd deleted file mode 100644 index cb298a74e..000000000 --- a/resources/replace1/stream/jackal.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36d6791f28eabce9492f665522d50e35fe49ce86eb887c0787ddb46feba7ba7e -size 3065787 diff --git a/resources/replace1/stream/jackal_hi.yft b/resources/replace1/stream/jackal_hi.yft deleted file mode 100644 index 871b7e0e3..000000000 --- a/resources/replace1/stream/jackal_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7da2c133538241ea664874334591a1782ff88f3a48a568fbc4118d317c279cdc -size 5686204 diff --git a/resources/replace1/stream/minivan.yft b/resources/replace1/stream/minivan.yft deleted file mode 100644 index cb80128d3..000000000 --- a/resources/replace1/stream/minivan.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:92d653cfb666e9e067a5784537759dcecc1fe7f3b6fe6a4e33203b947df09567 -size 7272513 diff --git a/resources/replace1/stream/minivan.ytd b/resources/replace1/stream/minivan.ytd deleted file mode 100644 index 044fc03d3..000000000 --- a/resources/replace1/stream/minivan.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9af4ff3e9cc20834b4c0a43a931966b297e9a8a2931c5266a58f1827f7e3f3ee -size 1478911 diff --git a/resources/replace1/stream/minivan_hi.yft b/resources/replace1/stream/minivan_hi.yft deleted file mode 100644 index f4590f561..000000000 --- a/resources/replace1/stream/minivan_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:098cd1622aaeef6ae26569bec1373408088352e262d127311a68083c28e406a0 -size 6213181 diff --git a/resources/replace1/stream/oracle.yft b/resources/replace1/stream/oracle.yft deleted file mode 100644 index 1fd228544..000000000 --- a/resources/replace1/stream/oracle.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:100a47e91356aa9f85756ac06cf87a3104dd3c59401b8f8fdb873dac1979aa18 -size 2795825 diff --git a/resources/replace1/stream/oracle.ytd b/resources/replace1/stream/oracle.ytd deleted file mode 100644 index 16687f924..000000000 --- a/resources/replace1/stream/oracle.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bd3b7fb17d12226889667493b4c37949f547c88e8fdad9cddba5c66d3eb7dc16 -size 9805009 diff --git a/resources/replace1/stream/oracle2.yft b/resources/replace1/stream/oracle2.yft deleted file mode 100644 index 0d08d8557..000000000 --- a/resources/replace1/stream/oracle2.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9df17968315aaa8a236ff428e62f2debc4a3816df4cd5254606ffacc5812e603 -size 18777980 diff --git a/resources/replace1/stream/oracle2.ytd b/resources/replace1/stream/oracle2.ytd deleted file mode 100644 index be4f54b97..000000000 --- a/resources/replace1/stream/oracle2.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ba1ce3b185442fa80deb31d899bd6376d61a6ef3604ff0139c04bf54a21cd710 -size 6080017 diff --git a/resources/replace1/stream/oracle2_hi.yft b/resources/replace1/stream/oracle2_hi.yft deleted file mode 100644 index 517a4979d..000000000 --- a/resources/replace1/stream/oracle2_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b969bde6107b98bc9f93943177e636b21b3e54038eb552e03cca520514171c63 -size 18790817 diff --git a/resources/replace1/stream/oracle_hi.yft b/resources/replace1/stream/oracle_hi.yft deleted file mode 100644 index 5bb67b3bc..000000000 --- a/resources/replace1/stream/oracle_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10c5307701eac7da61223a21c2aded71f714e74013db3d4030055ef1605fa64b -size 4242163 diff --git a/resources/replace1/stream/patriot.yft b/resources/replace1/stream/patriot.yft deleted file mode 100644 index 4b134226d..000000000 --- a/resources/replace1/stream/patriot.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4cdb1afc3eee9373ef7d3e8eee710b904ebf722690aac103c25c1f749873a55c -size 2485429 diff --git a/resources/replace1/stream/patriot.ytd b/resources/replace1/stream/patriot.ytd deleted file mode 100644 index 53e848c78..000000000 --- a/resources/replace1/stream/patriot.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c28c4b0f7d82a265b185ebee68607887f6d38560ae9ca18688387c227719f48b -size 1075548 diff --git a/resources/replace1/stream/patriot_hi.yft b/resources/replace1/stream/patriot_hi.yft deleted file mode 100644 index 2819d1168..000000000 --- a/resources/replace1/stream/patriot_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9b4089ffc42776429930ea26b52f43dee015cae9f816fd4cf96be9ad759601b -size 1643510 diff --git a/resources/replace1/stream/rancherxl.yft b/resources/replace1/stream/rancherxl.yft deleted file mode 100644 index c07f410e3..000000000 --- a/resources/replace1/stream/rancherxl.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fabc2c6601458eb48c1b385b8e7d08b16bff1affd198d09d4e5d2b93bd8f9bc -size 3832032 diff --git a/resources/replace1/stream/rancherxl.ytd b/resources/replace1/stream/rancherxl.ytd deleted file mode 100644 index 2f2def2f9..000000000 --- a/resources/replace1/stream/rancherxl.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbf39954012aad6110ea72e8e77e85381610f6df4e8cd0ecbfde663baa86ae7b -size 5904499 diff --git a/resources/replace1/stream/rancherxl_hi.yft b/resources/replace1/stream/rancherxl_hi.yft deleted file mode 100644 index 50900c555..000000000 --- a/resources/replace1/stream/rancherxl_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5603a12c8707f890cbdc3a0354f8d75169ea90b21cadff6bbfc4f4604458467 -size 4249765 diff --git a/resources/replace1/stream/ruiner.yft b/resources/replace1/stream/ruiner.yft deleted file mode 100644 index 51396b017..000000000 --- a/resources/replace1/stream/ruiner.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f10ffe0f2351cd5730815fd3a890bbb10574e419b9d5835613d865695ad050de -size 7842357 diff --git a/resources/replace1/stream/ruiner.ytd b/resources/replace1/stream/ruiner.ytd deleted file mode 100644 index 2e65e6fd7..000000000 --- a/resources/replace1/stream/ruiner.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ec7275655d93a751e7aa83d758a577526609adf8ab050fc2338b9bfe2a21902 -size 2801004 diff --git a/resources/replace1/stream/ruiner_hi.yft b/resources/replace1/stream/ruiner_hi.yft deleted file mode 100644 index 51396b017..000000000 --- a/resources/replace1/stream/ruiner_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f10ffe0f2351cd5730815fd3a890bbb10574e419b9d5835613d865695ad050de -size 7842357 diff --git a/resources/replace1/stream/sadler.yft b/resources/replace1/stream/sadler.yft deleted file mode 100644 index a3381ce5c..000000000 --- a/resources/replace1/stream/sadler.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2aaf2a716e3bb7ae7c3acb89aebe178829516641950168b42eb6acbaf22eddce -size 2171577 diff --git a/resources/replace1/stream/sadler.ytd b/resources/replace1/stream/sadler.ytd deleted file mode 100644 index 70fecf20b..000000000 --- a/resources/replace1/stream/sadler.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3475667f0ff425286a8337ec0ad25f443109874dc03152b606af05111babe819 -size 9468212 diff --git a/resources/replace1/stream/sadler_hi.yft b/resources/replace1/stream/sadler_hi.yft deleted file mode 100644 index d4d48c372..000000000 --- a/resources/replace1/stream/sadler_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7bf6ab606da2694b515973efbeff4c40b63195ac07b9c5aa2f27e6d40bb291f1 -size 2265850 diff --git a/resources/replace1/stream/schwarzer.yft b/resources/replace1/stream/schwarzer.yft deleted file mode 100644 index 247f23406..000000000 --- a/resources/replace1/stream/schwarzer.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41d205ac25d07f6a8da7e560eae3f1b776531d8906acda19744ca50ce83d73e9 -size 3965368 diff --git a/resources/replace1/stream/schwarzer.ytd b/resources/replace1/stream/schwarzer.ytd deleted file mode 100644 index 2142f5e0a..000000000 --- a/resources/replace1/stream/schwarzer.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2f2568895e7425f35f68a7c0478e15561483b33b53b6a1de87c7ac3aefc50f5 -size 1316138 diff --git a/resources/replace1/stream/schwarzer_hi.yft b/resources/replace1/stream/schwarzer_hi.yft deleted file mode 100644 index c44d24a5c..000000000 --- a/resources/replace1/stream/schwarzer_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:770ab868bc21f25f2844929a5af7f002c65d525d8c7cdd07fee543cd135e4182 -size 5626692 diff --git a/resources/replace1/stream/seminole.yft b/resources/replace1/stream/seminole.yft deleted file mode 100644 index fe7e664b9..000000000 --- a/resources/replace1/stream/seminole.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dd23ddfc07abd69e0654409166b14e4bcc2ed7f4e7200a3a2f76d8b7dfb7116c -size 2965881 diff --git a/resources/replace1/stream/seminole.ytd b/resources/replace1/stream/seminole.ytd deleted file mode 100644 index 1f8e63d24..000000000 --- a/resources/replace1/stream/seminole.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:051a845ddf895272b73f507bd595adac8cbc35d1867e4453bb06351cdc14bd07 -size 12511839 diff --git a/resources/replace1/stream/seminole_hi.yft b/resources/replace1/stream/seminole_hi.yft deleted file mode 100644 index e3d1ec1ad..000000000 --- a/resources/replace1/stream/seminole_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd7a0e2f18980c9995c5defa16d39fa3501ea33d445c7b9491052a2871ec0a31 -size 2971740 diff --git a/resources/replace1/stream/sentinel.yft b/resources/replace1/stream/sentinel.yft deleted file mode 100644 index 29140bc9d..000000000 --- a/resources/replace1/stream/sentinel.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3b82a3cdb5b2190f26ccf7e14fe367fa9de3bde94db9856398702c472bf9601 -size 4549109 diff --git a/resources/replace1/stream/sentinel.ytd b/resources/replace1/stream/sentinel.ytd deleted file mode 100644 index f3f69dd00..000000000 --- a/resources/replace1/stream/sentinel.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bd7ce94018dce098db48c6c046f9dbf1da18daeafd64bc02fc4de69d242ed9c -size 4755969 diff --git a/resources/replace1/stream/sentinel2.yft b/resources/replace1/stream/sentinel2.yft deleted file mode 100644 index 9f82a8598..000000000 --- a/resources/replace1/stream/sentinel2.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c572e7beabd0f0bfa6490327851e71ba37d0774b5aefc5f71b12de46180a1e9d -size 15082065 diff --git a/resources/replace1/stream/sentinel2.ytd b/resources/replace1/stream/sentinel2.ytd deleted file mode 100644 index b037b271a..000000000 --- a/resources/replace1/stream/sentinel2.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e89cb18b3c6dd942ead07cecde6dea0f4fbbc97af6c9c508ecc2edda54c2765 -size 3839142 diff --git a/resources/replace1/stream/sentinel2_hi.yft b/resources/replace1/stream/sentinel2_hi.yft deleted file mode 100644 index 9f82a8598..000000000 --- a/resources/replace1/stream/sentinel2_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c572e7beabd0f0bfa6490327851e71ba37d0774b5aefc5f71b12de46180a1e9d -size 15082065 diff --git a/resources/replace1/stream/sentinel_hi.yft b/resources/replace1/stream/sentinel_hi.yft deleted file mode 100644 index 29140bc9d..000000000 --- a/resources/replace1/stream/sentinel_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3b82a3cdb5b2190f26ccf7e14fe367fa9de3bde94db9856398702c472bf9601 -size 4549109 diff --git a/resources/replace1/stream/stanier.yft b/resources/replace1/stream/stanier.yft deleted file mode 100644 index 95216e38b..000000000 --- a/resources/replace1/stream/stanier.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:59c7121398beef920a927e0901ae93f82e10aa53a57fb4a64a6c5a9e06f28b6a -size 11158884 diff --git a/resources/replace1/stream/stanier.ytd b/resources/replace1/stream/stanier.ytd deleted file mode 100644 index 9625007f3..000000000 --- a/resources/replace1/stream/stanier.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:55331d8764c02bbe0bdc069fb58996325711fda21565dacb4a2ba0a86e404d2b -size 13221725 diff --git a/resources/replace1/stream/stanier_hi.yft b/resources/replace1/stream/stanier_hi.yft deleted file mode 100644 index 734296cfb..000000000 --- a/resources/replace1/stream/stanier_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:629214ef43a09feffd4370a423d9c29e3695959cf10c115e5f4d767dc7b7445c -size 7001734 diff --git a/resources/replace1/stream/stratum.yft b/resources/replace1/stream/stratum.yft deleted file mode 100644 index 41fb9b7c1..000000000 --- a/resources/replace1/stream/stratum.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8338e82ecb8c5dd1f6a08be9a0b6dce17ba5cefae803d687d528b5353fbd9105 -size 16554986 diff --git a/resources/replace1/stream/stratum.ytd b/resources/replace1/stream/stratum.ytd deleted file mode 100644 index b9087063d..000000000 --- a/resources/replace1/stream/stratum.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60799df7de14f170b780ae2c1c725bfc249e24d5c1522179d2f854161e729eb1 -size 1372659 diff --git a/resources/replace1/stream/stratum_hi.yft b/resources/replace1/stream/stratum_hi.yft deleted file mode 100644 index 87dcd21a8..000000000 --- a/resources/replace1/stream/stratum_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d217a665c7241eeba53884edbfce1e02f3d37bf66f130ecda74ad5dd9355cd88 -size 8265179 diff --git a/resources/replace1/stream/stretch.yft b/resources/replace1/stream/stretch.yft deleted file mode 100644 index 0dc2e4cc1..000000000 --- a/resources/replace1/stream/stretch.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee5292c9975b5d7fdc93a382b2d73ece5ba73bc4bd7b4206d4e8a272b11daf93 -size 3098104 diff --git a/resources/replace1/stream/stretch.ytd b/resources/replace1/stream/stretch.ytd deleted file mode 100644 index d60989f69..000000000 --- a/resources/replace1/stream/stretch.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f9351e847ef47c78ece503164b831c2e4aad53eaea86cb2eb5815c2f4863534 -size 1667411 diff --git a/resources/replace1/stream/stretch_hi.yft b/resources/replace1/stream/stretch_hi.yft deleted file mode 100644 index 22357ab92..000000000 --- a/resources/replace1/stream/stretch_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6eac53fdbf65c608574c3abdccc589afc20bebc3dcb314103083a87b6afc1593 -size 1149096 diff --git a/resources/replace1/stream/taxi+hi.ytd b/resources/replace1/stream/taxi+hi.ytd deleted file mode 100644 index 97c087bdc..000000000 --- a/resources/replace1/stream/taxi+hi.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27af7d31b4d9883bb6863bfb5565146d7fb7a7b78130332b5f9965492acbe28d -size 1370372 diff --git a/resources/replace1/stream/taxi.yft b/resources/replace1/stream/taxi.yft deleted file mode 100644 index 4acad1cf0..000000000 --- a/resources/replace1/stream/taxi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06e52d6fa72954c3b07b01adff49e91b670f88eb17f687abd05f1185c213bf04 -size 1542366 diff --git a/resources/replace1/stream/taxi.ytd b/resources/replace1/stream/taxi.ytd deleted file mode 100644 index 2fa8e9d4b..000000000 --- a/resources/replace1/stream/taxi.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e095bec252a4051e6055377543080df7b80d682184bfb3317eaf7e21eb9fa5c -size 6210793 diff --git a/resources/replace1/stream/taxi_hi.yft b/resources/replace1/stream/taxi_hi.yft deleted file mode 100644 index 22cb80087..000000000 --- a/resources/replace1/stream/taxi_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:98bf591885634cd6a0346de0e82f67fe2ab1ed62d81d5792ec5a9ff9f1941ae0 -size 2467088 diff --git a/resources/replace1/stream/washington.yft b/resources/replace1/stream/washington.yft deleted file mode 100644 index 625b7c7b1..000000000 --- a/resources/replace1/stream/washington.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95bc6e399aafa775e0d3703cf88802358c0867c8e09b694dbfdfa29106d192c7 -size 1550383 diff --git a/resources/replace1/stream/washington.ytd b/resources/replace1/stream/washington.ytd deleted file mode 100644 index 25918c1b9..000000000 --- a/resources/replace1/stream/washington.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beffa086fde744093bab3b22afb304656b99abbce24cb4e183c82275221a586c -size 5626513 diff --git a/resources/replace1/stream/washington_hi.yft b/resources/replace1/stream/washington_hi.yft deleted file mode 100644 index d405c8845..000000000 --- a/resources/replace1/stream/washington_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d71bae86f67eb1aefae12d6363bcced37e19b5405a162a002634b805e40ea3a -size 1849838 diff --git a/resources/replace1/stream/zion.yft b/resources/replace1/stream/zion.yft deleted file mode 100644 index a12153616..000000000 --- a/resources/replace1/stream/zion.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b58ea965d9c6dcacc4ab91fe9d9ef3f15d655c63d03d35254856dca1e4ea95ca -size 8139180 diff --git a/resources/replace1/stream/zion.ytd b/resources/replace1/stream/zion.ytd deleted file mode 100644 index deb0c6291..000000000 --- a/resources/replace1/stream/zion.ytd +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95f73ae6d9462518cc0e8f2ebf60d30b4b57f89cea267c0c5195d02c033a6241 -size 14279326 diff --git a/resources/replace1/stream/zion_hi.yft b/resources/replace1/stream/zion_hi.yft deleted file mode 100644 index 5ca44f123..000000000 --- a/resources/replace1/stream/zion_hi.yft +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6839160eeb2f2dabb6606654005f3d4014e5696646fe6913a52526d75ace9e78 -size 6924384 diff --git a/server.cfg b/server.cfg index c5f040288..80103c00b 100644 --- a/server.cfg +++ b/server.cfg @@ -89,9 +89,7 @@ ensure Crouch ensure CalmAI ensure Engine-Toggle ensure PiggyBack -ensure Heli-Cam ensure Weaponry -ensure SimpleHUD-main ensure rpemotesreborn1.6.0 ensure FiveM-Vote ensure NativeUI @@ -160,14 +158,11 @@ ensure rcore_pool ensure LegacyFuel ensure refuelingnozzle ensure wheelvarietypack -ensure stretcher -ensure stretcherscript ensure Seat-Switcher //ensure Join-Transition ensure EGRP-Notifications ///ensure AI-Vehiclelock ensure firehook -ensure tanker_water ensure dpemotes-master ensure RageUI ensure lvc @@ -186,7 +181,7 @@ ensure ebu_pmjstc ensure ebu_trlights ensure ebu_flagger ensure ebu_connect -ensure nearestpostal + ensure KiloImmersiveTackle ensure bodycam ensure dashcam @@ -195,7 +190,6 @@ ensure security_cameras_V2 ensure Highway_cameras_style_2 ensure scully_lawenforcement ensure 5500wrecker -ensure seatbelt ensure jraxion_handlingeditor ensure Better-Torch ensure K9_ped @@ -203,7 +197,7 @@ ensure savewheelpos ensure ctrunk ensure MAXINGspeedlimiter ensure LRX_HOLLYWOOD -ensure +ensure rhud ensure ensure ensure @@ -259,7 +253,12 @@ ensure reverse-hud ensure taser_effect-main ensure helicam - +ensure +ensure +ensure +ensure +ensure +ensure ensure BigDaddy-Airbags ensure BigDaddy-RadioAnimation @@ -620,12 +619,10 @@ ensure Bean-Machine-Hills ensure PaletoFire ensure Tuner-Garage-IPL ensure Tuner-Garage -ensure Car-Meet ensure Rockford-Records ensure smokey_irishpub ensure ballasint ensure vagosint -ensure patoche_billiard ensure patoche_paleto_airport ensure gabz_diner ensure fivem_sandy_apartments @@ -640,7 +637,6 @@ ensure Map_PaletoSO ensure paletohospital ensure mojito ensure gas_station -ensure dl_sandymechanic ensure warehouse ensure beachtower ensure sc1_29_motel_fivem @@ -649,7 +645,6 @@ ensure sc1_29_motel_fivem ensure iak_DrugFarm ensure Giant_BarTheDrink ensure paletocityhall -ensure vespmech ensure breze_dealership ensure int_mphouse01 ensure cfx-gom-map-higginsauto @@ -714,9 +709,8 @@ ensure hane_hpub_meta ensure hane_hpub_meta2 ensure lasdinblainecounty ensure prompt_sfd -ensure FDNYStation + ensure nxp_ambulance_central -ensure Station8_eeuu ensure ensure hn_hpub_anim_paints ensure DavisSheriffStation @@ -778,7 +772,10 @@ ensure cfx_chuz_sandy_shores_boat_house [Hane_Golden_Pub] ensure hane_data_mirrorpark ensure hane_golden_pub - +ensure +ensure +ensure +ensure