From 38ec0d45c038619061c68216228243c41738d21c Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 12 Dec 2023 15:22:55 +0100 Subject: [PATCH] Updated Soundcomponent for Dynamic Hits --- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 2 +- .../Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset | 4 ++-- .../DrawerBase/FileCabinet/BP_DynamicHitSoundComponent.uasset | 3 +++ .../DrawerBase/FileCabinet/MovablesSoundComponent.uasset | 3 +++ .../Examples/DrawerBase/FileCabinet/SoundComponent.uasset | 3 --- .../DrawerBase/FileCabinet/SoundLibraryDataTable.uasset | 3 +++ .../Examples/DrawerBase/FileCabinet/SoundLibraryStruct.uasset | 3 +++ .../Misc/Examples/DrawerBase/Locker/Cabinet1.uasset | 4 ++-- .../VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset | 4 ++-- 9 files changed, 19 insertions(+), 10 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_DynamicHitSoundComponent.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundComponent.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundLibraryDataTable.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundLibraryStruct.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index d4b7b44..04ccb57 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5130a3722ad0a7ef572f06bf37ef6f77d59e4ad954733d09b00fab9a47ee0c44 +oid sha256:c2ce80ad99ccd9d068f62b2e91d303503441582901dee3889f6b4fb870c3022c size 873058 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset index 850ecb4..0850b12 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41d545f677c42a100407b71404811272dc19ecfeed5457339d0f52337d7d6360 -size 203967 +oid sha256:9028b63437d8f80752ac56ad4540577065a7a02e2de1f1a78a33363cde80ee55 +size 205142 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_DynamicHitSoundComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_DynamicHitSoundComponent.uasset new file mode 100644 index 0000000..03d8a68 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/BP_DynamicHitSoundComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21486e02bd482bfbb1c400e3a3e6fca33c7c6d2a5c57b36d776c160b7e0a1ee3 +size 75056 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset new file mode 100644 index 0000000..3ee72ac --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e2c7cb964c7e0b0de3bab178458e4a0085e2af7876cfa7e1a4d0d42e0dde4f +size 439533 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundComponent.uasset deleted file mode 100644 index b897c20..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundComponent.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bc0edcd5bfab6b5e70c2f3f2b771644f4206b1f1d12c9b48933ea0072160e90 -size 375854 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundLibraryDataTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundLibraryDataTable.uasset new file mode 100644 index 0000000..3d3a4d2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundLibraryDataTable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3823b101af77c57373460b92a45c1b5dd2f963db156ce9de9684670b608d5c1f +size 2627 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundLibraryStruct.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundLibraryStruct.uasset new file mode 100644 index 0000000..dd816f3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/SoundLibraryStruct.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a19dcb771c28669de4e235d2dfdbbc04244ce583d1a3df746559da7c1ee177 +size 6085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset index ea65afe..214996a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/Cabinet1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:308f356d2b440a38060220bfec74314a377e9919e56428cdc779a8ad896fe29e -size 77699 +oid sha256:1a76e4545a235060534246c245027899152f30a3ba83593a352e28d80d104cfb +size 78927 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset index c3af0f6..2efb11e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4616f5989ac6a87bd69c44c7295fbe4e7e789713ad2148533529c6b0fff2910 -size 295771 +oid sha256:c05809c3b154c19163729f8dec718f34763c10ec453c6e7d827793c8b64f8f3e +size 307688