From 76327f43aca545db78270590577f0b27fde10d75 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 6 Feb 2025 15:40:25 +0100 Subject: [PATCH] Happy with the Character Grab now, AnimBP needs Jump, Flying needs to be Implemented as well --- .../Content/Characters/BP_BaseCharacter.uasset | 4 ++-- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/Clarice/Animations/LegsIn.uasset | 4 ++-- .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/Clarice/NewBlueprint.uasset | 2 +- .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/GrippableCharReimport/GrippableChar2.uasset | 4 ++-- .../Content/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset index 96c5eac..608eb89 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/BP_BaseCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13016df46140df1f30b1553627bc427864483c41e75028499f69e6216e84ebf9 -size 74853 +oid sha256:7efa80377ac10aa24c00998ce42fa5ac1aa238c0aa9936d3ab03aecb524dd7b2 +size 74865 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index ad7cdc2..cf76c8a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a75a3aa2244d9f700a787641eba650d02bcef421daa664174ad0f4d53469be6f -size 227359 +oid sha256:357511792bc8b44669758852a6467e9298e82c359ec71e76b4f63687b4d80fe7 +size 228759 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset index a006c98..2935885 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa743f124530e72974b71aeb266f9aef166dace48d7d41840493e4b8a5f3be45 -size 285544 +oid sha256:d4e086856ff154b1285f44d442226383825d1c42cc052b1b9d03f1e0500df64c +size 284596 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset index 8f3fca0..69d574e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67525f24b1e7d3abf69f511651054f601b75cd36f08ec8cebd008f262b35b3be -size 140844 +oid sha256:0229b94eac8151254ba44cce4351b2634d2de8eff23b743f272d7a79772853c5 +size 141141 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index 4e7bcaf..cf4c801 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6acb5a3729074783658166a6a16b0279ac76e1b05a69b7606decd2e77f76fce5 -size 451294 +oid sha256:b6d4b74a0255ae484213afedd7f338e2a3926d2a530db07a38c2c7eb561646c6 +size 391527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index b50a3ae..e7972c2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:71e3efee10434873316d4d459f1770f676f4b28970c029ba5c0d189e2e8efe5f -size 41952 +oid sha256:2d0171f35591e055e0b2b8d573bfb5ce1123a1c6bfd43c13b9d1950a8cdde6fb +size 42544 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset index 1b5f360..f370508 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/NewBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7a2130db11ccd1f91c5bf3f31673b26db86a63eaae2958113a25a4f87d4a0ea +oid sha256:b6a964bac1fd44fe30e6c9dbb4c21a11a02088ef18c18c735dc9d0261f8e0e20 size 30394 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index bd16382..004941f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c508e4f12574f7de2062e62cab659a65f5b1f08ad5f275b9f3c6ef518937f345 -size 212770 +oid sha256:9fbcde1b66d57a39843940006f3db4f15231e30ac608b0e3ddf83d1b4fb6e3f0 +size 210976 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 2d00ce4..bcb606e 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:64cf56abaf11a29b7eee3cc39514626a59ca7fcf897d11824888554625f7b9d1 -size 1614576 +oid sha256:a4b7d3c6cb87551970e162c26503a07343c330b2ae6382fea47c248fc7134504 +size 1615184 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset index c575913..6697fc1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/GrippableCharReimport/GrippableChar2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:63a1dcba7e3647c2f53357199f8a4e5fe87de78fc65ef16c3c7d8b8615b80550 -size 57687 +oid sha256:83aba14ed2dbb58436599a222b7b670c4eadae2647ad3cf241bcbe50aec45407 +size 57202 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset index 43ec7e0..76cf8a1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE2/Core/Character/BP_VRCharacter2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:03f3674c2b19ecbcc2f42fa46d45b04acc7784f895069b3c673ec1de82e4de85 -size 5594028 +oid sha256:c7b3cf2c3ef8b02f6db11c37504d06334c7be6acdf64997b683ee575d8d2239b +size 5604560