From d62f81a2f472b48103125c140fd2165f4eadb75f Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 3 Feb 2025 16:52:47 +0100 Subject: [PATCH] Wrok on Clarice, mostly Physics Setup / Grip --- .../Content/Characters/CustomAIController.uasset | 4 ++-- .../Content/Clarice/AnimBP_Clarice.uasset | 3 +++ .../Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset | 3 +++ .../Content/Clarice/Animations/Idle.uasset | 3 +++ .../Content/Clarice/Animations/LegsIn.uasset | 3 +++ .../Content/Clarice/Animations/MoveProjectorUp.uasset | 3 +++ .../Content/Clarice/Animations/OpenTop.uasset | 3 +++ .../Content/Clarice/Animations/Walk.uasset | 3 +++ .../Content/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset | 3 --- .../Content/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../Misc/Examples/DrawerBase/DrawerBaseActor.uasset | 4 ++-- 14 files changed, 33 insertions(+), 15 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/Characters/CustomAIController.uasset index 9467460..ad7cdc2 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:cd8cebeb8067b8a46a117fe769f15d68db9a3824110ffa4ee9cbfd5415ba54ca -size 229657 +oid sha256:a75a3aa2244d9f700a787641eba650d02bcef421daa664174ad0f4d53469be6f +size 227359 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset new file mode 100644 index 0000000..dda5dcd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/AnimBP_Clarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4781e06cb0a89f4a8f3540a565308081bb0a32e1bd71235af96d981a68f5f79e +size 291965 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset new file mode 100644 index 0000000..eed5243 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Blendspace_Walk_Clarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad86583c6b7db7cde59b39d1acc99cb43bd396942929848d53a99a3a06ee5a07 +size 8091 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset new file mode 100644 index 0000000..bc4d5e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa507c3484fbbe3d6ad259d42b465e2aed6658b338ef0b968fab3f6d098069de +size 104528 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset new file mode 100644 index 0000000..56f20f9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/LegsIn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d22ed7f587df322fe195dfdca5d48bbed008ca3fd996ebf9059c208c16294b +size 141022 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset new file mode 100644 index 0000000..1c6a6c0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/MoveProjectorUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813d557824eb74af524d7b16973c557c71705dc0718608b03e196cbf36b75de5 +size 139831 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset new file mode 100644 index 0000000..c47413e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/OpenTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9537130ad1f10a15fa3d76b921dd2ae0569d4b2fd06cd7ff3aa4efe25b570432 +size 176117 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset new file mode 100644 index 0000000..c031f10 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Animations/Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c339854d4785846e59acf4251062d5d8ff28dfa71daf17f2d876cc1d1097329 +size 144840 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/BP_Clarice.uasset index 70215e0..3baab0c 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:abbcfe061129c62e4c6de150e55e82cf18b65ff2e74f90eeccee71b172a29559 -size 259960 +oid sha256:66b9fc4eec490ae1dc5933c97b78047525c0aab4396607bafa2e5b005c359ec6 +size 287236 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/ClariceMain_PhysicsAsset.uasset index 795cba7..589b800 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:3eaa9089be730008cdc24fb03f9848659ec835f65523787cb90df99d979732ca -size 37087 +oid sha256:835fbba0e98455ab7bf41923d68b0a4fcf80f83c6518c1f034cd9b246f6f6c98 +size 39908 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset deleted file mode 100644 index 0c89910..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Clarice/Walk.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42e4462157b96e0a27b7c18786ad4674c81a0d722831324885df4393c94014f0 -size 144818 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/Gilbert/BP_GilbertThirdPerson.uasset index 2a30a4a..bd16382 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:d3d3d06d7dc9ad9eebaa76e3dbfd6419a89cb83c0d0d974fa298479615c8e87b -size 213063 +oid sha256:c508e4f12574f7de2062e62cab659a65f5b1f08ad5f275b9f3c6ef518937f345 +size 212770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index 06432e9..f6852ac 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:8bb40e038dd4739d236738cc0767ac448f6c7ae1efa241a5bbb3f2423497c3a1 -size 1606726 +oid sha256:86adb00b604ca0ab5a368f0015b3a11d059cf251e700beec548443b0e09c181e +size 1606929 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset index 5d81e6c..e825b06 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/DrawerBaseActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6132d479a4a01d306e85c512d79eff16e96ef3c881b425095a245c28a41ef4f0 -size 79691 +oid sha256:4248f574809b923e766bbacf1efcb471897cbb0732341274a3a74c011f2d4a10 +size 78929