From d99f99e6047df1ad6c2621f365ea7aaaefca8960 Mon Sep 17 00:00:00 2001 From: Joseph Rafferty Date: Mon, 12 Feb 2024 17:11:25 -0500 Subject: [PATCH] Added a lot of sounds --- Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset | 4 ++-- Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset | 4 ++-- Content/FirstPerson/Blueprints/BP_SyringeGunComponent.uasset | 4 ++-- Content/FirstPerson/Blueprints/BP_Vaccine.uasset | 4 ++-- .../Blueprints/Interactables/Pickups/BP_HazmatSuit.uasset | 4 ++-- .../Blueprints/Interactables/Pickups/BP_HealthPickup.uasset | 4 ++-- .../Blueprints/Interactables/Pickups/BP_VirusSample.uasset | 4 ++-- .../Blueprints/Interactables/Stations/BP_Lab.uasset | 4 ++-- .../FirstPerson/Blueprints/Interfaces/BPI_DialogSound.uasset | 3 +++ Content/FirstPerson/Blueprints/Widgets/WBP_InfoScreen.uasset | 4 ++-- Content/FirstPerson/Maps/Level1.umap | 4 ++-- Content/FirstPerson/Sounds/BGG_1897771707671707.uasset | 3 --- Content/FirstPerson/Sounds/StorySound.uasset | 3 +++ Content/FirstPerson/Sounds/StorySound_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Find_Hazmat.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Find_Hazmat_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Find_Heart.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Find_Heart_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Find_Samples.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Find_Samples_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Got_Sample.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Got_Sample_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Goto_Heart.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Goto_Heart_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Health_Pickup.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Health_Pickup_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Keep_Moving.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Keep_Moving_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Need_Sample.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Need_Sample_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_No_Vaccines_Created.uasset | 3 +++ .../FirstPerson/Sounds/Willow_No_Vaccines_Created_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Save_For_Later.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Save_For_Later_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_Wrong_Vaccine_Type.uasset | 3 +++ .../FirstPerson/Sounds/Willow_Wrong_Vaccine_Type_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/Willow_save_for_later_90p.uasset | 3 +++ .../FirstPerson/Sounds/Willow_save_for_later_90p_Cue.uasset | 3 +++ Content/FirstPerson/Sounds/hazmat_equip_sound_Cue.uasset | 4 ++-- .../Maps/Level1/4/6P/LJGC7OM2SVV4QLWVPXCRH4.uasset | 4 ++-- .../Maps/Level1/4/S2/TNFND4OA5KK38MJFMWJQDZ.uasset | 4 ++-- .../Maps/Level1/4/VB/N6D7F529KEGJZNOXD75DRC.uasset | 4 ++-- .../Maps/Level1/6/TD/TJF159JSWFKQ4A3NHJC62W.uasset | 4 ++-- .../Maps/Level1/7/1M/UV11Z2TVZASMEKFMJMLEYD.uasset | 4 ++-- .../Maps/Level1/7/GO/B1TMHPIQ20CYSTL2RA74QI.uasset | 3 --- .../Maps/Level1/9/RM/Z155WJ60G95Z471J4B0JJB.uasset | 2 +- .../Maps/Level1/B/3R/DYLN666K4COXJLAVLAY6QO.uasset | 3 --- .../Maps/Level1/E/ER/DDQOIFX2LYGH7SFGTT3AR3.uasset | 2 +- 48 files changed, 115 insertions(+), 43 deletions(-) create mode 100644 Content/FirstPerson/Blueprints/Interfaces/BPI_DialogSound.uasset delete mode 100644 Content/FirstPerson/Sounds/BGG_1897771707671707.uasset create mode 100644 Content/FirstPerson/Sounds/StorySound.uasset create mode 100644 Content/FirstPerson/Sounds/StorySound_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Find_Hazmat.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Find_Hazmat_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Find_Heart.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Find_Heart_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Find_Samples.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Find_Samples_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Got_Sample.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Got_Sample_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Goto_Heart.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Goto_Heart_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Health_Pickup.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Health_Pickup_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Keep_Moving.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Keep_Moving_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Need_Sample.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Need_Sample_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_No_Vaccines_Created.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_No_Vaccines_Created_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Save_For_Later.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Save_For_Later_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Wrong_Vaccine_Type.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_Wrong_Vaccine_Type_Cue.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_save_for_later_90p.uasset create mode 100644 Content/FirstPerson/Sounds/Willow_save_for_later_90p_Cue.uasset delete mode 100644 Content/__ExternalActors__/FirstPerson/Maps/Level1/7/GO/B1TMHPIQ20CYSTL2RA74QI.uasset delete mode 100644 Content/__ExternalActors__/FirstPerson/Maps/Level1/B/3R/DYLN666K4COXJLAVLAY6QO.uasset diff --git a/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset b/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset index 2209d6a..54e069e 100644 --- a/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset +++ b/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:232cdc5950e61e4c7412c88f8e96be50b884d59d384cae8222a3d7cf5848faa2 -size 680483 +oid sha256:34c80278c56b217a1bca767c42991f68bb5390f1a44a97101e0ee2697bb72b42 +size 983697 diff --git a/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset b/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset index f8d0986..1ab6e2d 100644 --- a/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset +++ b/Content/FirstPerson/Blueprints/BP_FirstPersonGameMode.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5a934736fc0a9ec7c75956d9bfc0cd61b4e98193b4361391fa2b823f6378a00 -size 473645 +oid sha256:20c2ea2efa9103388f06147d85301d5dab7aa7087a5240993f13bca0ad603a37 +size 562870 diff --git a/Content/FirstPerson/Blueprints/BP_SyringeGunComponent.uasset b/Content/FirstPerson/Blueprints/BP_SyringeGunComponent.uasset index d45ccca..70dc5c3 100644 --- a/Content/FirstPerson/Blueprints/BP_SyringeGunComponent.uasset +++ b/Content/FirstPerson/Blueprints/BP_SyringeGunComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:96becb42c61a574f10e308ca3e1837f2fdeacee5207c5b434ada02ec6bb5f5fa -size 232757 +oid sha256:0e583942b0cfbfd5ebd29fa2a6f52105f8db8ab5084ca4046466537ebcc835d0 +size 278727 diff --git a/Content/FirstPerson/Blueprints/BP_Vaccine.uasset b/Content/FirstPerson/Blueprints/BP_Vaccine.uasset index 0c35a4a..4627129 100644 --- a/Content/FirstPerson/Blueprints/BP_Vaccine.uasset +++ b/Content/FirstPerson/Blueprints/BP_Vaccine.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:494a94a1984a6040c44797f68c28eea74c95d0b24086f96bfe79b07a7febcd60 -size 124170 +oid sha256:bbc257d0a3365b5ebb82675d0c22a43eab5cb02bb66481625afb2ee5266ddf15 +size 138261 diff --git a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HazmatSuit.uasset b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HazmatSuit.uasset index 9b3a5d5..0134326 100644 --- a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HazmatSuit.uasset +++ b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HazmatSuit.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a916aec040e6911989e9479c07646352a5e428cd9c0b498523652e60adacefbc -size 152283 +oid sha256:9f6ce173176a3186876776f6739786cd0cbf1d82f88e32e13f97da366874a42d +size 200548 diff --git a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset index a0fb8dc..13914e1 100644 --- a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset +++ b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_HealthPickup.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31f3a799a3c77340423cd4d1320a6931a083ffdca8ac80733b64eb9a8d6e49c2 -size 89634 +oid sha256:8f807a29069fef93a7d8745020b13eb467859caf88ac00ffd6440dd28b4f24f8 +size 115667 diff --git a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset index 619ffb0..656b5e7 100644 --- a/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset +++ b/Content/FirstPerson/Blueprints/Interactables/Pickups/BP_VirusSample.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f489d5eb77504e994694e92e0fb37ba606ac9a3055c532bb36d1eee4eb41fdb6 -size 151279 +oid sha256:aa52cea909365b020ebf479ddecf983a55709b5b71ec9799a96524ddc3be2dea +size 192421 diff --git a/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset b/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset index 30ea686..10df178 100644 --- a/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset +++ b/Content/FirstPerson/Blueprints/Interactables/Stations/BP_Lab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc2f8bc621706f3b936e42f3f44912a82edbfc709de244a514bd332d8a6686c1 -size 156532 +oid sha256:3ace58e2091a18bf87e0561c6420ce92846902d411c18436b96e20a1eefa3b6c +size 263794 diff --git a/Content/FirstPerson/Blueprints/Interfaces/BPI_DialogSound.uasset b/Content/FirstPerson/Blueprints/Interfaces/BPI_DialogSound.uasset new file mode 100644 index 0000000..2170c66 --- /dev/null +++ b/Content/FirstPerson/Blueprints/Interfaces/BPI_DialogSound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85455b000132b20dddf2370250a774ccfd59e4151c30363e04d2e93b0eecc01 +size 12473 diff --git a/Content/FirstPerson/Blueprints/Widgets/WBP_InfoScreen.uasset b/Content/FirstPerson/Blueprints/Widgets/WBP_InfoScreen.uasset index 58fa6fd..6aeebec 100644 --- a/Content/FirstPerson/Blueprints/Widgets/WBP_InfoScreen.uasset +++ b/Content/FirstPerson/Blueprints/Widgets/WBP_InfoScreen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:becf6473f80491bca8b9b78c8f8d78d0f200f99df7c9133ec7883df3764326a6 -size 194515 +oid sha256:82cd012ae663a43c4774a4b07466c02270c163908cdfc18866f3a9015d4b3183 +size 207836 diff --git a/Content/FirstPerson/Maps/Level1.umap b/Content/FirstPerson/Maps/Level1.umap index b3b2768..8aceae6 100644 --- a/Content/FirstPerson/Maps/Level1.umap +++ b/Content/FirstPerson/Maps/Level1.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:05fbb748222806ef10d120540d2e6769f24e7b918a653457119734c1e1f6bf7e -size 55600 +oid sha256:2ea03a022621a3f92829e13058c7fb99ebff172ee7b5725fa97e4f8465598c21 +size 29561 diff --git a/Content/FirstPerson/Sounds/BGG_1897771707671707.uasset b/Content/FirstPerson/Sounds/BGG_1897771707671707.uasset deleted file mode 100644 index 3b76ed4..0000000 --- a/Content/FirstPerson/Sounds/BGG_1897771707671707.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c1b74d86cc7c581490205c81a4a3b487a8dabaf37b37b799a67a0955ea559911 -size 13586234 diff --git a/Content/FirstPerson/Sounds/StorySound.uasset b/Content/FirstPerson/Sounds/StorySound.uasset new file mode 100644 index 0000000..bfa3dfd --- /dev/null +++ b/Content/FirstPerson/Sounds/StorySound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c231657399b94cc912f05bc5f56002f9f8860812a3ee592e66055bb683846e94 +size 13586184 diff --git a/Content/FirstPerson/Sounds/StorySound_Cue.uasset b/Content/FirstPerson/Sounds/StorySound_Cue.uasset new file mode 100644 index 0000000..a8a6dfa --- /dev/null +++ b/Content/FirstPerson/Sounds/StorySound_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba18a3ff8114e1b4532435dae6a63e0e6b65f3c3f1886fd77445be5db70aca57 +size 4171 diff --git a/Content/FirstPerson/Sounds/Willow_Find_Hazmat.uasset b/Content/FirstPerson/Sounds/Willow_Find_Hazmat.uasset new file mode 100644 index 0000000..d8353b8 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Find_Hazmat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382b03bbe28edba9d7974bef50b47da2ea1ec4d55d716902a27932133a2d1b32 +size 461337 diff --git a/Content/FirstPerson/Sounds/Willow_Find_Hazmat_Cue.uasset b/Content/FirstPerson/Sounds/Willow_Find_Hazmat_Cue.uasset new file mode 100644 index 0000000..d98aaf1 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Find_Hazmat_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00a1c812376dee1f59d257d6a7cc699f92fc694ad59ccce353a3cebd9c0d79c +size 4280 diff --git a/Content/FirstPerson/Sounds/Willow_Find_Heart.uasset b/Content/FirstPerson/Sounds/Willow_Find_Heart.uasset new file mode 100644 index 0000000..126f40e --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Find_Heart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ddfb22971af6612f52b1cdc1ac5306fe0b2f9397377914be42a6494c3677f6 +size 149725 diff --git a/Content/FirstPerson/Sounds/Willow_Find_Heart_Cue.uasset b/Content/FirstPerson/Sounds/Willow_Find_Heart_Cue.uasset new file mode 100644 index 0000000..141d352 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Find_Heart_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c4484bb7e6827c53a2af38e010988584de75294538eeff5af10ae902e6ce05 +size 4273 diff --git a/Content/FirstPerson/Sounds/Willow_Find_Samples.uasset b/Content/FirstPerson/Sounds/Willow_Find_Samples.uasset new file mode 100644 index 0000000..03d311a --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Find_Samples.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2325cd1c74aab0f78dc10921ee77354cbe5b1343f23a376bc50f9d252c6dc8fe +size 116710 diff --git a/Content/FirstPerson/Sounds/Willow_Find_Samples_Cue.uasset b/Content/FirstPerson/Sounds/Willow_Find_Samples_Cue.uasset new file mode 100644 index 0000000..b0852e4 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Find_Samples_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2720c9ab8f438bbda2eefc7da43e6227e67d9166dbb2316102f7d298d71f6f3f +size 4287 diff --git a/Content/FirstPerson/Sounds/Willow_Got_Sample.uasset b/Content/FirstPerson/Sounds/Willow_Got_Sample.uasset new file mode 100644 index 0000000..6cc816a --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Got_Sample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7d7ce3c3a90428fba3a94bcb9ec9da635a44725817700c6fad3840a62a8d87 +size 284108 diff --git a/Content/FirstPerson/Sounds/Willow_Got_Sample_Cue.uasset b/Content/FirstPerson/Sounds/Willow_Got_Sample_Cue.uasset new file mode 100644 index 0000000..4b8e2e8 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Got_Sample_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bf008bb62ce91e84913219cc58cc27548398a7f9fcf82d2ab3744607697cba4 +size 4219 diff --git a/Content/FirstPerson/Sounds/Willow_Goto_Heart.uasset b/Content/FirstPerson/Sounds/Willow_Goto_Heart.uasset new file mode 100644 index 0000000..1cd3037 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Goto_Heart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde63637e918289316e8a784b4b535ba0e7b263403a1f438265c9015471b8519 +size 118002 diff --git a/Content/FirstPerson/Sounds/Willow_Goto_Heart_Cue.uasset b/Content/FirstPerson/Sounds/Willow_Goto_Heart_Cue.uasset new file mode 100644 index 0000000..c96a3cf --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Goto_Heart_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8512c1675995522315b8a293e3dcbfc52ac8641c43d5789a5febd30e7f6e6549 +size 4273 diff --git a/Content/FirstPerson/Sounds/Willow_Health_Pickup.uasset b/Content/FirstPerson/Sounds/Willow_Health_Pickup.uasset new file mode 100644 index 0000000..b4847d0 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Health_Pickup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41412957be2986f45eaf3daae580b67be663d95e98a5e8b3889955399e9b5444 +size 232282 diff --git a/Content/FirstPerson/Sounds/Willow_Health_Pickup_Cue.uasset b/Content/FirstPerson/Sounds/Willow_Health_Pickup_Cue.uasset new file mode 100644 index 0000000..29464e1 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Health_Pickup_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5538f8992f03675aa56ebea04e54851b258a984598d2c60282283ec1497651 +size 4240 diff --git a/Content/FirstPerson/Sounds/Willow_Keep_Moving.uasset b/Content/FirstPerson/Sounds/Willow_Keep_Moving.uasset new file mode 100644 index 0000000..128599f --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Keep_Moving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b8bf96be306eae847f2f2be81c1eeda0678f7a27392b7d35823dc0d57da40b4 +size 54062 diff --git a/Content/FirstPerson/Sounds/Willow_Keep_Moving_Cue.uasset b/Content/FirstPerson/Sounds/Willow_Keep_Moving_Cue.uasset new file mode 100644 index 0000000..f30f66a --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Keep_Moving_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58664c214d2283bd7bccc0130b7d0873110210ef4f2c0d03cbce6a839284c59 +size 4280 diff --git a/Content/FirstPerson/Sounds/Willow_Need_Sample.uasset b/Content/FirstPerson/Sounds/Willow_Need_Sample.uasset new file mode 100644 index 0000000..3e94e0a --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Need_Sample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e17023d1de31bf58cbddd8d101da0803db186fe352206d79151793cb9dd9270 +size 388820 diff --git a/Content/FirstPerson/Sounds/Willow_Need_Sample_Cue.uasset b/Content/FirstPerson/Sounds/Willow_Need_Sample_Cue.uasset new file mode 100644 index 0000000..f26a387 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Need_Sample_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1513fbfec02eac11f939d3508cb9d115212c80d840f5ce85e2582fa3828912 +size 4226 diff --git a/Content/FirstPerson/Sounds/Willow_No_Vaccines_Created.uasset b/Content/FirstPerson/Sounds/Willow_No_Vaccines_Created.uasset new file mode 100644 index 0000000..83acd2d --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_No_Vaccines_Created.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f77434f9589ca5ff5a95505bcf29d33436204ac1ec3dfd5a05187b4a536207 +size 378502 diff --git a/Content/FirstPerson/Sounds/Willow_No_Vaccines_Created_Cue.uasset b/Content/FirstPerson/Sounds/Willow_No_Vaccines_Created_Cue.uasset new file mode 100644 index 0000000..481712f --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_No_Vaccines_Created_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e48e0fe0395ef271e200d43401ecb6ddc625c0ae646737825f04629bee23b74b +size 4336 diff --git a/Content/FirstPerson/Sounds/Willow_Save_For_Later.uasset b/Content/FirstPerson/Sounds/Willow_Save_For_Later.uasset new file mode 100644 index 0000000..607f22e --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Save_For_Later.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5fc285f384a4abf4f92389ec713ba7addf7575b76b200de7e57630c571210c +size 72093 diff --git a/Content/FirstPerson/Sounds/Willow_Save_For_Later_Cue.uasset b/Content/FirstPerson/Sounds/Willow_Save_For_Later_Cue.uasset new file mode 100644 index 0000000..edaf0a4 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Save_For_Later_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a5e4000481de66477987045b1b2915d8460417df98041723466413f0524332 +size 4247 diff --git a/Content/FirstPerson/Sounds/Willow_Wrong_Vaccine_Type.uasset b/Content/FirstPerson/Sounds/Willow_Wrong_Vaccine_Type.uasset new file mode 100644 index 0000000..613184e --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Wrong_Vaccine_Type.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51fb3a8a414cb3526633f29a0b72650318b3d90ef98a66a7b76b85285f1befb +size 361518 diff --git a/Content/FirstPerson/Sounds/Willow_Wrong_Vaccine_Type_Cue.uasset b/Content/FirstPerson/Sounds/Willow_Wrong_Vaccine_Type_Cue.uasset new file mode 100644 index 0000000..3e44646 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_Wrong_Vaccine_Type_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775edeaa950daeaa47bd26c66ac8eef7c8927403228f06ab8e9312c3f282f118 +size 4329 diff --git a/Content/FirstPerson/Sounds/Willow_save_for_later_90p.uasset b/Content/FirstPerson/Sounds/Willow_save_for_later_90p.uasset new file mode 100644 index 0000000..0da9e35 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_save_for_later_90p.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7486eb233874559b1045fe459feaa487e5018f018ad33548527ecd5b0e9adf9 +size 240435 diff --git a/Content/FirstPerson/Sounds/Willow_save_for_later_90p_Cue.uasset b/Content/FirstPerson/Sounds/Willow_save_for_later_90p_Cue.uasset new file mode 100644 index 0000000..1a740a6 --- /dev/null +++ b/Content/FirstPerson/Sounds/Willow_save_for_later_90p_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961b3cf2aa971a6cf315b1e2b00a616b974d4e7c85e37f182a1ba461e3634d79 +size 4275 diff --git a/Content/FirstPerson/Sounds/hazmat_equip_sound_Cue.uasset b/Content/FirstPerson/Sounds/hazmat_equip_sound_Cue.uasset index c96cc91..99f11c8 100644 --- a/Content/FirstPerson/Sounds/hazmat_equip_sound_Cue.uasset +++ b/Content/FirstPerson/Sounds/hazmat_equip_sound_Cue.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5618825a382107bb8f7a7e60f114d5c9a89166186843f3b6ec84ecae26a9cf3 -size 4273 +oid sha256:6f6e83add4c1374831a2d80cc66fc7f4b52e1b057639d76816e60f3e8c4dbb21 +size 4327 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/6P/LJGC7OM2SVV4QLWVPXCRH4.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/6P/LJGC7OM2SVV4QLWVPXCRH4.uasset index ff7c10b..a24b3d5 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/6P/LJGC7OM2SVV4QLWVPXCRH4.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/6P/LJGC7OM2SVV4QLWVPXCRH4.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c66ac33123d50982ad4368a24327cf407880ddac2efe6700253309ebd57f8c4a -size 6475 +oid sha256:f55b4e794bc02e4448846fc08ccffd19a4f3c55cf84fba76568e6d741fce7dba +size 6242 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/S2/TNFND4OA5KK38MJFMWJQDZ.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/S2/TNFND4OA5KK38MJFMWJQDZ.uasset index 90f5783..c9337f7 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/S2/TNFND4OA5KK38MJFMWJQDZ.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/S2/TNFND4OA5KK38MJFMWJQDZ.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8012340dfb16a292ce95af9a5f8f1c1708183ee9f3d216616628a4bbbef874f7 -size 8166 +oid sha256:5b37de24931f774c0a9720f04a380b26512f4f05a38207d68785a6f3c1d2eee9 +size 8229 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/VB/N6D7F529KEGJZNOXD75DRC.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/VB/N6D7F529KEGJZNOXD75DRC.uasset index 7c1f727..4fa90e0 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/VB/N6D7F529KEGJZNOXD75DRC.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/4/VB/N6D7F529KEGJZNOXD75DRC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a75e1d529c8670fb5db754e5abbabe010110542832cefb3689d4fde2e6c3869 -size 9139 +oid sha256:19818d574860bb4315b5c66b31a263b7094e71b29ba1950331eab5d8e5a53668 +size 9030 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/6/TD/TJF159JSWFKQ4A3NHJC62W.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/6/TD/TJF159JSWFKQ4A3NHJC62W.uasset index a595b0c..46987fa 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/6/TD/TJF159JSWFKQ4A3NHJC62W.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/6/TD/TJF159JSWFKQ4A3NHJC62W.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:610d2144261ab25e69ddbe38808998cb0c4a289d655fc72cd0e6128163879bcf -size 9389 +oid sha256:8df8350c50a33ab3456f58de20d895971fc0d01ead669b28db952f3c78a73bed +size 9280 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/1M/UV11Z2TVZASMEKFMJMLEYD.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/1M/UV11Z2TVZASMEKFMJMLEYD.uasset index 41d80d5..3e343fe 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/1M/UV11Z2TVZASMEKFMJMLEYD.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/1M/UV11Z2TVZASMEKFMJMLEYD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:474326e205149149787f52525ee354a3cc858fc4abe8d4e1f53db66950b75444 -size 7236 +oid sha256:730975cb03a11079743a51073a518671334a7df6ff1878694de0c4e8fe66dcdd +size 7309 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/GO/B1TMHPIQ20CYSTL2RA74QI.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/GO/B1TMHPIQ20CYSTL2RA74QI.uasset deleted file mode 100644 index d763ae6..0000000 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/7/GO/B1TMHPIQ20CYSTL2RA74QI.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77dba6a6011c1263bc1fbbbf89bf9d24042bd317aa0e99033152a30db1e06cc0 -size 3999 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/9/RM/Z155WJ60G95Z471J4B0JJB.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/9/RM/Z155WJ60G95Z471J4B0JJB.uasset index 9532e9a..92b8837 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/9/RM/Z155WJ60G95Z471J4B0JJB.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/9/RM/Z155WJ60G95Z471J4B0JJB.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7eceef084b79f57a818f9ad3d6b1872db5b3bbc1f152d3028859169416a9f077 +oid sha256:0318bc9ac5b4100e89154ffab25a79bb79bef982a82262335101fe0803792549 size 4005 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/B/3R/DYLN666K4COXJLAVLAY6QO.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/B/3R/DYLN666K4COXJLAVLAY6QO.uasset deleted file mode 100644 index 66fb854..0000000 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/B/3R/DYLN666K4COXJLAVLAY6QO.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e1669e48022892d48cb6930c604b67e8cb2d28ff38b95772746f0df3d44fa7d -size 4005 diff --git a/Content/__ExternalActors__/FirstPerson/Maps/Level1/E/ER/DDQOIFX2LYGH7SFGTT3AR3.uasset b/Content/__ExternalActors__/FirstPerson/Maps/Level1/E/ER/DDQOIFX2LYGH7SFGTT3AR3.uasset index 39fe511..69fde58 100644 --- a/Content/__ExternalActors__/FirstPerson/Maps/Level1/E/ER/DDQOIFX2LYGH7SFGTT3AR3.uasset +++ b/Content/__ExternalActors__/FirstPerson/Maps/Level1/E/ER/DDQOIFX2LYGH7SFGTT3AR3.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8c8679654b33a0f619923fcc80cc4c1bf0a5727e5a616e5aef7dc2a4d0f9e042 +oid sha256:b93b4a8a9d66fccbb24e0bb3f7e954c0d051a90c4ed1f259b66f575ec7ec8212 size 3999