From 6f1153859ab19c2ea0c41d1a45f50b6658f36634 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 24 Feb 2025 14:02:27 +0100 Subject: [PATCH] Fixed. modified and simplified Toss Manager, removed Component Tag, Added Interface for Toss --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset | 4 ++-- .../Content/VRE/Core/Interfaces/BPI_TossInterface.uasset | 3 +++ .../VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset | 4 ++-- .../Misc/Examples/DrawerBase/FileCabinet/BP_Cabinet.uasset | 4 ++-- .../Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset | 4 ++-- .../VRE/Grippables/Misc/Examples/M_GripOverlay_Inst.uasset | 4 ++-- .../Content/VRE/Level/Misc/ConsoleCommandSliderActor.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- 12 files changed, 25 insertions(+), 22 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Interfaces/BPI_TossInterface.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 82b8c73..038a47c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e0ab57559854691f4a7da54d63b5497c1f4483e0cb4c09185b0e2668bb7c26bd -size 1603456 +oid sha256:4337f6fd29dfc66ed6c057e79fead4f9c9005f571cf02803614ff60c7386076a +size 1614517 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset index 1bc4666..1905af5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_Trace_Controller.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e734068a7853971be0421e663cfedee3149fef413acdb836f60f000a65fb6677 -size 1823807 +oid sha256:78dd883da596b9dd92a239028aa82353893b73a1f3c04e951f61ee970356499e +size 1809136 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset index e1d1c83..1f50eb5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/PhysicsTossManager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1f7a89b1081e25e5e39f66505e2ba1bb96864b7619b0fb469acdeea98cee5941 -size 357883 +oid sha256:7a6c9994f80b8fb1e1da77009f261ecaca0bcb4ffdd61d7110a6342e7f3801ad +size 357301 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Interfaces/BPI_TossInterface.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Interfaces/BPI_TossInterface.uasset new file mode 100644 index 0000000..d80f43a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Interfaces/BPI_TossInterface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e6bfbfbd15a4ada388fbc5f3fe6fc8a71a260c77a0b3a1ba8fb77a561ee00e +size 11304 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset index 464ec13..ff3b7e7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ButtonActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b9dfb7afff84b77ce2fb54b930025a7c10995cf582ddda533a578458ece2cf75 -size 101811 +oid sha256:40335f8e61c839bc7be585c9ffe6d21bf406fff760346e94d67e7c42fe2c7e4c +size 107545 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 dadc3d7..8e5c073 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:d7e8cde2da6e06db2faa141f2e98ccf1f2fe0dcf4bf446529e1534aac7385e10 -size 423790 +oid sha256:866824b3ffd21bd0d3581b066e44efa9564d96b849f8c07e1858fed07e829307 +size 422554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset index 55ee5f6..8c4427c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d3ec5bc525963f9bb823425b6f8add772c876a680db9bbb9ce4de66fe7173095 -size 34324 +oid sha256:c2e80b479a197d55c1f34408d02a43b09f420da682ed35c5375bd914ad1cced8 +size 34199 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay_Inst.uasset index d2683bf..0f47484 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b2cd5be8adfae11c915b3a7b55cfaa4be78d3d0e0198972e10f79229f38af64 -size 10646 +oid sha256:008e7c4eb71c3f48dc22eb5e1b507c3e7ba8c33842cea08d58e4f8d7102b2028 +size 14231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Misc/ConsoleCommandSliderActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Misc/ConsoleCommandSliderActor.uasset index d4fd28c..e21c912 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Misc/ConsoleCommandSliderActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Misc/ConsoleCommandSliderActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9fc5103f43344ac287b374a23b80a56cf8550e07c16be4338534db4e253c375d -size 225823 +oid sha256:2297302f21e23ad0540594229211c0a534b546a2f000daa28edccb08ac306584 +size 225579 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset index cd61ba6..a6006fc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6eb288424188b77189b0bb6f3377303ec66e266364458ec8978d6bcd794052e7 -size 5592895 +oid sha256:852df27ba90f561eb61db458c53db458d066c89e7b14e3e66789fdd95107bc1e +size 5591702 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 662eac0..048fefa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:375c177aca4b277cf5a147a68d049f5367110a7c20607752715d344d251a01b2 -size 347127 +oid sha256:6cc1e6a06168122b2512955e955d7830929980ec66e3b9872c9bf1c38c371efe +size 354401 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset index f7043ff..05a315b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Recorder.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:33875615aa5316d832faf7429027312afc88d5f3c0d4ed208c26c449ed1ec7b9 -size 238180 +oid sha256:a7974d810b222e2aab1ca4372eddb746a130e6e96d294f59095008b62ba81709 +size 259535