From c6e2c203aae1d551de65803b107eeb7b05792a11 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 9 May 2025 14:52:47 +0200 Subject: [PATCH 01/25] Rewrote Slice/Midi System as Midi per Note Data is limited --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset | 4 ++-- .../Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset | 4 ++-- .../Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index edf2536..894a99f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:afdd12d1f567393244b604e9432ca80013ba0bf96ed6665341d71a14a66acb7b -size 894513 +oid sha256:62427d97267c700beb332ebe7b8f414548481f805879a6036ed2d0eb892cb808 +size 885198 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index c46e0ea..b21c6c2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f18a620176b563a705a21e7ebf18364a4075689a9a3f8469876f2c01c92e6167 -size 365979 +oid sha256:f4dc3e964a6247d9f693c8b00aa002f5f602fd5fe642c8efd32310dc47be0fb1 +size 371259 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset new file mode 100644 index 0000000..a91bdfd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/DT_MidiEvents.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a4442aca5b146da95af3b2d48caeb4e32b5f4f8bcd1666992c921a97e6e376 +size 8321 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset index 33b5eea..0e5c3ce 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17df7eb98167ee247a9988e7833059254aff8207ac7547a390e1cfd085d791e7 -size 386877 +oid sha256:aa08e1f21177fc6a71f25a61eaeb44c046b553a97408c9d803ce406d1ee2117d +size 295679 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset index daf1897..2957b53 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a177b427b765d8823ed923f020062ed3bb389e7c5db73adbd81ec1218089cfc -size 4563 +oid sha256:1b0b8b90cb067b8d16e8a87d329d0c61a92fb569ff863111b511390e6cbf84bc +size 4635 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset deleted file mode 100644 index 5f4b68f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/asd.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d7196dc1680abb7d7f9cf412d06c2882aec4be1961f403119b0115c9f028960 -size 3765 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index cb5e86d..7257891 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d1e8cea61949721884e83f8535599a7b50f1576c1a419eb1104397a7f137ac0 +oid sha256:7f8c5b9475e644df04446d59289dd45d9e1c05a5a1a581e7d0490aa8ffdabb95 size 54438 From 21bddafc63f1f273be8ccb219db6429d3a495f51 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 12 May 2025 15:56:05 +0200 Subject: [PATCH 02/25] Misc Fixes on Slicegame, Building a Gamestart System --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/UI/MainMenu/WB_Button.uasset | 4 ++-- .../Content/UI/MainMenu/WB_Button_StyleMain.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- 8 files changed, 17 insertions(+), 14 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 894a99f..4a5ab8c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62427d97267c700beb332ebe7b8f414548481f805879a6036ed2d0eb892cb808 -size 885198 +oid sha256:1bff60b6e6ae602268ac8108ea1f9fbde2b2fafbcc14be6717eb90c5c72f5700 +size 846062 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index b21c6c2..4062b8c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f4dc3e964a6247d9f693c8b00aa002f5f602fd5fe642c8efd32310dc47be0fb1 -size 371259 +oid sha256:01194e0a7b59e59b27ff46b4d3d6d7464b82ec8c86667b722df6a34162e4bc07 +size 541808 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index cd5fc06..90b4cb3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:146c7577731c4dc389ec00272e7ff9debcd2ae2ba4e263df5a40348a834d3e45 -size 33395 +oid sha256:a00d37df1f938ac0b73772a3d1d06ff799d534ba58fd8ad9578932f2ca3e0988 +size 33508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset new file mode 100644 index 0000000..cc0b57c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfa30e1c265857e497e8d47715eb41a877f4c88036ebe16bfdb3ba813c05330 +size 34016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 7257891..c9a6718 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f8c5b9475e644df04446d59289dd45d9e1c05a5a1a581e7d0490aa8ffdabb95 -size 54438 +oid sha256:fb3daa9541026317d557c7472be0a48f2c7692e9f516589c3c3b3f8734319431 +size 54940 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset index 7e3eae3..7f0d698 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4b0bed14d35353a4cdf20593203c625269eeafc7292d8e67da78a487d3835a25 -size 232603 +oid sha256:0d03547abf62d1335cc3ae29f048e5e6d8dfd8356e2e32121d9daa474d25b711 +size 232202 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset index 5e86ad5..9eb83ec 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_Button_StyleMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6b805315a87ffd836fc557ea285c3009e8995f1816d4f419315014e080ffbfd -size 29685 +oid sha256:35904a1f2a58610d993b6c22af90955d6b6c8bfce3cd1ad3307d895454743daf +size 30781 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 bedd486..3b53cc6 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:4d3254d603cc25fd6a8a17513f21e8cf7a9e11bc19b3ed7b376a99848988a104 -size 1811554 +oid sha256:d2fab41fdd6aaa6ac125962b23aad63fc9aca94a100757a7e7c5452f23a93979 +size 1821983 From 7fd7a5d2ad533640d943e4de5fb327ea95e0d265 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 13 May 2025 15:34:03 +0200 Subject: [PATCH 03/25] Work SliceGame, Startmechanics workjs now, Usability fixes --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset | 3 --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- 6 files changed, 11 insertions(+), 11 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 4a5ab8c..baf2646 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1bff60b6e6ae602268ac8108ea1f9fbde2b2fafbcc14be6717eb90c5c72f5700 -size 846062 +oid sha256:d84ffa0a9223d1176934119386cf312fc7426d7cfb5c6cfaa3b5d60dc6be9cc0 +size 850550 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 4062b8c..3cf2d98 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:01194e0a7b59e59b27ff46b4d3d6d7464b82ec8c86667b722df6a34162e4bc07 -size 541808 +oid sha256:ec4ca671f565ff613429d91bf13f737b856c3a3999f3b31f688c37d0b868cf66 +size 833592 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset new file mode 100644 index 0000000..bc55652 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a5fde8317f882b4be75a66804b0de4f9bea6372a689fb17ee04597f7386044 +size 45846 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset deleted file mode 100644 index cc0b57c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_StartSliceGame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5bfa30e1c265857e497e8d47715eb41a877f4c88036ebe16bfdb3ba813c05330 -size 34016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index c9a6718..a6b2c40 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb3daa9541026317d557c7472be0a48f2c7692e9f516589c3c3b3f8734319431 -size 54940 +oid sha256:9305b10493709d5a25d33e2d8538329bbb019e7d3ca5e3ad04c2c8b3743a571d +size 55377 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 9dfc5e1..3bd973b 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:c5eab2a9b4100759cd86c10c196e495bb75f6c988867fc600bde368d1e8e269d -size 1616181 +oid sha256:a31e9dd5961ff050dce827a9a90322cdec5b9ab4f093141c996e9b44d8870cf8 +size 1616327 From a47d7a9cf9ba045a3a78931c212cbba56469d32c Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 14 May 2025 15:40:42 +0200 Subject: [PATCH 04/25] Some work on the SliceGame (Health) and correcting Grips on the Recorder (mirror Axis) --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Animations/A_MannequinXR_GrabAnimationFist.uasset | 3 +++ .../VRHandMeshes/Animations/GrabAnimation.uasset | 4 ++-- .../VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset | 3 +++ .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- .../Furniture/Doors/MetalDoor/BP_SliderDoor.uasset | 4 ++-- 12 files changed, 26 insertions(+), 20 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinXR_GrabAnimationFist.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index baf2646..74b45d2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d84ffa0a9223d1176934119386cf312fc7426d7cfb5c6cfaa3b5d60dc6be9cc0 -size 850550 +oid sha256:8cd85da102196e77d3f44e3bd95db1e88cc28ebc32d16ffb08e877d025a822b9 +size 819673 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 3cf2d98..5b559f4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ec4ca671f565ff613429d91bf13f737b856c3a3999f3b31f688c37d0b868cf66 -size 833592 +oid sha256:1049b575cfc6a855cfb80e8f3993948db91d298499984b9d954821c744fc1b48 +size 766369 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset index bc55652..6bcc300 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/WB_SliceGameHealth.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:35a5fde8317f882b4be75a66804b0de4f9bea6372a689fb17ee04597f7386044 -size 45846 +oid sha256:abe639e7137c49e4f86bcdc7ee5794f2f63ac25ab887fa4a4443b73231a381d2 +size 42730 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 27bcfc9..bf9649e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c263e95ff8aa91a11032b6bdd5384188c27a09c040e55b1a4a76e1896e27b8e5 -size 606007 +oid sha256:c4087c0ab319fc51e8690dd45a6d48e8239753b19cb316f7ebcbf5dbb3e8efa1 +size 637296 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index a6b2c40..e920d15 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9305b10493709d5a25d33e2d8538329bbb019e7d3ca5e3ad04c2c8b3743a571d -size 55377 +oid sha256:cd00e479629d658175886941dfce4c4532b0f6dc63577e0e5029ffaca7b956c5 +size 55678 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 3bd973b..d299a45 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:a31e9dd5961ff050dce827a9a90322cdec5b9ab4f093141c996e9b44d8870cf8 -size 1616327 +oid sha256:e1de712400a0c00c42202fab9196f89937980bfe8e1589039c2065311d67837f +size 1617854 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinXR_GrabAnimationFist.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinXR_GrabAnimationFist.uasset new file mode 100644 index 0000000..970c890 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/A_MannequinXR_GrabAnimationFist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ae94cb50ac541aaae78ca7ffa323af87883429e6b7809b6eb351bb7bf86b24 +size 54389 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset index 7b5b519..b8068ef 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Animations/GrabAnimation.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29d60663acdcf836b1f18af8160e55605eed835f7860998f77bf8c5c64b935e7 -size 18098 +oid sha256:6a7146154aac6ba15f90376e90d5776676e592cd6b9a6bc8c3eb9f983206da26 +size 1733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset new file mode 100644 index 0000000..2e2f8f5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ebff62229729b127a38117492f4220f524366642c5401e484ae55d14945da5 +size 69996 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset index 690fc74..3b0da13 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:be5374bdc0c866347ff1065558c16f82aa627ee3310ec81812e475a4f2e325a2 -size 50891 +oid sha256:a4bf7c04c4cc959ef75b7fed0762e2319453487d837130a8740020880c80fee0 +size 51650 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 d3da03a..6c274f7 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:817d63d7f4fb2bbe7530b2df0107cc16c8358ab83ca38b5a977ae8c1a245f567 -size 260751 +oid sha256:3b1d1fc65b1a67d26e02e7d08538c84465deabc434d8676541dd519c729dc7cf +size 347233 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/BP_SliderDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/BP_SliderDoor.uasset index 7e1b998..eaea6ac 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/BP_SliderDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/MetalDoor/BP_SliderDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6551f28d6cacb11857b3223733f99216655c6b0a0e848fef3ff5a0da4f53f557 -size 280020 +oid sha256:4d50a4544e17bf874bd915acaa3bd26a37884dee9766fa8ff7230177eaa10f5e +size 281424 From eca83406f10865a1c0362aa1f5fb850d2b46f4b0 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 3 Jun 2025 17:49:42 +0200 Subject: [PATCH 05/25] Misc Changes to SliceGame, Added Gloabal Audio Component to Gamestate --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset | 2 +- .../Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset | 4 ++-- .../Content/Core/BP_GlobalMusicManager.uasset | 3 +++ .../Content/Core/BP_VRGameState.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/Map_TestInstancedMolecules.umap | 3 +++ .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/UI/MainMenu/Logo/BP_Logo.uasset | 3 --- .../UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset | 3 --- .../Content/UI/MainMenu/UI_Materials/TestWidget.uasset | 3 --- .../Content/UI/MainMenu/UI_Sound/MenuHover.uasset | 3 --- .../Content/VRE/Core/VRGameMode.uasset | 4 ++-- .../Content/World/VFX/Projector/MI_Projector.uasset | 3 +++ .../Content/World/VFX/Projector/MI_SliceTest.uasset | 3 +++ .../Content/World/VFX/Projector/M_Projector.uasset | 4 ++-- .../Content/World/VFX/Projector/M_Projector_Inst.uasset | 4 ++-- 20 files changed, 36 insertions(+), 33 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/BP_VRGameState.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_TestInstancedMolecules.umap delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 74b45d2..3203098 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8cd85da102196e77d3f44e3bd95db1e88cc28ebc32d16ffb08e877d025a822b9 -size 819673 +oid sha256:75a33bd81d9345924d571ecc5d83fa85c77e30503c96d72abf415fe75f5baeb4 +size 810597 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 5b559f4..f98c207 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1049b575cfc6a855cfb80e8f3993948db91d298499984b9d954821c744fc1b48 -size 766369 +oid sha256:12b52567efcfe9d3d4254c7cf7b0abb3ccd437f650734fad7c61ff60e298daf8 +size 767573 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset index 0e5c3ce..9f5953d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/MS_Testsong.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:aa08e1f21177fc6a71f25a61eaeb44c046b553a97408c9d803ce406d1ee2117d -size 295679 +oid sha256:26f929f3d1bf8b7e22b237a7785bf0d12a7102d7dbffbd03b2ac09e4d7d0026d +size 283448 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset index f8bc964..514e477 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7fc87ec476ffe0b5886e9440c7da6ccd466df67bebe74ec2a00d8411b2d8e0a7 -size 26784 +oid sha256:4af4b7087ace72c117adf04ac0ded847d346ce1aa8587d1d560ec6e2b95cad62 +size 27186 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset index 863ff01..a95f6fa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_CrossFloor_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2b3207052e7b0000d7a68e07979bedd979bdce9a204e68126693c0806629f3c +oid sha256:5912cef7e08ed0334b484da583ff979c3b24e9f2da3b86cb1ef4b39d8e79e7cd size 13876 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset index 2957b53..fe4c06d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Song_7.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b0b8b90cb067b8d16e8a87d329d0c61a92fb569ff863111b511390e6cbf84bc -size 4635 +oid sha256:db70615acbe34c61ecf1cde789816f8beca70d2faca56ea1720ba3471a8532cf +size 5326 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset new file mode 100644 index 0000000..6e4c273 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e908d6676237abe6178c6bf8cb520774f7d6f70df56c5becc41b1ec00a3b2a4e +size 30793 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_VRGameState.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_VRGameState.uasset new file mode 100644 index 0000000..4face57 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_VRGameState.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f9a8e03eb9b18713b3a7769b581ae00c945d2312764710f73f6389fa0922ad7 +size 21638 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index e920d15..48885e6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd00e479629d658175886941dfce4c4532b0f6dc63577e0e5029ffaca7b956c5 -size 55678 +oid sha256:60ba7a72fb2d19f03ccd3516f854b42d3f35daae52bf8a081c5d75f6becc75ae +size 59439 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_TestInstancedMolecules.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_TestInstancedMolecules.umap new file mode 100644 index 0000000..d24fc74 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_TestInstancedMolecules.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f8f88f076bb7a9be683e8c4ff85ac7be4c1075f4d38c2a17595786c0e78987 +size 6767 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index d299a45..cf599e8 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:e1de712400a0c00c42202fab9196f89937980bfe8e1589039c2065311d67837f -size 1617854 +oid sha256:963604a268a0deb1779918f039a8d5f4c9ce593bb3261da88b58aac8ef1494a7 +size 1617846 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset deleted file mode 100644 index 7c8f253..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/Logo/BP_Logo.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28df46f41ee60f8492cadbe5f42cb1ebc5f4e52690b0cbb31abafe5e093d3377 -size 66489 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset deleted file mode 100644 index 425a302..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/M_ButtonHover_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbc57da2e7613e3e4ee9852114fdc230ba2dd1826b742f6405faf393e18cd107 -size 29401 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset deleted file mode 100644 index d320c20..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Materials/TestWidget.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ba18f91e28a6c9a91c8c2d457bb9f5f405ec8a5e37de7bdf0540f582d72e6e3 -size 25782 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset deleted file mode 100644 index 617ea5c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MenuHover.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf51cf13105bf2ec527e1bfca6045373f1e9e8251e79f4c5248597d580b97736 -size 45510 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode.uasset index ed10686..f48e7db 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/VRGameMode.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ff2a09974e04b0cb5e29b828479eab8d9eeb50a464db264533519340783ebcf1 -size 26008 +oid sha256:52d6e590826d51c2da4979e456de3c0750a041fdfbb4f583c6580f336275bbf8 +size 28295 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset new file mode 100644 index 0000000..82c2c83 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5655dd1097508875fe3a5a4df5bb81404370e541607ed468f2b5637868671e18 +size 22811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset new file mode 100644 index 0000000..0eef19d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff56836b7eb36e8d8ea038cde4280acad96e5b46dc38d739c7530fe741cd3809 +size 10837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset index 07b7144..1de70f1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8874d7f21769e477686a3bd76cf4b90ce6d86d0a06aff641f0a14829c5f450eb -size 33871 +oid sha256:f12167d851cd437f102830b31fd5edb94a0e41c0210e42f5e3fb4db20e29d25a +size 33947 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset index b7b265c..b0e1fd8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b03a3969df24f55ee3188d7578d34a43279ab4a4d2c562a7fed60a6023d2dd7f -size 16695 +oid sha256:3f148f5628344cd928aaa44d9a63f96742e89a51a1b87c9abfaa5a8b1de8fd18 +size 1588 From db31b30ad85688c540a2d0a535ed87400f070d61 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 6 Jun 2025 13:13:02 +0200 Subject: [PATCH 06/25] Computer was down for broken Graphics Card, so late update (misc) --- VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../VRHandMeshes/Meshes/A_MannequinXR_TwoFingerGrab.uasset | 3 +++ .../VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset | 3 --- .../Misc/Examples/DrawerBase/Locker/Cabinet1.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/LockerBody.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Interactibles/FreezingChamber/BP_FreezingChamber.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../World/Static/Furniture/BookShelfLarge/BOoksshlef.uasset | 3 +++ .../World/Static/Furniture/StorageShelf/Furniture7.uasset | 3 +++ .../StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset | 3 --- .../StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset | 4 ++-- .../StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset | 3 --- .../Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset | 4 ++-- 19 files changed, 37 insertions(+), 31 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinXR_TwoFingerGrab.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/BookShelfLarge/BOoksshlef.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/Furniture7.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap new file mode 100644 index 0000000..387a8d8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/EMpty/NewWorld.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2384ab119ba0b9620ef9f2d4a6de2af08b0c4ecb190b7d5617f1483e6a73b62d +size 6677 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index bf9649e..c36c74c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c4087c0ab319fc51e8690dd45a6d48e8239753b19cb316f7ebcbf5dbb3e8efa1 -size 637296 +oid sha256:e797116219b10c6e3067d8c111bbe0324dfe89e2b4d637938614f20d37f1ed0a +size 477774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index 65f30b4..6edfdbf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90ba846d38a56cf8b77ca644997c5741dd83456bf08920b357ee5f75c96a636e -size 18449 +oid sha256:3b66fe408cc6b34d099059b3e7af07793340f93b9d8d8594f3d59ec5a8c58eaa +size 20981 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index c093fd5..fc47554 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4de2b31057968ab2b690cacac28f5da172c4a7d2c46a2d2c254d16b4685cd439 -size 9257 +oid sha256:182347fdfb12785e2ea2841b5b18c0df7dcc7e3829e3131dbf7a96a29778bdef +size 135935 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap new file mode 100644 index 0000000..fcf7d97 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98449a5e585ea635e85461c01fab7dcac92719700fe1d53649e25ad87cf8f222 +size 55509 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 5af439a..1ca25dd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7940d7ba3df039310e9a1ded0a08a7de2da0ba67acb281e1439f0cc7228d53fa -size 132180 +oid sha256:92c964949d1a9dd00187645697bb4579957263a71445c85522dd27304b624074 +size 132626 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinXR_TwoFingerGrab.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinXR_TwoFingerGrab.uasset new file mode 100644 index 0000000..57494e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinXR_TwoFingerGrab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e55e048a557609dc32545aa3ef0bb22e1e19f3e8e5d8b46f1ade2fa4932a77 +size 84615 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset deleted file mode 100644 index 2e2f8f5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/GraspingHands/VRHandMeshes/Meshes/A_MannequinsXR_TwoFingerPull.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f2ebff62229729b127a38117492f4220f524366642c5401e484ae55d14945da5 -size 69996 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 5bc9b50..042730f 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:8f0087acf45130e43f64ef709573a736d8101152923d61809bb452a7d0798fd1 -size 84647 +oid sha256:6bec3bdc8d9d73f11ffb56cc09a66e92d53ff23ba8df94ee82af7f032eeaa3da +size 85039 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset index f1ff7d2..7cee4f0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/LockerBody.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1822d084f6b0f74c9c5db0df0863385829651c6a02a7ee0288687c65b379309c -size 109886 +oid sha256:4a542106e66b321d29bbf627540746bc72fff8da5c386c46e9c4fec6bf942336 +size 114220 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 d1dcb35..75966ca 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:e9be1536edac86f8f17aa87ec4ffd1c68bf203c782e0831a5020e0d53867e2fb -size 5624872 +oid sha256:efb47ee87d1b5e90642646e19936a1481e02b276b3f0794547af6abff4c49c43 +size 5635331 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset index fe1c876..4deb4c5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:142e0b4e2b87118cc699d12f63ba6e9c9a6193959397a03a0b6259bb302b191e -size 40870 +oid sha256:755ddbc7d903257846d3b1c6ef574af7b8212fd3b46540d1791328ede60ee1e4 +size 68891 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset index a965466..067eb1d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b37894731dbfcea4290ae3e6a224a268b37f800ebcdcd1649a081b51209ba702 -size 229879 +oid sha256:358a278ad3d9245e25997dfb27b32e83d508ff72e4a65a14ae62c163e5792d5f +size 229854 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/BookShelfLarge/BOoksshlef.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/BookShelfLarge/BOoksshlef.uasset new file mode 100644 index 0000000..9978cb0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/BookShelfLarge/BOoksshlef.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e8c86104abf639af39684268873dd945ca7189c4890e2c1905266629db6a70 +size 89963 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/Furniture7.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/Furniture7.uasset new file mode 100644 index 0000000..e5b955c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/Furniture7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201583dc9d05118c8a45af0c10c4ebc44c78c01d220bae79003969c2e2acb2e0 +size 203684 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset deleted file mode 100644 index 75f5e8a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2870e9d71d7a1191c0feac3b552a773b003eeabc4bc6518b3b15fd1d541cbd53 -size 29683621 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset index 98cf9b0..da5e6d1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Mat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f89f8a6050b9aac4cc37fab98bc70c753c7a9c81a45e4e28fbf2ea4cb7c0a34 -size 13513 +oid sha256:3ebc10b3483a0e37e944e26a3f2cc338199a19455207d3e9b09ad28c00dae521 +size 18051 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset deleted file mode 100644 index b940e80..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/StorageShelf/MergedBake_StorageShelf_PBR_Normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0bc10b86fa5b38daf99d60307da5fef65d72b22e6f4bccab73506c8edf1a0cda -size 77890804 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset index 7ae1e05..55efa3f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00b8295b5a4ea8aa61d8c68b9ff42c6528f8f28801a69e00444e92cfd8619c45 -size 12801 +oid sha256:e239bf899fdabb214b4d072136e49807600d9e94b8ab9652e26a33d75ebd0d6e +size 13472 From 732c20e958ef76d480d0ab87fc8e6f4529327f42 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 13 Jun 2025 14:35:18 +0200 Subject: [PATCH 07/25] Changed Sword, Work on Weapon Trail --- VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini | 2 +- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/Map_Stream_MachineRoom.umap | 3 +++ .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Weapons/SciFiKatana/Corp_Bake1_PBR_Diffuse.uasset | 3 +++ .../SciFiKatana/Corp_Bake1_PBR_Emission_Strength.uasset | 3 +++ .../Weapons/SciFiKatana/Corp_Bake1_PBR_Metalness.uasset | 3 +++ .../Weapons/SciFiKatana/Corp_Bake1_PBR_Roughness.uasset | 3 +++ .../Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset | 3 +++ .../Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset | 3 +++ 13 files changed, 33 insertions(+), 9 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Emission_Strength.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini index 67cc6e4..4f9fc16 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini @@ -7,7 +7,7 @@ +Profiles=(ProfileName="Default",DirectionalLightIntensity=2.620000,DirectionalLightColor=(R=0.990000,G=0.839850,B=0.732600,A=1.000000),SkyLightIntensity=0.880000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=True,EnvironmentCubeMapPath="",PostProcessingSettings=(bOverride_WhiteTemp=True,bOverride_WhiteTint=False,bOverride_ColorSaturation=True,bOverride_ColorContrast=True,bOverride_ColorGamma=True,bOverride_ColorGain=True,bOverride_ColorOffset=True,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_FilmWhitePoint=False,bOverride_FilmSaturation=False,bOverride_FilmChannelMixerRed=False,bOverride_FilmChannelMixerGreen=False,bOverride_FilmChannelMixerBlue=False,bOverride_FilmContrast=False,bOverride_FilmDynamicRange=False,bOverride_FilmHealAmount=False,bOverride_FilmToeAmount=False,bOverride_FilmShadowTint=False,bOverride_FilmShadowTintBlend=False,bOverride_FilmShadowTintAmount=False,bOverride_FilmSlope=True,bOverride_FilmToe=True,bOverride_FilmShoulder=True,bOverride_FilmBlackClip=True,bOverride_FilmWhiteClip=True,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomIntensity=True,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_AutoExposureMethod=True,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=True,bOverride_AutoExposureMaxBrightness=True,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=True,bOverride_HistogramLogMin=True,bOverride_HistogramLogMax=True,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=True,bOverride_GrainIntensity=False,bOverride_GrainJitter=False,bOverride_AmbientOcclusionIntensity=True,bOverride_AmbientOcclusionStaticFraction=True,bOverride_AmbientOcclusionRadius=True,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionDistance=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=True,bOverride_AmbientOcclusionBias=True,bOverride_AmbientOcclusionQuality=True,bOverride_AmbientOcclusionMipBlend=True,bOverride_AmbientOcclusionMipScale=True,bOverride_AmbientOcclusionMipThreshold=True,bOverride_LPVIntensity=False,bOverride_LPVDirectionalOcclusionIntensity=False,bOverride_LPVDirectionalOcclusionRadius=False,bOverride_LPVDiffuseOcclusionExponent=False,bOverride_LPVSpecularOcclusionExponent=False,bOverride_LPVDiffuseOcclusionIntensity=False,bOverride_LPVSpecularOcclusionIntensity=False,bOverride_LPVSize=False,bOverride_LPVSecondaryOcclusionIntensity=False,bOverride_LPVSecondaryBounceIntensity=False,bOverride_LPVGeometryVolumeBias=False,bOverride_LPVVplInjectionBias=False,bOverride_LPVEmissiveInjectionIntensity=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=True,bOverride_ColorGradingLUT=True,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=True,bOverride_DepthOfFieldMaxBokehSize=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_DepthOfFieldMethod=True,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldBokehShape=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldColorThreshold=False,bOverride_DepthOfFieldSizeThreshold=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ScreenPercentage=False,bOverride_ScreenSpaceReflectionIntensity=True,bOverride_ScreenSpaceReflectionQuality=True,bOverride_ScreenSpaceReflectionMaxRoughness=True,bOverride_ScreenSpaceReflectionRoughnessScale=False,WhiteTemp=6700.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.005000,Y=0.005000,Z=0.005000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionShadowsMax=0.090000,ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,FilmWhitePoint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),FilmShadowTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),FilmShadowTintBlend=0.500000,FilmShadowTintAmount=0.000000,FilmSaturation=1.000000,FilmChannelMixerRed=(R=1.000000,G=0.000000,B=0.000000,A=1.000000),FilmChannelMixerGreen=(R=0.000000,G=1.000000,B=0.000000,A=1.000000),FilmChannelMixerBlue=(R=0.000000,G=0.000000,B=1.000000,A=1.000000),FilmContrast=0.030000,FilmToeAmount=1.000000,FilmHealAmount=0.180000,FilmDynamicRange=4.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,BloomIntensity=1.000000,BloomThreshold=1.000000,BloomSizeScale=4.000000,Bloom1Size=1.000000,Bloom2Size=4.000000,Bloom3Size=16.000000,Bloom4Size=32.000000,Bloom5Size=64.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom2Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom3Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom4Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom5Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),Bloom6Tint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),BloomDirtMaskIntensity=1.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),BloomDirtMask=None,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,AutoExposureMethod=AEM_Histogram,AutoExposureLowPercent=80.000000,AutoExposureHighPercent=98.300003,AutoExposureMinBrightness=1.000000,AutoExposureMaxBrightness=1.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,AutoExposureBias=0.330000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.161468,GrainJitter=0.000000,GrainIntensity=0.000000,AmbientOcclusionIntensity=1.000000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=73.477997,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionDistance=80.000000,AmbientOcclusionPower=1.200000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=100.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,ColorGradingIntensity=0.000000,ColorGradingLUT=Texture2D'/Engine/EditorResources/RGBTable16x1_AssetViewer.RGBTable16x1_AssetViewer',DepthOfFieldMethod=DOFM_BokehDOF,bMobileHQGaussian=False,DepthOfFieldFstop=4.000000,DepthOfFieldSensorWidth=24.576000,DepthOfFieldFocalDistance=1000.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldMaxBokehSize=15.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldBokehShape=None,DepthOfFieldOcclusion=0.400000,DepthOfFieldColorThreshold=1.000000,DepthOfFieldSizeThreshold=0.080000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurPerObjectSize=0.500000,LPVIntensity=1.000000,LPVVplInjectionBias=0.640000,LPVSize=5312.000000,LPVSecondaryOcclusionIntensity=0.000000,LPVSecondaryBounceIntensity=0.000000,LPVGeometryVolumeBias=0.384000,LPVEmissiveInjectionIntensity=1.000000,LPVDirectionalOcclusionIntensity=0.000000,LPVDirectionalOcclusionRadius=8.000000,LPVDiffuseOcclusionExponent=1.000000,LPVSpecularOcclusionExponent=7.000000,LPVDiffuseOcclusionIntensity=1.000000,LPVSpecularOcclusionIntensity=1.000000,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=100.000000,ScreenSpaceReflectionMaxRoughness=1.000000,ScreenPercentage=100.000000,WeightedBlendables=(Array=),Blendables=),bPostProcessingEnabled=True,LightingRigRotation=109.389069,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-39.999985,Yaw=-67.500015,Roll=0.000000)) [/Script/AdvancedPreviewScene.SharedProfiles] -+Profiles=(ProfileName="Epic Headquarters",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=True,bShowGrid=False,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=True,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=True,bShowMeshEdges=False) ++Profiles=(ProfileName="Epic Headquarters",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=False,bShowGrid=False,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=True,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=True,bShowMeshEdges=False) +Profiles=(ProfileName="Grey Wireframe",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=1.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=1.000000,bRotateLightingRig=False,bShowEnvironment=False,bShowFloor=False,bShowGrid=True,EnvironmentColor=(R=0.039216,G=0.039216,B=0.039216,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/EpicQuadPanorama_CC+EV1.EpicQuadPanorama_CC+EV1",bPostProcessingEnabled=False,PostProcessingSettings=(bOverride_TemperatureType=False,bOverride_WhiteTemp=False,bOverride_WhiteTint=False,bOverride_ColorSaturation=False,bOverride_ColorContrast=False,bOverride_ColorGamma=False,bOverride_ColorGain=False,bOverride_ColorOffset=False,bOverride_ColorSaturationShadows=False,bOverride_ColorContrastShadows=False,bOverride_ColorGammaShadows=False,bOverride_ColorGainShadows=False,bOverride_ColorOffsetShadows=False,bOverride_ColorSaturationMidtones=False,bOverride_ColorContrastMidtones=False,bOverride_ColorGammaMidtones=False,bOverride_ColorGainMidtones=False,bOverride_ColorOffsetMidtones=False,bOverride_ColorSaturationHighlights=False,bOverride_ColorContrastHighlights=False,bOverride_ColorGammaHighlights=False,bOverride_ColorGainHighlights=False,bOverride_ColorOffsetHighlights=False,bOverride_ColorCorrectionShadowsMax=False,bOverride_ColorCorrectionHighlightsMin=False,bOverride_ColorCorrectionHighlightsMax=False,bOverride_BlueCorrection=False,bOverride_ExpandGamut=False,bOverride_ToneCurveAmount=False,bOverride_FilmSlope=False,bOverride_FilmToe=False,bOverride_FilmShoulder=False,bOverride_FilmBlackClip=False,bOverride_FilmWhiteClip=False,bOverride_SceneColorTint=False,bOverride_SceneFringeIntensity=False,bOverride_ChromaticAberrationStartOffset=False,bOverride_bMegaLights=False,bOverride_AmbientCubemapTint=False,bOverride_AmbientCubemapIntensity=False,bOverride_BloomMethod=False,bOverride_BloomIntensity=False,bOverride_BloomThreshold=False,bOverride_Bloom1Tint=False,bOverride_Bloom1Size=False,bOverride_Bloom2Size=False,bOverride_Bloom2Tint=False,bOverride_Bloom3Tint=False,bOverride_Bloom3Size=False,bOverride_Bloom4Tint=False,bOverride_Bloom4Size=False,bOverride_Bloom5Tint=False,bOverride_Bloom5Size=False,bOverride_Bloom6Tint=False,bOverride_Bloom6Size=False,bOverride_BloomSizeScale=False,bOverride_BloomConvolutionTexture=False,bOverride_BloomConvolutionScatterDispersion=False,bOverride_BloomConvolutionSize=False,bOverride_BloomConvolutionCenterUV=False,bOverride_BloomConvolutionPreFilterMin=False,bOverride_BloomConvolutionPreFilterMax=False,bOverride_BloomConvolutionPreFilterMult=False,bOverride_BloomConvolutionBufferScale=False,bOverride_BloomDirtMaskIntensity=False,bOverride_BloomDirtMaskTint=False,bOverride_BloomDirtMask=False,bOverride_CameraShutterSpeed=False,bOverride_CameraISO=False,bOverride_AutoExposureMethod=False,bOverride_AutoExposureLowPercent=False,bOverride_AutoExposureHighPercent=False,bOverride_AutoExposureMinBrightness=False,bOverride_AutoExposureMaxBrightness=False,bOverride_AutoExposureSpeedUp=False,bOverride_AutoExposureSpeedDown=False,bOverride_AutoExposureBias=False,bOverride_AutoExposureBiasCurve=False,bOverride_AutoExposureMeterMask=False,bOverride_AutoExposureApplyPhysicalCameraExposure=False,bOverride_HistogramLogMin=False,bOverride_HistogramLogMax=False,bOverride_LocalExposureMethod=False,bOverride_LocalExposureHighlightContrastScale=False,bOverride_LocalExposureShadowContrastScale=False,bOverride_LocalExposureHighlightContrastCurve=False,bOverride_LocalExposureShadowContrastCurve=False,bOverride_LocalExposureHighlightThreshold=False,bOverride_LocalExposureShadowThreshold=False,bOverride_LocalExposureDetailStrength=False,bOverride_LocalExposureBlurredLuminanceBlend=False,bOverride_LocalExposureBlurredLuminanceKernelSizePercent=False,bOverride_LocalExposureMiddleGreyBias=False,bOverride_LensFlareIntensity=False,bOverride_LensFlareTint=False,bOverride_LensFlareTints=False,bOverride_LensFlareBokehSize=False,bOverride_LensFlareBokehShape=False,bOverride_LensFlareThreshold=False,bOverride_VignetteIntensity=False,bOverride_Sharpen=False,bOverride_FilmGrainIntensity=False,bOverride_FilmGrainIntensityShadows=False,bOverride_FilmGrainIntensityMidtones=False,bOverride_FilmGrainIntensityHighlights=False,bOverride_FilmGrainShadowsMax=False,bOverride_FilmGrainHighlightsMin=False,bOverride_FilmGrainHighlightsMax=False,bOverride_FilmGrainTexelSize=False,bOverride_FilmGrainTexture=False,bOverride_AmbientOcclusionIntensity=False,bOverride_AmbientOcclusionStaticFraction=False,bOverride_AmbientOcclusionRadius=False,bOverride_AmbientOcclusionFadeDistance=False,bOverride_AmbientOcclusionFadeRadius=False,bOverride_AmbientOcclusionRadiusInWS=False,bOverride_AmbientOcclusionPower=False,bOverride_AmbientOcclusionBias=False,bOverride_AmbientOcclusionQuality=False,bOverride_AmbientOcclusionMipBlend=False,bOverride_AmbientOcclusionMipScale=False,bOverride_AmbientOcclusionMipThreshold=False,bOverride_AmbientOcclusionTemporalBlendWeight=False,bOverride_RayTracingAO=False,bOverride_RayTracingAOSamplesPerPixel=False,bOverride_RayTracingAOIntensity=False,bOverride_RayTracingAORadius=False,bOverride_IndirectLightingColor=False,bOverride_IndirectLightingIntensity=False,bOverride_ColorGradingIntensity=False,bOverride_ColorGradingLUT=False,bOverride_DepthOfFieldFocalDistance=False,bOverride_DepthOfFieldFstop=False,bOverride_DepthOfFieldMinFstop=False,bOverride_DepthOfFieldBladeCount=False,bOverride_DepthOfFieldSensorWidth=False,bOverride_DepthOfFieldSqueezeFactor=False,bOverride_DepthOfFieldDepthBlurRadius=False,bOverride_DepthOfFieldUseHairDepth=False,bOverride_DepthOfFieldDepthBlurAmount=False,bOverride_DepthOfFieldFocalRegion=False,bOverride_DepthOfFieldNearTransitionRegion=False,bOverride_DepthOfFieldFarTransitionRegion=False,bOverride_DepthOfFieldScale=False,bOverride_DepthOfFieldNearBlurSize=False,bOverride_DepthOfFieldFarBlurSize=False,bOverride_MobileHQGaussian=False,bOverride_DepthOfFieldOcclusion=False,bOverride_DepthOfFieldSkyFocusDistance=False,bOverride_DepthOfFieldVignetteSize=False,bOverride_MotionBlurAmount=False,bOverride_MotionBlurMax=False,bOverride_MotionBlurTargetFPS=False,bOverride_MotionBlurPerObjectSize=False,bOverride_ReflectionMethod=False,bOverride_LumenReflectionQuality=False,bOverride_ScreenSpaceReflectionIntensity=False,bOverride_ScreenSpaceReflectionQuality=False,bOverride_ScreenSpaceReflectionMaxRoughness=False,bOverride_ScreenSpaceReflectionRoughnessScale=False,bOverride_UserFlags=False,bOverride_RayTracingReflectionsMaxRoughness=False,bOverride_RayTracingReflectionsMaxBounces=False,bOverride_RayTracingReflectionsSamplesPerPixel=False,bOverride_RayTracingReflectionsShadows=False,bOverride_RayTracingReflectionsTranslucency=False,bOverride_TranslucencyType=False,bOverride_RayTracingTranslucencyMaxRoughness=False,bOverride_RayTracingTranslucencyRefractionRays=False,bOverride_RayTracingTranslucencySamplesPerPixel=False,bOverride_RayTracingTranslucencyShadows=False,bOverride_RayTracingTranslucencyRefraction=False,bOverride_DynamicGlobalIlluminationMethod=False,bOverride_LumenSceneLightingQuality=False,bOverride_LumenSceneDetail=False,bOverride_LumenSceneViewDistance=False,bOverride_LumenSceneLightingUpdateSpeed=False,bOverride_LumenFinalGatherQuality=False,bOverride_LumenFinalGatherLightingUpdateSpeed=False,bOverride_LumenFinalGatherScreenTraces=False,bOverride_LumenMaxTraceDistance=False,bOverride_LumenDiffuseColorBoost=False,bOverride_LumenSkylightLeaking=False,bOverride_LumenFullSkylightLeakingDistance=False,bOverride_LumenRayLightingMode=False,bOverride_LumenReflectionsScreenTraces=False,bOverride_LumenFrontLayerTranslucencyReflections=False,bOverride_LumenMaxRoughnessToTraceReflections=False,bOverride_LumenMaxReflectionBounces=False,bOverride_LumenMaxRefractionBounces=False,bOverride_LumenSurfaceCacheResolution=False,bOverride_RayTracingGI=False,bOverride_RayTracingGIMaxBounces=False,bOverride_RayTracingGISamplesPerPixel=False,bOverride_PathTracingMaxBounces=False,bOverride_PathTracingSamplesPerPixel=False,bOverride_PathTracingMaxPathIntensity=False,bOverride_PathTracingEnableEmissiveMaterials=False,bOverride_PathTracingEnableReferenceDOF=False,bOverride_PathTracingEnableReferenceAtmosphere=False,bOverride_PathTracingEnableDenoiser=False,bOverride_PathTracingIncludeEmissive=False,bOverride_PathTracingIncludeDiffuse=False,bOverride_PathTracingIncludeIndirectDiffuse=False,bOverride_PathTracingIncludeSpecular=False,bOverride_PathTracingIncludeIndirectSpecular=False,bOverride_PathTracingIncludeVolume=False,bOverride_PathTracingIncludeIndirectVolume=False,bMobileHQGaussian=False,BloomMethod=BM_SOG,AutoExposureMethod=AEM_Histogram,TemperatureType=TEMP_WhiteBalance,WhiteTemp=6500.000000,WhiteTint=0.000000,ColorSaturation=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrast=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGamma=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGain=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffset=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainShadows=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetShadows=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainMidtones=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetMidtones=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorSaturationHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorContrastHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGammaHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorGainHighlights=(X=1.000000,Y=1.000000,Z=1.000000,W=1.000000),ColorOffsetHighlights=(X=0.000000,Y=0.000000,Z=0.000000,W=0.000000),ColorCorrectionHighlightsMin=0.500000,ColorCorrectionHighlightsMax=1.000000,ColorCorrectionShadowsMax=0.090000,BlueCorrection=0.600000,ExpandGamut=1.000000,ToneCurveAmount=1.000000,FilmSlope=0.880000,FilmToe=0.550000,FilmShoulder=0.260000,FilmBlackClip=0.000000,FilmWhiteClip=0.040000,SceneColorTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SceneFringeIntensity=0.000000,ChromaticAberrationStartOffset=0.000000,BloomIntensity=0.675000,BloomThreshold=-1.000000,BloomSizeScale=4.000000,Bloom1Size=0.300000,Bloom2Size=1.000000,Bloom3Size=2.000000,Bloom4Size=10.000000,Bloom5Size=30.000000,Bloom6Size=64.000000,Bloom1Tint=(R=0.346500,G=0.346500,B=0.346500,A=1.000000),Bloom2Tint=(R=0.138000,G=0.138000,B=0.138000,A=1.000000),Bloom3Tint=(R=0.117600,G=0.117600,B=0.117600,A=1.000000),Bloom4Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom5Tint=(R=0.066000,G=0.066000,B=0.066000,A=1.000000),Bloom6Tint=(R=0.061000,G=0.061000,B=0.061000,A=1.000000),BloomConvolutionScatterDispersion=1.000000,BloomConvolutionSize=1.000000,BloomConvolutionTexture=None,BloomConvolutionCenterUV=(X=0.500000,Y=0.500000),BloomConvolutionPreFilterMin=7.000000,BloomConvolutionPreFilterMax=15000.000000,BloomConvolutionPreFilterMult=15.000000,BloomConvolutionBufferScale=0.133000,BloomDirtMask=None,BloomDirtMaskIntensity=0.000000,BloomDirtMaskTint=(R=0.500000,G=0.500000,B=0.500000,A=1.000000),DynamicGlobalIlluminationMethod=Lumen,IndirectLightingColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),IndirectLightingIntensity=1.000000,LumenRayLightingMode=Default,LumenSceneLightingQuality=1.000000,LumenSceneDetail=1.000000,LumenSceneViewDistance=20000.000000,LumenSceneLightingUpdateSpeed=1.000000,LumenFinalGatherQuality=1.000000,LumenFinalGatherLightingUpdateSpeed=1.000000,LumenFinalGatherScreenTraces=True,LumenMaxTraceDistance=20000.000000,LumenDiffuseColorBoost=1.000000,LumenSkylightLeaking=0.000000,LumenFullSkylightLeakingDistance=1000.000000,LumenSurfaceCacheResolution=1.000000,ReflectionMethod=Lumen,LumenReflectionQuality=1.000000,LumenReflectionsScreenTraces=True,LumenFrontLayerTranslucencyReflections=False,LumenMaxRoughnessToTraceReflections=0.400000,LumenMaxReflectionBounces=1,LumenMaxRefractionBounces=0,ScreenSpaceReflectionIntensity=100.000000,ScreenSpaceReflectionQuality=50.000000,ScreenSpaceReflectionMaxRoughness=0.600000,bMegaLights=True,AmbientCubemapTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),AmbientCubemapIntensity=1.000000,AmbientCubemap=None,CameraShutterSpeed=60.000000,CameraISO=100.000000,DepthOfFieldFstop=4.000000,DepthOfFieldMinFstop=1.200000,DepthOfFieldBladeCount=5,AutoExposureBias=1.000000,AutoExposureBiasBackup=0.000000,bOverride_AutoExposureBiasBackup=False,AutoExposureApplyPhysicalCameraExposure=True,AutoExposureBiasCurve=None,AutoExposureMeterMask=None,AutoExposureLowPercent=10.000000,AutoExposureHighPercent=90.000000,AutoExposureMinBrightness=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.000000,LocalExposureMethod=Bilateral,LocalExposureHighlightContrastScale=1.000000,LocalExposureShadowContrastScale=1.000000,LocalExposureHighlightContrastCurve=None,LocalExposureShadowContrastCurve=None,LocalExposureHighlightThreshold=0.000000,LocalExposureShadowThreshold=0.000000,LocalExposureDetailStrength=1.000000,LocalExposureBlurredLuminanceBlend=0.600000,LocalExposureBlurredLuminanceKernelSizePercent=50.000000,LocalExposureMiddleGreyBias=0.000000,LensFlareIntensity=1.000000,LensFlareTint=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),LensFlareBokehSize=3.000000,LensFlareThreshold=8.000000,LensFlareBokehShape=None,LensFlareTints[0]=(R=1.000000,G=0.800000,B=0.400000,A=0.600000),LensFlareTints[1]=(R=1.000000,G=1.000000,B=0.600000,A=0.530000),LensFlareTints[2]=(R=0.800000,G=0.800000,B=1.000000,A=0.460000),LensFlareTints[3]=(R=0.500000,G=1.000000,B=0.400000,A=0.390000),LensFlareTints[4]=(R=0.500000,G=0.800000,B=1.000000,A=0.310000),LensFlareTints[5]=(R=0.900000,G=1.000000,B=0.800000,A=0.270000),LensFlareTints[6]=(R=1.000000,G=0.800000,B=0.400000,A=0.220000),LensFlareTints[7]=(R=0.900000,G=0.700000,B=0.700000,A=0.150000),VignetteIntensity=0.400000,Sharpen=0.000000,FilmGrainIntensity=0.000000,FilmGrainIntensityShadows=1.000000,FilmGrainIntensityMidtones=1.000000,FilmGrainIntensityHighlights=1.000000,FilmGrainShadowsMax=0.090000,FilmGrainHighlightsMin=0.500000,FilmGrainHighlightsMax=1.000000,FilmGrainTexelSize=1.000000,FilmGrainTexture=None,AmbientOcclusionIntensity=0.500000,AmbientOcclusionStaticFraction=1.000000,AmbientOcclusionRadius=200.000000,AmbientOcclusionRadiusInWS=False,AmbientOcclusionFadeDistance=8000.000000,AmbientOcclusionFadeRadius=5000.000000,AmbientOcclusionPower=2.000000,AmbientOcclusionBias=3.000000,AmbientOcclusionQuality=50.000000,AmbientOcclusionMipBlend=0.600000,AmbientOcclusionMipScale=1.700000,AmbientOcclusionMipThreshold=0.010000,AmbientOcclusionTemporalBlendWeight=0.100000,RayTracingAO=False,RayTracingAOSamplesPerPixel=1,RayTracingAOIntensity=1.000000,RayTracingAORadius=200.000000,ColorGradingIntensity=1.000000,ColorGradingLUT=None,DepthOfFieldSensorWidth=24.576000,DepthOfFieldSqueezeFactor=1.000000,DepthOfFieldFocalDistance=0.000000,DepthOfFieldDepthBlurAmount=1.000000,DepthOfFieldDepthBlurRadius=0.000000,DepthOfFieldUseHairDepth=False,DepthOfFieldFocalRegion=0.000000,DepthOfFieldNearTransitionRegion=300.000000,DepthOfFieldFarTransitionRegion=500.000000,DepthOfFieldScale=0.000000,DepthOfFieldNearBlurSize=15.000000,DepthOfFieldFarBlurSize=15.000000,DepthOfFieldOcclusion=0.400000,DepthOfFieldSkyFocusDistance=0.000000,DepthOfFieldVignetteSize=200.000000,MotionBlurAmount=0.500000,MotionBlurMax=5.000000,MotionBlurTargetFPS=30,MotionBlurPerObjectSize=0.000000,TranslucencyType=Raster,RayTracingTranslucencyMaxRoughness=0.600000,RayTracingTranslucencyRefractionRays=3,RayTracingTranslucencySamplesPerPixel=1,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,PathTracingMaxBounces=32,PathTracingSamplesPerPixel=2048,PathTracingMaxPathIntensity=24.000000,PathTracingEnableEmissiveMaterials=True,PathTracingEnableReferenceDOF=False,PathTracingEnableReferenceAtmosphere=False,PathTracingEnableDenoiser=True,PathTracingIncludeEmissive=True,PathTracingIncludeDiffuse=True,PathTracingIncludeIndirectDiffuse=True,PathTracingIncludeSpecular=True,PathTracingIncludeIndirectSpecular=True,PathTracingIncludeVolume=True,PathTracingIncludeIndirectVolume=True,UserFlags=0,WeightedBlendables=(Array=)),LightingRigRotation=0.000000,RotationSpeed=2.000000,DirectionalLightRotation=(Pitch=-40.000000,Yaw=-67.500000,Roll=0.000000),bEnableToneMapping=False,bShowMeshEdges=True) [/Script/UnrealEd.EditorPerformanceProjectSettings] diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 90b4cb3..ced6dd0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a00d37df1f938ac0b73772a3d1d06ff799d534ba58fd8ad9578932f2ca3e0988 -size 33508 +oid sha256:094052db0416d47ad653a809581112800cb1db1c57ed95bf0ea122cf3b5a7f88 +size 30692 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset new file mode 100644 index 0000000..1d9c7e6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130aaf25ac75e23d51223b8431265df767fb99adc5d7366a3a5dc59cb943d316 +size 175574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index c36c74c..84ec0a1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e797116219b10c6e3067d8c111bbe0324dfe89e2b4d637938614f20d37f1ed0a -size 477774 +oid sha256:422b77f2af5b3d6088a20df004480558b3700c1edc0f17edbe1b14783662f632 +size 474309 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 48885e6..edeff38 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:60ba7a72fb2d19f03ccd3516f854b42d3f35daae52bf8a081c5d75f6becc75ae -size 59439 +oid sha256:f289bd15752a11f3f9dd79d53beca448828c6b2a25d8b5642ba04949207c1fe3 +size 60809 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap new file mode 100644 index 0000000..0db4d8c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba89907a8cc8252d9aec1ee275601526e452440d91dd2ecb23d20f838c663d8d +size 22144 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index cf599e8..5722e35 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:963604a268a0deb1779918f039a8d5f4c9ce593bb3261da88b58aac8ef1494a7 -size 1617846 +oid sha256:d5085905e234feab717a2c9f304593ed0e0ead97c6059309637bb1fbfcc810e0 +size 1620090 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..1c95ee6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca1628ad7eab12731dbab1fcc1faa9f44056ebe89dfda8b46f99517d1b8b361 +size 151172 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Emission_Strength.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Emission_Strength.uasset new file mode 100644 index 0000000..ad9673b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Emission_Strength.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715cea92a1606ea68a9387f90778adaa09693c18ec01dcaa823c36b99cd3a314 +size 69147 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Metalness.uasset new file mode 100644 index 0000000..ce1776b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82092b04ea7def67c9c35621929cf0aa3d8fccdd32a266e30e32a86014da36b +size 67353 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..7d21c39 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/Corp_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c7dcefa518dd6951e830fb4b2cddce2f80691a63010cde4536a3ffc291e8e9 +size 76435 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset new file mode 100644 index 0000000..f1d9649 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d42de363e0d31f9731a6fc4a84dad384cfc99b0cd83e2ef2fe4e04073d5178 +size 21381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset new file mode 100644 index 0000000..74c88b0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e561118954774625522efc114e62ccf1bcdbd73527c942fd02a95d6b2409328 +size 253892 From 2b4aaceb177d1c3476254763e9ba07191da368c1 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 16 Jun 2025 18:03:59 +0200 Subject: [PATCH 08/25] Weapon Trail --- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset | 3 +++ .../Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset | 4 ++-- 6 files changed, 14 insertions(+), 8 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index ced6dd0..72c9196 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:094052db0416d47ad653a809581112800cb1db1c57ed95bf0ea122cf3b5a7f88 -size 30692 +oid sha256:d581dd2171fc7ea12fafce8f57cee49895d5ed986cae23b90238468dd1d6e660 +size 69870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset new file mode 100644 index 0000000..5c225e7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/GetOwnerSpeed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1578d482d4c20a37a02a7f316da5af175a8ed906962b035d89e59d7b283733 +size 20382 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset new file mode 100644 index 0000000..8a37c06 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619296add26d6bce0fa48045a30c09e6913121cdacf9dcb5df8216193e180524 +size 23482 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset index 1d9c7e6..bb646b9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/NS_SliceSwordTrail.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:130aaf25ac75e23d51223b8431265df767fb99adc5d7366a3a5dc59cb943d316 -size 175574 +oid sha256:b2f3b4419780abfe717a17593c6a4510da299c0be39e8d947e1b6422534660f9 +size 194151 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index edeff38..47db8ff 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f289bd15752a11f3f9dd79d53beca448828c6b2a25d8b5642ba04949207c1fe3 -size 60809 +oid sha256:3ffade7f894fc844aafaf55a55e0ea7c661a580587fac9ef613c1c9d724bdeb0 +size 61958 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset index 74c88b0..852f95f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e561118954774625522efc114e62ccf1bcdbd73527c942fd02a95d6b2409328 -size 253892 +oid sha256:138fba8d0dcbfaa389abc4a6270cf81d764ffdfb7804ec3f745d700d86ea8a81 +size 254227 From 096a7a94208f4ca0630ce236e800f80156574af4 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 17 Jun 2025 14:35:47 +0200 Subject: [PATCH 09/25] Added Captcha, Misc --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Misc/Examples/Button/CaptchaButtonComponent.uasset | 3 +++ .../World/Interactibles/Captchas/BP_BaseCaptcha.uasset | 3 +++ .../Content/World/Materials/Master/M_WorldAlignedBump.uasset | 2 +- .../World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset | 4 ++-- .../World/Materials/StoneTiles/tiles_0130_height_4k.uasset | 4 ++-- .../Content/World/Static/Furniture/Shelf01/Shelf_01.uasset | 4 ++-- 14 files changed, 29 insertions(+), 23 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 3203098..31fb86a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:75a33bd81d9345924d571ecc5d83fa85c77e30503c96d72abf415fe75f5baeb4 -size 810597 +oid sha256:2a6b9f1a972fbb718df7880917801d331472c35c3ab9acae490b71f5fc1d516f +size 817560 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index f98c207..1c0ed20 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12b52567efcfe9d3d4254c7cf7b0abb3ccd437f650734fad7c61ff60e298daf8 -size 767573 +oid sha256:194262c43317b7d5550ef60113921b0eea88a5ca0b6bec57d6b19b8b4bd35e16 +size 764569 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 72c9196..42c47c0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d581dd2171fc7ea12fafce8f57cee49895d5ed986cae23b90238468dd1d6e660 -size 69870 +oid sha256:f8aae6b8cd6f149cb9908e34f5c00b4cb4cdde54f40d6f7db7adf9e48d41280f +size 73439 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset index 8a37c06..e8228c8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceTrailMat.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:619296add26d6bce0fa48045a30c09e6913121cdacf9dcb5df8216193e180524 -size 23482 +oid sha256:dc5fc04bbf4ed572ac9414d1fb81fac56bbf4b511b537779fc98c92eab7fa165 +size 24691 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 84ec0a1..41d59a0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:422b77f2af5b3d6088a20df004480558b3700c1edc0f17edbe1b14783662f632 -size 474309 +oid sha256:ed4a9efda5f84e0035d9a320f8fa93612a80b25ac841aff84ab5ca5f104ca4df +size 457533 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index fc47554..3aaaf99 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:182347fdfb12785e2ea2841b5b18c0df7dcc7e3829e3131dbf7a96a29778bdef -size 135935 +oid sha256:3f40364a19f7c2df8e7cba1a2b93ad74f563f93a2375d13c9a6556df5458caf3 +size 148750 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 47db8ff..4a602f8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ffade7f894fc844aafaf55a55e0ea7c661a580587fac9ef613c1c9d724bdeb0 -size 61958 +oid sha256:f40d53d98185318ae988fe34990dc2d9f991fb55462a6695f182c303732ed235 +size 62469 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 1ca25dd..20f3fd7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92c964949d1a9dd00187645697bb4579957263a71445c85522dd27304b624074 -size 132626 +oid sha256:1407a09796b8e7219ed8c15f46dc8d2e0a92676c60d21e51bba7c88d74e60c44 +size 154957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset new file mode 100644 index 0000000..65ef079 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2722a8e09fde2d5794dc1ee73d8ae148d3a263a08b9070d83f4cf8ca7485bf2e +size 45879 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset new file mode 100644 index 0000000..5a764eb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7cf67baae45f4915720db60933244037ac6a47b5a6ad22c2423af3d0b557ff4 +size 109271 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset index 27354c2..e03400a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:93163bc9acb6955ed1d446f2e7169f122daa6329ace48b8cb7c2d02b9358d206 +oid sha256:5b6595f4335e7a62fab61f02da6641ee2d471a11ac9631320d9b6c072862be63 size 96380 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset index f3959b4..469cfde 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f4242831ac396c4ba9c0a4eb09c0b66f524194a6d4baa04795185c1ed6be5da -size 18879 +oid sha256:d8acdfa955b7783811637c14911f8d1116ec32da78fd00a29b3075cfcb275b5c +size 19262 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset index 8467aa3..24326a3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/tiles_0130_height_4k.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6f6a6b9b74398b61fe07ada8edd404b009c1e6a05954403dbef12e887692342f -size 9461764 +oid sha256:e157aa5b532a24ce3db2004f4fcd9df48bff5fe6ff1408816f6048ea80793ac5 +size 9466574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset index cd36f79..2f0951b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Furniture/Shelf01/Shelf_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba8db114df8d10c9e0b77e7a98e49db9a3dc785ad61337a5384026a9f13d85eb -size 59581 +oid sha256:c2c4d067b4d61941d492b75f0107f16d37e06484ae45674054882b3225ee94cf +size 59130 From 2eac213deb39cdd5cd2c05dffe02fdcdb2d4b542 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sat, 28 Jun 2025 14:15:59 +0200 Subject: [PATCH 10/25] Captcha Door --- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Misc/Examples/Button/CaptchaButtonComponent.uasset | 4 ++-- .../World/Interactibles/Captchas/BP_BaseCaptcha.uasset | 4 ++-- .../Content/World/Interactibles/Captchas/M_Captcha.uasset | 3 +++ .../World/Interactibles/Captchas/M_Captcha_Inst.uasset | 3 +++ .../Content/World/Interactibles/Captchas/Untitled-1.uasset | 3 +++ .../Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset | 3 +++ .../Content/World/Interactibles/Electrical/Doors/Cube.uasset | 3 +++ .../World/Interactibles/Electrical/Doors/Cube_001.uasset | 3 +++ .../World/Interactibles/Electrical/Doors/Cube_002.uasset | 3 +++ .../Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ .../Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset | 3 +++ .../Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset | 3 +++ .../World/Interactibles/Electrical/Doors/NewMaterial.uasset | 3 +++ .../Interactibles/Electrical/Generator/BP_Generator.uasset | 4 ++-- 17 files changed, 45 insertions(+), 12 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 1c0ed20..4387d34 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:194262c43317b7d5550ef60113921b0eea88a5ca0b6bec57d6b19b8b4bd35e16 -size 764569 +oid sha256:bbfe334a9573c51f208c99634ea6424b8bb6b8ec989c9cc2e9f407adf7e02850 +size 765750 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 41d59a0..9469af8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ed4a9efda5f84e0035d9a320f8fa93612a80b25ac841aff84ab5ca5f104ca4df -size 457533 +oid sha256:141f6d09c2f387d10a0405f9a3e3d2bcd90052ace6aa0ffcf5b239b598e6c23d +size 478508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 20f3fd7..8215694 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1407a09796b8e7219ed8c15f46dc8d2e0a92676c60d21e51bba7c88d74e60c44 -size 154957 +oid sha256:becbab6951dec4c7e2485e23bf67d79c13accf65c87715355b6e842906b70b3d +size 149629 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset index 65ef079..3ebd06d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2722a8e09fde2d5794dc1ee73d8ae148d3a263a08b9070d83f4cf8ca7485bf2e -size 45879 +oid sha256:af361fae4b8642150f282d8f1869e8bcbad6dc0ba2d3cb18182da2190620f374 +size 36186 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset index 5a764eb..81d1e6f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7cf67baae45f4915720db60933244037ac6a47b5a6ad22c2423af3d0b557ff4 -size 109271 +oid sha256:82179f888d9f208fcc7b7a2e8f9215682435964b9c8cdbb0c0f442e22a8751b0 +size 193707 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset new file mode 100644 index 0000000..26d3111 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886df15472895255aceb343481994ed7081f4048c8b248ce146f274c3266c97a +size 24861 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset new file mode 100644 index 0000000..207d2a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd03ff241afeea661aedeb952a3a5c748630dbda01fe36a7941de1a14800413 +size 12023 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset new file mode 100644 index 0000000..8e0411c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29b5c7bf0f9a2ba6d158ca2abf3e1c594080ac3a9f37dd7d9ff8c4d998f0c1d +size 169674 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset new file mode 100644 index 0000000..9b2539f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0767af7f646a2f76672d22b022ab49f1553032b7e65af4044ae2de146ff90c17 +size 66937 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset new file mode 100644 index 0000000..90d0c4d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ea9a2549ae4c594a4ef4534b0651874db69a5a24fe7bfc7eb693d6f7918091 +size 74593 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_001.uasset new file mode 100644 index 0000000..62b9300 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1053f1659705b9a98c42fd5fd2e69b180b51cadee378c555f8cd253f4f1ebf4 +size 58990 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_002.uasset new file mode 100644 index 0000000..e60d3a3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ad76a08c8bd989747bcd84ebb6423aed37bcae4014812c54147186fa4b9d2e +size 79443 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..390eb53 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea762696a57538ec2ecf77f9f735bea10eda1016b131a120010a17a01c57657a +size 18763797 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..1d5bebf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a797009fec205efdfea0c003dff1cbad7623bdcfee471e48daa30831288745ae +size 83266079 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset new file mode 100644 index 0000000..d34a630 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9d0ccaac0f1e6fcb97ae258d50ce642d16b704e0b8b2ffc0afd0a3db087afa +size 17848784 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset new file mode 100644 index 0000000..f82fd7c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dda27355b295a03cf961a23e247ec7b0c72b23654ed889fdfc63a820069c5c3 +size 18859 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset index 7d187ba..5879891 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Generator/BP_Generator.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8b3775c2e5fd2ce7f610fa6612732b551cc0ac839bc7d9e7c4d3a6cee4476148 -size 46325 +oid sha256:3db99065b2fe5879ff5f910187739ce6c7e9f67c3b8edeb40a9c54eb5ac059e8 +size 46235 From b327fd6faabac0dc296069be39e4a0bfbc5bb626 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 2 Jul 2025 20:32:35 +0200 Subject: [PATCH 11/25] Lots of fixes on Clarice and Gilbert --- VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini | 1 + .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/World/Characters/CustomAIController.uasset | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset | 4 ++-- .../NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkBackwward.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkForward.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkLeft.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkRight.uasset | 4 ++-- .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/GilbertMesh.uasset | 3 --- .../World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset | 4 ++-- .../Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset | 4 ++-- .../Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset | 4 ++-- .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Material_004.uasset | 3 --- .../World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset | 3 +++ .../Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset | 3 --- .../Content/World/Characters/Gilbert/NewFolder/gloss.uasset | 3 --- .../Content/World/Characters/Gilbert/NewFolder/normal.uasset | 3 --- 27 files changed, 46 insertions(+), 51 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/gloss.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/normal.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index 39bb7ef..90b4f5e 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -173,6 +173,7 @@ bSendAnonymousUsageDataToEpic=False +DefaultChannelResponses=(Channel=ECC_GameTraceChannel4,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="TossableTrace") +DefaultChannelResponses=(Channel=ECC_GameTraceChannel5,DefaultResponse=ECR_Ignore,bTraceType=True,bStaticObject=False,Name="UI") +DefaultChannelResponses=(Channel=ECC_GameTraceChannel6,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="CharacterSphere") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel7,DefaultResponse=ECR_Block,bTraceType=False,bStaticObject=False,Name="CharacterProp") +EditProfiles=(Name="PhysicsActor",CustomResponses=((Channel="VRTraceChannel"))) +EditProfiles=(Name="BlockAllDynamic",CustomResponses=((Channel="VRTraceChannel"))) -ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 5722e35..5f4dd6c 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:d5085905e234feab717a2c9f304593ed0e0ead97c6059309637bb1fbfcc810e0 -size 1620090 +oid sha256:6cb95604d988ffd2e8d971d2cd8d79ade07857ce9b2913040cb8259ea59e897c +size 1695813 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 75966ca..eaee4f6 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:efb47ee87d1b5e90642646e19936a1481e02b276b3f0794547af6abff4c49c43 -size 5635331 +oid sha256:c46b0d46bdb2e93c1f0725bb29e960dddcba2213ff7c3b6791be8d967c4c9054 +size 5637387 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index ada61c7..f730a3f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5b8836e2f24974e56fddcc78bf24694f41a57d5699dae728be51ce7c6cc55412 -size 2543406 +oid sha256:de8d71e5d3491d8e7365c86590d55a730f61046ae5a3c445c72c007fb679cce6 +size 2545075 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 44a62b7..8b64905 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1029e4eed6b4dde09e6b6635c01697c978a805b59bdaeb1d8d83f6d50b489017 -size 284935 +oid sha256:fe8b372263d002859ff05d4501c6b532114eb9569a8da7cdea9898e58859423c +size 286390 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index b3aa289..2da44b5 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:23636b9029ace66b88bbebcad08ae0ef88b7cdb38b3b1cbb4ca690616f96b32d -size 357348 +oid sha256:1766cd15bfe3f7714b0ef7d92fa33c2738e14f22a2c3380820b2fbf4a4ed2aa6 +size 356785 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset index 6d6350a..c90f58d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2e180be37a696f52b5bf00c3194f720fc169d80ead564a78a60312bee03474a -size 215383 +oid sha256:6eca3bb0dbb8e2f01ccbe16e0ec62f76c6b70458dfbea8c071d5e4d6e4740e4a +size 224608 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index b39d01e..b6871c3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:da996cc89f890b394aac745f0cf1d6abbcc2487f5f123c5c6ffd9157379bd5e0 -size 210177 +oid sha256:eaca46a89fe46258397002a8a1f3e38b4d158a8ddc8287be37c976cd4e95703c +size 218573 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset index d13e9a6..bda5a8b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:482e3ffd7858e13ec8884478025abd1c4173e6856d50b2cce3e6a77da9d1af17 -size 213657 +oid sha256:95f4885585e53aa35ba8c7ad14fb598e5033054dca7f0afe2cdc165186e6bee5 +size 219424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset index ae39fa0..8fe6dc9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Jump.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df97a36de90e1db04aa5ad852738fda3719cfa9ad350347c13fdfaae1990613a -size 136212 +oid sha256:64c1382dc15bafe5eb9950c846610d8906b1b0cea939b6b56736740689c66c60 +size 142006 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset index ca4f4ec..9673ec0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:76c38fae80c39b08feecdb3bc5a5341466c164d6d80e7dcb0b6e2cd20c42b5da -size 196656 +oid sha256:a8ac54db2c291067c4e730e987029c45dce847d5085d3015ad50f290c2cea700 +size 202516 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset index 792c306..7cfce77 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0217346f18f4ab8dc407580b80b49267ad1074d323fd0debf497b32bd252a4de -size 195831 +oid sha256:c5f5059055a5a5b9490df9a2fe648a2fe0f31b21f5cd6ec480f808c771832abe +size 201679 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset index 092afbc..66c6871 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd853012f614f8f119070d541fd697b6d0838e7eeff64809282123c9a6fd09cb -size 192590 +oid sha256:43249951e902da1cc74b72bc0130d7e9155d8a980d3564b401e543a1096af3a1 +size 198313 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset index a187c22..99b4312 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c60c18ed9e89007c38b010a15d484a747001aca98efe415efe8d683d5facac76 -size 192601 +oid sha256:e4e455000db9c9e8552efcd7a0ff4a0f9eea30179cf5b2bf2a63c7eedd7c6f31 +size 198457 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset index 5e82818..3068778 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2103d37669223d51ed3d07c38948d601a05ff20b512afaf5035c4061eb6a8b9 -size 31157 +oid sha256:bccc6ec32be3f963bde1bf1b406ad831a2eff4bcb2a87d1723e0701b7baff378 +size 33146 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset new file mode 100644 index 0000000..008b810 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c2698b6b5b11df1a5c6bc1b0cf3e7b286427c7ea965995533c3f8a246f2e9e +size 61965 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset deleted file mode 100644 index 0b587d2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fcf1745bf071502376bc3de90a959b4f96ee6e001a5d13f71f2a913e3d79bb3b -size 2409429 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset index 9886bea..6bc8e81 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0dc57cb7df5b057c04850dd0adcc2247c279f78c5751475d863ef6ce2903a573 -size 56353 +oid sha256:8f6e934906e869097a9c2b1bb83df72e8e1cbd36e58f7f3be92b7e9a238b8097 +size 56954 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset index 7cc544f..2e1fc8f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8066791f09f41a7f398dc7c4711bdcb8277e3f071c8658f9d8777c2396a6381 -size 54403 +oid sha256:35792cbc97f730cfe434cf084141fec43b5a6baf0d249b26fe9fe02a813e75d2 +size 54711 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset index 96d301a..9ccfa59 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c55d3722861500b885e47b78563fb70d2784297bb394cca4601f85008e9eb1fc -size 16301 +oid sha256:d70ca240f4fe710302a8006fb030019ab328aeee46c67b68ce01953259384ce8 +size 17020 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset index 1e1421e..c4d192c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cccc0e4562e5cf5e1215ee7cc4fa6be1ae18c92dc3466608769004d8c90b2754 -size 231618 +oid sha256:558f983e517673f4f3db034b828c06b4f1e1dee3c162376b5cee001f029b690d +size 252209 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset deleted file mode 100644 index de452b1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Material_004.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae1fad0d4ff1c82285d5647be69845737ebc3ba059bc15bf46d00cf79913f289 -size 52698 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset new file mode 100644 index 0000000..36015b5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94594ab8831af98fa6f627007f0d84bb46e007175598cbd9600a89f952a0e5c4 +size 2409736 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset new file mode 100644 index 0000000..f6fe29d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5f07668727e3328efab2f7645b5999b10fa849fe58cb226745743810e82645 +size 391032 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset deleted file mode 100644 index 1f086b6..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/WatercanRobot3_Cube_008.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0ff288497361a48a44df6efdcdd33a3d93b708c7852fb67e5780e4d76cbeda7 -size 1087490 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/gloss.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/gloss.uasset deleted file mode 100644 index 8d965ca..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/gloss.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:48af078e8ab583aca90fcd202b2a9623faef148b147621dc8072ea17ba99cd34 -size 1483811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/normal.uasset deleted file mode 100644 index 1ee4eb5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/normal.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7879e557937d30961993a8892b0d2e83da85b602e69169ecad0c4bc2b75c8a23 -size 4511544 From 2d15abf70e4e6599b5955b117c1ec580dd78ed33 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 2 Jul 2025 20:32:53 +0200 Subject: [PATCH 12/25] Addendum --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Content/World/Characters/BP_BaseCharacter.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 2 +- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/World/Characters/CustomAIController.uasset | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 4 ++-- .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 4 ++-- .../Content/World/Interactibles/PotionTest/PotionActor.uasset | 4 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 5f4dd6c..4d93beb 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:6cb95604d988ffd2e8d971d2cd8d79ade07857ce9b2913040cb8259ea59e897c -size 1695813 +oid sha256:c93dfdf9cef647751bd9bb0d37ec72d6140cd8151be58dce1427de87dfb362ce +size 1696702 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 eaee4f6..411eb1a 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:c46b0d46bdb2e93c1f0725bb29e960dddcba2213ff7c3b6791be8d967c4c9054 -size 5637387 +oid sha256:0c41415a7814014d161505b16c156146c5252ca1fd47aeeff7d966ed870df51a +size 5645811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset index 17f210c..2b683b7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cfe7e82bef2758bb70ccbf82671cc0edfa4d0d5a4e0df22c1bd55d17d76de8dd -size 73443 +oid sha256:3539df9273aa487e8dbeaa83a5f3c03fde0664b1745c050101379b9df2782970 +size 75069 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 8b64905..9fd1fee 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fe8b372263d002859ff05d4501c6b532114eb9569a8da7cdea9898e58859423c +oid sha256:d9cb5d090a29e15513184fae1ddd890be45878049c45ca74444bfeb00c92c445 size 286390 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 2da44b5..5a4f690 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:1766cd15bfe3f7714b0ef7d92fa33c2738e14f22a2c3380820b2fbf4a4ed2aa6 -size 356785 +oid sha256:175ce982a7a256a793a547a4bd4525f79ab4b85fe4fb0d68058f3d69759b9681 +size 362254 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset index 3337538..49a06e8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e4513d55fb3e0e3f74c3875697b51ff14ba961508dbcf6a152c649ca1694c97 -size 42292 +oid sha256:84059487710bca0564b0bff4d106a15d9dc141f8d6445f39b2a7def693b611ca +size 42365 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset index c90f58d..43e6da1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6eca3bb0dbb8e2f01ccbe16e0ec62f76c6b70458dfbea8c071d5e4d6e4740e4a -size 224608 +oid sha256:68247428043b52ea2a4a92f8dba4a37aba85646639acbe0462fe536ee182fd6c +size 231740 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index b6871c3..991f04a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eaca46a89fe46258397002a8a1f3e38b4d158a8ddc8287be37c976cd4e95703c -size 218573 +oid sha256:e1c8f0385e625cc3ea22ad45f65b4508f9e2b33bde7c0ba71644e94b48434e25 +size 262225 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset index 3068778..c0ceaa5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bccc6ec32be3f963bde1bf1b406ad831a2eff4bcb2a87d1723e0701b7baff378 -size 33146 +oid sha256:a041aa670ba25995f4c53026ed133628ef131e43123b8992e01d9564e1b0de22 +size 36524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset index c4d192c..5fd0b5b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:558f983e517673f4f3db034b828c06b4f1e1dee3c162376b5cee001f029b690d -size 252209 +oid sha256:2885add349f31c36e4b791a63a31f0b2538f6cd597d6b871dd5f7493e9800aee +size 243779 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset index 7678037..bf0d830 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/PotionTest/PotionActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3881eaeb98f38e93c924cab270ad56120a24621c21add4bcf7adc9a47b0d12e9 -size 289242 +oid sha256:e60d732d7621d985e717656a8c6814222d51e48d35996dcba5ff2d244328a305 +size 293016 From ca1e9b6da2fef7bee94cfe4688d7658ea5ebaa5d Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 2 Jul 2025 23:40:03 +0200 Subject: [PATCH 13/25] Long night but fixed toss/grab issues on Clarice --- .../Content/Maps/MotionControllerMap.umap | 2 +- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 4d93beb..3552f67 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:c93dfdf9cef647751bd9bb0d37ec72d6140cd8151be58dce1427de87dfb362ce +oid sha256:dcb910fc4997b9a7b3f8ee954e4aa5feb2ac69b9e627a65895d22fe7744fb949 size 1696702 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 3b53cc6..38b5cad 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:d2fab41fdd6aaa6ac125962b23aad63fc9aca94a100757a7e7c5452f23a93979 -size 1821983 +oid sha256:26fc81abea5e8c3a0cdafcc11cb1b498591b695ed3ce3e5dabc9f83f4e78d328 +size 1838619 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 5a4f690..a7a59db 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:175ce982a7a256a793a547a4bd4525f79ab4b85fe4fb0d68058f3d69759b9681 -size 362254 +oid sha256:1164db074a041c9945182fd885e11f1aff21ddda4655b2419ba1583a6606e3f8 +size 387564 From 8c07468c20d509120282167fddf9016a21687d39 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 3 Jul 2025 23:00:17 +0200 Subject: [PATCH 14/25] Misc Character Optimization, Can Collision --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Content/World/Characters/CustomAIController.uasset | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 4 ++-- .../Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject | 4 ++++ 9 files changed, 20 insertions(+), 16 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 3552f67..ba37906 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:dcb910fc4997b9a7b3f8ee954e4aa5feb2ac69b9e627a65895d22fe7744fb949 -size 1696702 +oid sha256:4e0cb38a00ca18f04c381efd879fb4e00f9d2781208582b23d8386d7a8522f21 +size 1696623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 9fd1fee..5a20705 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9cb5d090a29e15513184fae1ddd890be45878049c45ca74444bfeb00c92c445 -size 286390 +oid sha256:561049162d93c3492363722ca356fc459e86641de27f27f733a0075247e979f2 +size 275524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index a7a59db..4a3714e 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:1164db074a041c9945182fd885e11f1aff21ddda4655b2419ba1583a6606e3f8 -size 387564 +oid sha256:41de03fce8deb5c04cba7681ed9f223030102b9d6727b335b710a4883debddde +size 417967 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset index 43e6da1..ac86bfd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:68247428043b52ea2a4a92f8dba4a37aba85646639acbe0462fe536ee182fd6c -size 231740 +oid sha256:2404080c5421a4c7ff7667e17981287cf432e4d4f468e45f0e1976d57ee6af64 +size 230972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index 991f04a..64c5064 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1c8f0385e625cc3ea22ad45f65b4508f9e2b33bde7c0ba71644e94b48434e25 -size 262225 +oid sha256:ecc66070774d90a091c273d7fa40d2b3a98ec802cecde591ca0f606946c59b9f +size 210927 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset index c0ceaa5..93f06c7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a041aa670ba25995f4c53026ed133628ef131e43123b8992e01d9564e1b0de22 -size 36524 +oid sha256:9d160194f2ea08d11cb777e79aacc0754dce65debe3f54fc7798fe74d787957f +size 35009 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset index 9ccfa59..0a2c3c7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d70ca240f4fe710302a8006fb030019ab328aeee46c67b68ce01953259384ce8 -size 17020 +oid sha256:9f708d003b171dbd7aeaabc3d67869e7ebe733a7efb5dfefb3f0e785d3aed9e5 +size 17134 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset index f6fe29d..78e1d97 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0e5f07668727e3328efab2f7645b5999b10fa849fe58cb226745743810e82645 -size 391032 +oid sha256:7efae81877d4225525aded93050be7cedf92e909feb50a5715bbf944a01b0155 +size 448095 diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index 9425187..5790317 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -115,6 +115,10 @@ { "Name": "Harmonix", "Enabled": true + }, + { + "Name": "DisasterRecoveryClient", + "Enabled": true } ], "TargetPlatforms": [ From 51efd2eb29d9da9b37dbbdd1d5c1528e7b25c225 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 4 Jul 2025 15:30:41 +0200 Subject: [PATCH 15/25] Continued work on character interaction --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/World/Characters/BPI_Character.uasset | 2 +- .../Content/World/Characters/BP_BaseCharacter.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset | 3 --- .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/NavLink_AI.uasset | 4 ++-- 10 files changed, 17 insertions(+), 20 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index ba37906..19bd12f 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:4e0cb38a00ca18f04c381efd879fb4e00f9d2781208582b23d8386d7a8522f21 -size 1696623 +oid sha256:4f148140721c270d679e24173d53061487e1a66cf578c7486e16a5c255bef724 +size 1696758 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset index 1c6a4c0..6c47f54 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BPI_Character.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:47c57977bdd6b4e1426bf6ef065bcd4411138af6773e8b274f833566cc817995 +oid sha256:030027383ccf9c65f094f6eb64655867e582ff56a2e90a00fbc0685174618d59 size 10591 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset index 2b683b7..9738708 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/BP_BaseCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3539df9273aa487e8dbeaa83a5f3c03fde0664b1745c050101379b9df2782970 -size 75069 +oid sha256:184bce21637afb1cd63d11cc0c39c5a593b62ff7be8a22250611f9fd076e19f9 +size 150999 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 5a20705..b9a2422 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:561049162d93c3492363722ca356fc459e86641de27f27f733a0075247e979f2 -size 275524 +oid sha256:7d687c16686441d96aa44f6f49f5cd76cc268151becba6f5b32c5e25a5ac8bd7 +size 354341 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 4a3714e..aa3ff72 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:41de03fce8deb5c04cba7681ed9f223030102b9d6727b335b710a4883debddde -size 417967 +oid sha256:7ab963346d31347e33916801112f0d8a95e5c7cc9d24aa103d4f0348bbf54760 +size 411223 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index 64c5064..5df0954 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ecc66070774d90a091c273d7fa40d2b3a98ec802cecde591ca0f606946c59b9f -size 210927 +oid sha256:d9af4f2b56ba36a95e2b78e5780d0813400ab3949e9281c6718608b9b0d9a95d +size 208816 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset index 93f06c7..41a49cd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d160194f2ea08d11cb777e79aacc0754dce65debe3f54fc7798fe74d787957f -size 35009 +oid sha256:022b7f7f5e4635161240e1a45a7d9c29c4931fcdc1b540903baf8a80b80e511e +size 39026 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset deleted file mode 100644 index 008b810..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertAnimBP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8c2698b6b5b11df1a5c6bc1b0cf3e7b286427c7ea965995533c3f8a246f2e9e -size 61965 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset index 5fd0b5b..ad736c8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2885add349f31c36e4b791a63a31f0b2538f6cd597d6b871dd5f7493e9800aee -size 243779 +oid sha256:0ba728b049a922774dcf83d565445f517e2b44589c182753d8673c6349304e94 +size 241532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset index 1b32865..f97addc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a37ca39f2f15b92250972760956b7fe26c1ba4340e619f2f1480e4f25677b86 -size 29450 +oid sha256:fd37379462f4842af8819a2346531869796b50fd94fd54272299dd96f3a59f45 +size 54720 From f7ab3ebd64b243c1dcbe13ba6b0583a9d876c111 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Mon, 7 Jul 2025 16:17:35 +0200 Subject: [PATCH 16/25] Fxied Gilbert and updated with Baked Version, IK Targets --- .../Content/Core/Navigation/NavLink_AI.uasset | 3 +++ .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../NewFolder/Animations/Gilbert_Actions__BowDown.uasset | 3 +++ .../NewFolder/Animations/Gilbert_Actions__DigOut.uasset | 3 +++ .../Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset | 3 +++ .../Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset | 3 +++ .../Animations/Gilbert_Actions__WalkBackwward.uasset | 3 +++ .../NewFolder/Animations/Gilbert_Actions__WalkForward.uasset | 3 +++ .../NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset | 3 +++ .../NewFolder/Animations/Gilbert_Actions__WalkRight.uasset | 3 +++ .../NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset | 4 ++-- .../NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset | 4 ++-- .../NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkBackwward.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkForward.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkLeft.uasset | 4 ++-- .../Animations/Test/Gilbert_Actions__WalkRight.uasset | 4 ++-- .../Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/BS_Movement.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Can/BP_Can.uasset | 3 +++ .../Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Diffuse.uasset | 3 +++ .../Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Metalness.uasset | 3 +++ .../Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Normal.uasset | 3 +++ .../Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Roughness.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/Can/M_Can.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/Can/SM_CanOnly.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset | 3 --- .../Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset | 3 --- .../Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset | 3 --- .../Gilbert/NewFolder/Gilbert_Actions__WalkForward.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 3 +++ .../Characters/Gilbert/NewFolder/Gilbert_PhysicsAsset.uasset | 3 +++ .../Characters/Gilbert/NewFolder/Gilbert_Skeleton.uasset | 3 +++ .../Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset | 3 --- .../Content/World/Characters/Gilbert/NewFolder/Grip.uasset | 3 --- .../World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/NavLink_AI.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset | 4 ++-- .../NewFolder/Textures/Cube_007_Bake1_PBR_Diffuse.uasset | 3 +++ .../Textures/Cube_007_Bake1_PBR_Emission_Strength.uasset | 3 +++ .../NewFolder/Textures/Cube_007_Bake1_PBR_Metalness.uasset | 3 +++ .../NewFolder/Textures/Cube_007_Bake1_PBR_Normal.uasset | 3 +++ .../NewFolder/Textures/Cube_007_Bake1_PBR_Roughness.uasset | 3 +++ .../NewFolder/Textures/Cube_007_Bake1_PBR_Transmission.uasset | 3 +++ .../Gilbert/NewFolder/Textures/M_Gilbert_Body.uasset | 3 +++ 47 files changed, 112 insertions(+), 43 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/Navigation/NavLink_AI.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/BP_Can.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/M_Can.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/SM_CanOnly.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Actions__WalkForward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_PhysicsAsset.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Emission_Strength.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Metalness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Transmission.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/M_Gilbert_Body.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/Navigation/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/Navigation/NavLink_AI.uasset new file mode 100644 index 0000000..dbfd60a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/Navigation/NavLink_AI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074a36e7ae8ff3f70a0cee08061a30de9be7d7c382058487d63e97f17dea93bb +size 54091 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 19bd12f..d4f83b5 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:4f148140721c270d679e24173d53061487e1a66cf578c7486e16a5c255bef724 -size 1696758 +oid sha256:b6be9a5ee584549539e84bffd0d1d3b8be9b708eee428a830c76c05df5c1da2a +size 1709794 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index 5df0954..73b9fa2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d9af4f2b56ba36a95e2b78e5780d0813400ab3949e9281c6718608b9b0d9a95d -size 208816 +oid sha256:9f77ccb595c8715efdf102b79d78f76da6b23bcc036a9b4c63e8f877f19f78d9 +size 207428 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset new file mode 100644 index 0000000..eaae60e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__BowDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84eb52c4f8d415b231b5e78b7e76629e05eb15d764e071138dc091038fca76cc +size 171085 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset new file mode 100644 index 0000000..1e1332a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__DigOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32421924fd3172071ba1b2b4fe12f104d57dec189d8de6e74c678ca85f640fad +size 183724 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset new file mode 100644 index 0000000..2e3f2d3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8817faf0fbbb43569bb5820fe9609df5df3fadef35b3d94089e9a9f7003c06 +size 220797 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset new file mode 100644 index 0000000..57162ea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09aec0626c0e37ab8ff0a66f8e71078c381f8d407aee8819a57dbfe00428256a +size 138622 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset new file mode 100644 index 0000000..a43b46f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkBackwward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812f7cce4de7171c01d4c3c232ac9c2876fc81b48d1d72d7d461e4f3cf1a7739 +size 203823 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset new file mode 100644 index 0000000..4d46a68 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac71aefb3a839e2ecf522f7f430cb2e764dd185969e9f409b7165b572a9a732b +size 204607 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset new file mode 100644 index 0000000..5a79faa --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0262533a9ac6ff7dbadeceed1fa6613adec35b8db80580e8b70014d9ab3f1c98 +size 199685 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset new file mode 100644 index 0000000..db1480e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Gilbert_Actions__WalkRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b06f24a611bab4e4780bdd401a3d72260a2f467ce1651e8ce4822c24c488c5 +size 200591 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset index 2180722..8f0c54a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__BowDown.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:086c6e7c9e79919be3ba2afdde2200617ec5a4f66e5f13523a0ed40486c56bf8 -size 169264 +oid sha256:4d77abe534975c64ab9f934bb91d1f668ea21cbd9a46f203cffffd9e5a0913e2 +size 168186 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset index 1bcdfef..7d9390d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__DigOut.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a9ddfbc8d4702a1676e8b4887f7827e1513600b6f032f87625446648651689c -size 181746 +oid sha256:9097da5c4d7713b7e89c7b48e8cab84e5aa763574e9e97f50460a92d72ed3b1a +size 179228 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset index bda5a8b..9ef57b7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:95f4885585e53aa35ba8c7ad14fb598e5033054dca7f0afe2cdc165186e6bee5 -size 219424 +oid sha256:65c7fd2e1f41b518840089a80567038203952f7e246653b9be3d37751a78e70c +size 1709 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset index 9673ec0..be93f3e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkBackwward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a8ac54db2c291067c4e730e987029c45dce847d5085d3015ad50f290c2cea700 -size 202516 +oid sha256:117cf82b5d5d8991c7c32226b5dc098931589dec2f4cd9d47dcc59a02f93b51b +size 1781 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset index 7cfce77..fa50e3e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkForward.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c5f5059055a5a5b9490df9a2fe648a2fe0f31b21f5cd6ec480f808c771832abe -size 201679 +oid sha256:3adfe4830c1ed6d2df89183431e0f9600129eb4caa14063389e5443d04e4710c +size 1763 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset index 66c6871..adc5d7f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkLeft.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:43249951e902da1cc74b72bc0130d7e9155d8a980d3564b401e543a1096af3a1 -size 198313 +oid sha256:90e6b1d1778460b8b4acdde592deee9106bcd42ea1ce12e6b2ec200934c84495 +size 1741 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset index 99b4312..9994439 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Animations/Test/Gilbert_Actions__WalkRight.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4e455000db9c9e8552efcd7a0ff4a0f9eea30179cf5b2bf2a63c7eedd7c6f31 -size 198457 +oid sha256:3e4b0e3cc2ae4c0c12c8a00a6cdbf68489bba9471f5647dceedf8be1041cf1cf +size 1749 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset index 41a49cd..eab5548 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BP_Can.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:022b7f7f5e4635161240e1a45a7d9c29c4931fcdc1b540903baf8a80b80e511e -size 39026 +oid sha256:e00562b9c33a6e4d28d089f4e0aa93ce222112ff1262bdeef140e78417d199cd +size 2477 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset index b2af729..3efaf7c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31e968578200209ab96559c24288900ce1b111241c9ea4ca160376a720be7352 -size 19502 +oid sha256:e3771653bf1e654454656b11970d8c52713b74505bccd7faddac76af51a078e2 +size 19461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/BP_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/BP_Can.uasset new file mode 100644 index 0000000..225cbfb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/BP_Can.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6439709bd820622296772f07aa07dbfa693b470e74496c8a6386de72f48820 +size 39289 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..b6b5795 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340d1918bbf1acdbb26e25ed8c100f78bb022022e78b5554d8e58eed78e71a57 +size 4138662 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Metalness.uasset new file mode 100644 index 0000000..c9e28c1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfd6b240d3e7aa4b1eaac30a6828f2dd5e94f4b8eddd3b159ad32bd213b2953 +size 1200689 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..1d31619 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc12a3bee2b25e05dc42a53f9cc144eedf77921805705f24342db23bbcac470 +size 23131000 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..a590be8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/Cube_008_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c08012318c7cc133f30723c5bc4bac367b1dbf6c5c99da97b86ae9329ae33e89 +size 1547188 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/M_Can.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/M_Can.uasset new file mode 100644 index 0000000..6a0188f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/M_Can.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e70a2c60bd366594e3a03f7c09883505402ef7bf55d97209b1f4410370d348f +size 18110 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/SM_CanOnly.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/SM_CanOnly.uasset new file mode 100644 index 0000000..bbc2a5f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Can/SM_CanOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e625ddefedc5617eb435955a0ba84fb2153fe6a2c8bf35cf27ee8c3397947d4 +size 448103 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset deleted file mode 100644 index 6bc8e81..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMeshCan.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f6e934906e869097a9c2b1bb83df72e8e1cbd36e58f7f3be92b7e9a238b8097 -size 56954 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset deleted file mode 100644 index 2e1fc8f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_PhysicsAsset.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35792cbc97f730cfe434cf084141fec43b5a6baf0d249b26fe9fe02a813e75d2 -size 54711 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset deleted file mode 100644 index 0a2c3c7..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/GilbertMesh_Skeleton.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f708d003b171dbd7aeaabc3d67869e7ebe733a7efb5dfefb3f0e785d3aed9e5 -size 17134 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Actions__WalkForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Actions__WalkForward.uasset new file mode 100644 index 0000000..726a165 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Actions__WalkForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5926db24c959172709029c87db6da83e6c250155db47f7617df0d13a52095c4 +size 1733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset new file mode 100644 index 0000000..fd2b796 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427b18d8da273013134a9b78b7abd79387ba54798981349b77f286d6bab48b3a +size 423884 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_PhysicsAsset.uasset new file mode 100644 index 0000000..acb1325 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070ce551153a8d6c0417bb6026b577bf0021cad0e24aba07775d9fd4e0135c59 +size 50249 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton.uasset new file mode 100644 index 0000000..494ceb5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26e418d534b9fad2b67ba9957d2204c019b669a22730246f546d72dd2417d32 +size 16175 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset deleted file mode 100644 index ad736c8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_Skeleton_AnimBlueprint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ba728b049a922774dcf83d565445f517e2b44589c182753d8673c6349304e94 -size 241532 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset deleted file mode 100644 index 76e8e1a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Grip.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:003f8143d251e7d471f20820112446b33c19526414ec083ba3f231834097552e -size 23313 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset new file mode 100644 index 0000000..5a044e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1802e412da8e38461d708b94fc47e7e95d57e085d451c93080c01462a901ba +size 37647 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset index f97addc..8ba9562 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/NavLink_AI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fd37379462f4842af8819a2346531869796b50fd94fd54272299dd96f3a59f45 -size 54720 +oid sha256:c9bb44f399d3b50145f47cc7baa87adcb4ed6b1022cf6f1b1f660117321c853d +size 2442 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset index 36015b5..23d5b2a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SK_Gilbert.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:94594ab8831af98fa6f627007f0d84bb46e007175598cbd9600a89f952a0e5c4 -size 2409736 +oid sha256:b621315b91726cf9de10d219dbb22e6c86a154aa2c980252d8d2952eac5406bf +size 2147933 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset index 78e1d97..4748a0d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/SM_CanOnly.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7efae81877d4225525aded93050be7cedf92e909feb50a5715bbf944a01b0155 -size 448095 +oid sha256:df4f66d6746dc22ff7fb5532b7a3a5c8e10679af1b5220a5d1910fc3ab755f07 +size 1571 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..1befae4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b64b76e149bd225a64a595df1382a77a744bbce17ae68bb216c225d087ddce +size 14079331 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Emission_Strength.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Emission_Strength.uasset new file mode 100644 index 0000000..08060c6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Emission_Strength.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5051c1e88a49218311b34cf1b48b7723e9322a85b512ba71750d3e0e4411053 +size 48657 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Metalness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Metalness.uasset new file mode 100644 index 0000000..45e2ebf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Metalness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4667bd28eead9e4ade6789251fddde7bed25cfd1fb08381573d4e49d5e6d34c2 +size 268772 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..4283542 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbd2b152f593879587cd4f2a9ae76bb6ffa035a95e71ede0e5e1cc351a45a62 +size 139775005 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..e8d91a1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff18b70ead8316f2d4fb003a80c889576808e54f3e2bdb324e7d63d555913f7 +size 7658258 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Transmission.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Transmission.uasset new file mode 100644 index 0000000..0c2f2a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/Cube_007_Bake1_PBR_Transmission.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d79f2790c52e0fb5bb374dd8a79bc0e80e79cb5ee4fa22d6e9c1221e9950ea +size 16747 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/M_Gilbert_Body.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/M_Gilbert_Body.uasset new file mode 100644 index 0000000..88cc251 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Textures/M_Gilbert_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f29ca38c98edd9f51040f9fad3b8d34ef57d57f47ef760ae918b22c4ca4846 +size 29468 From b4424f8bb3829e7f1f7b492e5a758b4a73d60c66 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 8 Jul 2025 13:44:38 +0200 Subject: [PATCH 17/25] IK Goals on Gilbert (would prefer a curvelike step with +Z) --- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index d4f83b5..008f8b8 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:b6be9a5ee584549539e84bffd0d1d3b8be9b708eee428a830c76c05df5c1da2a -size 1709794 +oid sha256:67c17c56f6053ed5fe7c01f9fa91666f1b6b59f1e4241a831917b7ece830b792 +size 1709502 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index 73b9fa2..5ddf4dd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9f77ccb595c8715efdf102b79d78f76da6b23bcc036a9b4c63e8f877f19f78d9 -size 207428 +oid sha256:f38ef41525009e3c6fbba01a7759998ca8918c65239744f7d9d43369f36bbd84 +size 205854 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset index fd2b796..c8d7ef6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:427b18d8da273013134a9b78b7abd79387ba54798981349b77f286d6bab48b3a -size 423884 +oid sha256:8ac14065598aeefe2a8a0940dc98fd1e7ba1472f86a998d27d7eab0ded806114 +size 626180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset index 5a044e3..d8c610c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/IK_GilbertIKRig.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1a1802e412da8e38461d708b94fc47e7e95d57e085d451c93080c01462a901ba -size 37647 +oid sha256:b347e3ec6826cb54f450e7b18faecafebde04a10ff6208199721b1650633c4f4 +size 39453 From b6f35300762eeaed9a96441179a98a0a638a5242 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 8 Jul 2025 14:51:09 +0200 Subject: [PATCH 18/25] Fixed Gilbert at slow speed, fixed Shoe Trace on top of other objects --- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/BS_Movement.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 4387d34..89fed61 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbfe334a9573c51f208c99634ea6424b8bb6b8ec989c9cc2e9f407adf7e02850 -size 765750 +oid sha256:862f50fa3fd260ef40d70bac4ba6d8d408e6fd7ec94be881d6fed2ce9dd97366 +size 764503 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 42c47c0..6557a6d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f8aae6b8cd6f149cb9908e34f5c00b4cb4cdde54f40d6f7db7adf9e48d41280f -size 73439 +oid sha256:79610f4bd01df4108538e93d799a4b28ce9bdad071f5e65837cf9758e39cf339 +size 72252 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 4a602f8..5998d2d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f40d53d98185318ae988fe34990dc2d9f991fb55462a6695f182c303732ed235 -size 62469 +oid sha256:8d1b4af04de2db095561983e0bc6ef5c80bf693ae3875290b1c5b60e12c46432 +size 65342 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 008f8b8..0518e4f 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:67c17c56f6053ed5fe7c01f9fa91666f1b6b59f1e4241a831917b7ece830b792 -size 1709502 +oid sha256:52492781f83c0b78046a170e16308ef67f04d3e3f8ab70f4e8dd525fdf188176 +size 1711996 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 38b5cad..61e2f72 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:26fc81abea5e8c3a0cdafcc11cb1b498591b695ed3ce3e5dabc9f83f4e78d328 -size 1838619 +oid sha256:375031c94ec3a79788a1b08f57774e8fbf6015781c43313b1fc9c520ec7cbc83 +size 1839265 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset index 3efaf7c..74e221e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/BS_Movement.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e3771653bf1e654454656b11970d8c52713b74505bccd7faddac76af51a078e2 -size 19461 +oid sha256:6195916ace3ce6e81ae6516cc1d5f9dc5a6eb14dabff83b1f3a221f5af14e286 +size 19143 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset index c8d7ef6..0f5b86a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8ac14065598aeefe2a8a0940dc98fd1e7ba1472f86a998d27d7eab0ded806114 -size 626180 +oid sha256:180e448b5df5c7302af63776f38bb1090698f458d86455a13c1413b976a808eb +size 608352 From 4473390e5eef5ac34cc8de1a2dbcd40117630fd1 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 9 Jul 2025 12:40:55 +0200 Subject: [PATCH 19/25] Rewrote SliceGameHits to used Objects Bounding Box instead --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/World/VFX/Projector/Nitrate.uasset | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 31fb86a..873b8fa 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2a6b9f1a972fbb718df7880917801d331472c35c3ab9acae490b71f5fc1d516f -size 817560 +oid sha256:8f06bd7b0cf184fc8cf42e5fa48ddf91f342e7a40a0a2f7c2fc76c710c74257d +size 931472 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 89fed61..693cc9c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:862f50fa3fd260ef40d70bac4ba6d8d408e6fd7ec94be881d6fed2ce9dd97366 -size 764503 +oid sha256:86075462554cc73a622f5de32a29b951742be11990f01627ea7bbbc203933de2 +size 770748 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 6557a6d..83f3e43 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:79610f4bd01df4108538e93d799a4b28ce9bdad071f5e65837cf9758e39cf339 -size 72252 +oid sha256:5cf995ddbd113a7775f0ee70e2bac041dd822bbf1297bff851e7662fc81b32b9 +size 72941 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 5998d2d..a5c2488 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d1b4af04de2db095561983e0bc6ef5c80bf693ae3875290b1c5b60e12c46432 -size 65342 +oid sha256:1ca61c13770210627cc265fdf888878366469a1302c133fffc1c46338328b50e +size 63883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 0518e4f..ed3b5e9 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:52492781f83c0b78046a170e16308ef67f04d3e3f8ab70f4e8dd525fdf188176 -size 1711996 +oid sha256:206016ac4c3e846bb9b89454b556ba2212c78db8fe9d09a9084ad609d54bb968 +size 1710855 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset index 1a3389f..55a069d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:67e8decc224785ca9df8f9e139ed143f8511d3695b6e737f26680bc60badf58f -size 208797 +oid sha256:1b3b977625a6785b9b51f527e69390997b15544c9afb64daa2fc1bcd89b8e6aa +size 209637 From 706f21eb669389af7ddfe50da7119f7ce00b0980 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 9 Jul 2025 16:54:07 +0200 Subject: [PATCH 20/25] This and that --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 873b8fa..c105cdf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8f06bd7b0cf184fc8cf42e5fa48ddf91f342e7a40a0a2f7c2fc76c710c74257d -size 931472 +oid sha256:d59979d95b6287885400cb9600f518b8c4148b0e858cde9881cab5b143f5c21a +size 866208 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 83f3e43..11967c8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5cf995ddbd113a7775f0ee70e2bac041dd822bbf1297bff851e7662fc81b32b9 -size 72941 +oid sha256:ffcd23e8120a8cdd60bf44602cd4a7e4879315e2ba1867e5bc83387a29924912 +size 71623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index a5c2488..acf9f04 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1ca61c13770210627cc265fdf888878366469a1302c133fffc1c46338328b50e -size 63883 +oid sha256:4fe52450307f8d3edaea8b90e1f34c5c6ef9a805fdb57e352a6e1a7d431f1451 +size 62908 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index ed3b5e9..6a193d1 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:206016ac4c3e846bb9b89454b556ba2212c78db8fe9d09a9084ad609d54bb968 -size 1710855 +oid sha256:223725898aa535f55741a94f451facc86865563077d3f2d748a8f714efb4d7c4 +size 1709682 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 61e2f72..7d83565 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:375031c94ec3a79788a1b08f57774e8fbf6015781c43313b1fc9c520ec7cbc83 -size 1839265 +oid sha256:cbafb5faa68113b675749f5196205db90f8c15214467252a94cb32a5909bf6f8 +size 1828649 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 411eb1a..858b194 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:0c41415a7814014d161505b16c156146c5252ca1fd47aeeff7d966ed870df51a -size 5645811 +oid sha256:27a142f1ae7bd6c95bea7e4584b059027a4fae8adc62140f58a9fd10f2013ffb +size 5645466 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index f730a3f..5c0ef27 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:de8d71e5d3491d8e7365c86590d55a730f61046ae5a3c445c72c007fb679cce6 -size 2545075 +oid sha256:3054af254ff6ecaa3b4c8586043d7ee1a3f6eebeb7cba264c046b326a7ee7009 +size 2540953 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index aa3ff72..56a8fac 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:7ab963346d31347e33916801112f0d8a95e5c7cc9d24aa103d4f0348bbf54760 -size 411223 +oid sha256:613dabca4c5311c41c1557d71372d74799053c555792e2b829f0a323c6e3d9b4 +size 442820 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset index f1d9649..ce0bb46 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/M_ScifiKatana.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7d42de363e0d31f9731a6fc4a84dad384cfc99b0cd83e2ef2fe4e04073d5178 -size 21381 +oid sha256:e8f7ada62d7b12b2708873dc4340beb0b395b73db1b8b860c6e3322ec3a22357 +size 21437 From 1b4fab31ff88f24e4d360c07bf0257871803091e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 11 Jul 2025 10:52:00 +0200 Subject: [PATCH 21/25] Add Molecules, Fixd a Bug in Slicegame Position Offset --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset | 4 ++-- .../Molecules/Carbondioxide_003_Bake1_PBR_Diffuse.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset | 3 +++ .../TestSong/Molecules/M_SliceGameMolecules.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset | 3 +++ .../MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Interactibles/Weapons/SciFiKatana/SM_ScifiKatana.uasset | 3 +++ .../Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset | 4 ++-- 19 files changed, 48 insertions(+), 15 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/Carbondioxide_003_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/M_SliceGameMolecules.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/SM_ScifiKatana.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index c105cdf..6c20bda 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d59979d95b6287885400cb9600f518b8c4148b0e858cde9881cab5b143f5c21a -size 866208 +oid sha256:840ccd35219fc9859322149d252ef0066b05ee3d81d60a379467aee0b24795d9 +size 865819 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 693cc9c..83c712a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86075462554cc73a622f5de32a29b951742be11990f01627ea7bbbc203933de2 -size 770748 +oid sha256:ad1a4c70753e6c308abc4cca8531090ffd4626c13136dfd743b70fa85e308431 +size 781504 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 11967c8..154823a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffcd23e8120a8cdd60bf44602cd4a7e4879315e2ba1867e5bc83387a29924912 -size 71623 +oid sha256:42875013d9c2cbaadb7392f560b0fa5f254028e6fe0a4e33fa2f207778f421b5 +size 71028 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset index 741740f..c399600 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_ArrowMat_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3dcadbb03c6f09d3fa4d4ff5509ab30a3f3b38f7d2903bf433f8935022545bf4 -size 11404 +oid sha256:dc7ce0110544c110cc64b8280d987bce949ba0c814ffdf36fd204fc0deccdae5 +size 11651 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/Carbondioxide_003_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/Carbondioxide_003_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..083cc32 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/Carbondioxide_003_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aadb9afdd804085f7f19d7b593273f75ae8e18f786da60ab5f8009ef4aa06168 +size 67852 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset new file mode 100644 index 0000000..df7de0b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Argon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e400d7b2ee1fe6f6b018bc82f7a5f8ef9d28b28d555ce7de75266999aea9be5 +size 9091 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset new file mode 100644 index 0000000..ebaf230 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_CO2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794fd2d1565a40b3db28d55fc27d918418240dc07a9d584640fc7ea76f4e954c +size 13648 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset new file mode 100644 index 0000000..43c41e3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Nitrogen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d43eb29c59459d8c2fbca1e9532e8f390406cb16ef6123183456f1da46342b1 +size 8684 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset new file mode 100644 index 0000000..b49a4e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/MI_Oxygen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ba216aceffe3fc45ed85deb2dde2b64c84de6c71c201987985aec5cfd71b7ff +size 8367 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/M_SliceGameMolecules.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/M_SliceGameMolecules.uasset new file mode 100644 index 0000000..9039303 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/M_SliceGameMolecules.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37540281ae02ecd2d57766c7cf9a21b0bbb56ec40e2b74f57b303c36c550df63 +size 19762 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset new file mode 100644 index 0000000..eff6261 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Argon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19e1bf3a30b097cc8c126a285dee5090f2b22eb093a6a17be5f5dbad435e9c9 +size 96774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset new file mode 100644 index 0000000..3027bc3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_CO2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a3f616ebda2e28bd4125c4c76f938f7e489895844248222b67adcb568e2aaf +size 222088 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset new file mode 100644 index 0000000..6e20b11 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bd689a30f749f19f9074fc60ce07486dce22d9efb5f2e561a792686b4a18be +size 121988 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset new file mode 100644 index 0000000..3a7a785 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Oxygen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09b314de72c42ef475bc2b125616a8904a40b3f28205f13d0a3cf85654b0f95 +size 104638 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 9469af8..52f0b95 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:141f6d09c2f387d10a0405f9a3e3d2bcd90052ace6aa0ffcf5b239b598e6c23d +oid sha256:f9d836516bea5df6574383981e3c9f79095ffebbd69b706364820355662d2f58 size 478508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index acf9f04..0da53c9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fe52450307f8d3edaea8b90e1f34c5c6ef9a805fdb57e352a6e1a7d431f1451 -size 62908 +oid sha256:90324f1881dcc68dc570251661889c0d4cb879bd5b88edcf17c5ae5e83558671 +size 61887 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 6a193d1..aa9449b 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:223725898aa535f55741a94f451facc86865563077d3f2d748a8f714efb4d7c4 -size 1709682 +oid sha256:485a4b31b60a9a9af7c391455bd8fc3fb6fb4e7188364538ebcef49740a18109 +size 1711627 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/SM_ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/SM_ScifiKatana.uasset new file mode 100644 index 0000000..4d849a9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/SM_ScifiKatana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e48ae8130d21a02fd548588ad85f60cf336c2ecdfc9e3c42bb9f0dd987e523 +size 254242 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset index 852f95f..ade66fb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Weapons/SciFiKatana/ScifiKatana.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:138fba8d0dcbfaa389abc4a6270cf81d764ffdfb7804ec3f745d700d86ea8a81 -size 254227 +oid sha256:c488563ad4adff15496b44e03d94b3d8622672cefe5897d88b2fc19fdb6095d6 +size 1623 From 00393897e2d5ebf7abf087efa8e0e388824a3ff9 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 11 Jul 2025 15:30:29 +0200 Subject: [PATCH 22/25] Gues who rewrote the Slice Angle Detection Logic Again --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 6c20bda..9ce02a8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:840ccd35219fc9859322149d252ef0066b05ee3d81d60a379467aee0b24795d9 -size 865819 +oid sha256:dee0c222f7b1ba336991c541cbab2ff25f002c178b102b9a31bffc7d701f4003 +size 1051410 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 83c712a..53c019a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ad1a4c70753e6c308abc4cca8531090ffd4626c13136dfd743b70fa85e308431 -size 781504 +oid sha256:5d8f3817ec77001ed1b92951b49e6d4b21f3577d3439ce5bed256ab807c6a187 +size 780016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 154823a..5a46678 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:42875013d9c2cbaadb7392f560b0fa5f254028e6fe0a4e33fa2f207778f421b5 -size 71028 +oid sha256:061ee32c5351f5e8d3ed773e4563d40482bd78c9a12eca6f3ae8c37c25b030b3 +size 73960 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset index 6e20b11..7d8b5e4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/Molecules/SM_Nitrogen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:25bd689a30f749f19f9074fc60ce07486dce22d9efb5f2e561a792686b4a18be -size 121988 +oid sha256:ebc4f25c312659618a2d59dfe4a71bb8bd822a0a32b17cb90ef18620155d6dcf +size 122318 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 0da53c9..5059b38 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:90324f1881dcc68dc570251661889c0d4cb879bd5b88edcf17c5ae5e83558671 -size 61887 +oid sha256:488a472f632855a9153ac434fdae229f17e59f06df573f90b7e67827fe65e112 +size 64082 From 48f824de95a6ae8a7db06dbc4543bd6ef2538739 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 15 Jul 2025 14:20:11 +0200 Subject: [PATCH 23/25] Sample on Point during hit to improve Slice accuracy, Some Cleanups, Sounds --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Content/Audio/SliceGame/A_SliceConfirm.uasset | 3 +++ .../Content/Audio/SliceGame/A_SliceFail.uasset | 3 +++ .../Content/Audio/SliceGame/MS_Slice.uasset | 3 +++ .../Content/Audio/SliceGame/Slice-001.uasset | 3 +++ .../Content/Audio/SliceGame/Slice-002.uasset | 3 +++ .../Content/Audio/SliceGame/Slice-003.uasset | 3 +++ .../Content/Audio/SoundClasses/MusicSoundClass.uasset | 3 --- .../Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset | 3 --- .../Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset | 3 --- .../Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset | 3 --- .../Content/Audio/SoundClasses/SC_MasterSoundClass.uasset | 3 --- .../Content/Audio/SoundClasses/SFXSoundClass.uasset | 3 --- .../Content/Core/SoundClasses/MusicSoundClass.uasset | 3 +++ .../Content/Core/SoundClasses/SCM_MasterSoundMix.uasset | 3 +++ .../Content/Core/SoundClasses/SCM_MusicSoundMix.uasset | 3 +++ .../Content/Core/SoundClasses/SCM_SFXSoundMix.uasset | 3 +++ .../Content/Core/SoundClasses/SC_MasterSoundClass.uasset | 3 +++ .../Content/Core/SoundClasses/SFXSoundClass.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/UI/Inventory/BP_VRInventory.uasset | 4 ++-- .../Content/UI/Inventory/InventoryDataTable.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset | 4 ++-- .../Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset | 4 ++-- .../Content/UI/MainMenu/WB_AudioSettings.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- 35 files changed, 69 insertions(+), 51 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceConfirm.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceFail.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/MS_Slice.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-003.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/MusicSoundClass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MasterSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MusicSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_SFXSoundMix.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SC_MasterSoundClass.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SFXSoundClass.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 9ce02a8..37732c6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dee0c222f7b1ba336991c541cbab2ff25f002c178b102b9a31bffc7d701f4003 -size 1051410 +oid sha256:5d097101f93909b39c8c11ef7bbb68abc6852f1d4144f4eedbd76829f248f2d4 +size 1416515 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 53c019a..c5e1e1a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d8f3817ec77001ed1b92951b49e6d4b21f3577d3439ce5bed256ab807c6a187 -size 780016 +oid sha256:8e5728f2609b3c3b1e47287eb1f9fb92cd66187a6dd8d4dba777b449a6e0e025 +size 804870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 5a46678..4dab59f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:061ee32c5351f5e8d3ed773e4563d40482bd78c9a12eca6f3ae8c37c25b030b3 -size 73960 +oid sha256:17995e2c669b4bc93d9d2d86f001e6f5fb89f837e4e9d5fb3de6a521bdc93910 +size 72376 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceConfirm.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceConfirm.uasset new file mode 100644 index 0000000..f644784 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceConfirm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fb56f7f1282dc01ec811b0c097cd8807aad05f502169f4eaa56096ac60d9b2 +size 19602 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceFail.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceFail.uasset new file mode 100644 index 0000000..36d8124 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/A_SliceFail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c140029cc5d75933311eab0b054eaccd1990746692fd8cbb52594a4ce26dd7 +size 25994 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/MS_Slice.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/MS_Slice.uasset new file mode 100644 index 0000000..efb6fd7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/MS_Slice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70dbd2eb2992db3b09a9c2507f1abf9256879b612a5ee448cbbd2d584cc4cb9 +size 109822 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-001.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-001.uasset new file mode 100644 index 0000000..ceae031 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16da7cfa184bc61b1ca3eaad64d0c61efa809fd163a86c7b7f7bffda48140235 +size 87666 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-002.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-002.uasset new file mode 100644 index 0000000..c6e5113 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9758dc0f0190477ad4fcff0d43c5cfc1892286e81afe2ae2e96e5fd3c559afe7 +size 78123 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-003.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-003.uasset new file mode 100644 index 0000000..cf1c3f1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/SliceGame/Slice-003.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d015dfac7fb79e26111e7e20ad758d4846b5ba99a19c76148e14aa4d917f29 +size 74476 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset deleted file mode 100644 index 6933388..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/MusicSoundClass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aea51ad4ddbbbe5f4395cb2ffc8fb3d6778bd5da3b2afd7e26f2aa02b48f12a0 -size 1527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset deleted file mode 100644 index ed00718..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MasterSoundMix.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5dfd71d25b55ff3b9129994fe14f235e96609ece02223f81b7da8b41bd37cfc2 -size 2080 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset deleted file mode 100644 index 2666565..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_MusicSoundMix.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7fb044782dae449765cb83776722115a6b1b2d658918525623a6c021ac9b5dda -size 2067 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset deleted file mode 100644 index b772f17..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SCM_SFXSoundMix.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b94bb01284445ad9924b54fa106240ebececea72bea70d4d1b2821cdd68763b9 -size 2053 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset deleted file mode 100644 index 6463ddc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SC_MasterSoundClass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d506474c1045f92ed33a9c1b5f7c72ba9c4904589f899959c4b38021247f607 -size 1731 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset deleted file mode 100644 index 9182649..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/SoundClasses/SFXSoundClass.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ed462344cb652036dce27eb4d997c0faf5eaa35d54eaace47019d7d0bf2a2ec -size 1517 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/MusicSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/MusicSoundClass.uasset new file mode 100644 index 0000000..5bce649 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/MusicSoundClass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf059e1823466451aa7b76bd9bb3151522aed6c45de8a9710fab6256ad29a4fd +size 1524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MasterSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MasterSoundMix.uasset new file mode 100644 index 0000000..32c1a09 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MasterSoundMix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9190d3510b25ffc9f8e5b814552db0d81f3d24a8f5b675a8acf6264f70d187 +size 2077 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MusicSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MusicSoundMix.uasset new file mode 100644 index 0000000..0f9fce3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_MusicSoundMix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745bb62be3d9129f29e576a64cf9571a6793dc4125ab9b8f8ecd9de9168f678d +size 2064 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_SFXSoundMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_SFXSoundMix.uasset new file mode 100644 index 0000000..ea16f3f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SCM_SFXSoundMix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a00284d82782db5f7d38277284bd958c3ef5654067c88ee933025205a84b4df6 +size 2050 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SC_MasterSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SC_MasterSoundClass.uasset new file mode 100644 index 0000000..12e44ff --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SC_MasterSoundClass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f705c4de401d530073766c55169f8cc9b043d9de1e8a7248200ec74d444333c +size 1727 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SFXSoundClass.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SFXSoundClass.uasset new file mode 100644 index 0000000..c0e9814 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/SoundClasses/SFXSoundClass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e7a7e2e0293bfa22cec64c971db72d0c8891f696ffc90113573ab399f9b04e +size 1514 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 52f0b95..7d8932f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f9d836516bea5df6574383981e3c9f79095ffebbd69b706364820355662d2f58 +oid sha256:744fd64f9e6aba45134406e9abbbf6288d0a8de788f43238616c737e051f9423 size 478508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 5059b38..1e3beb7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:488a472f632855a9153ac434fdae229f17e59f06df573f90b7e67827fe65e112 -size 64082 +oid sha256:8eeb4256f432385a34900e80cd988dda1874f64ec59fe22ed55b24ef1d16ca04 +size 71346 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index aa9449b..a17f85f 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:485a4b31b60a9a9af7c391455bd8fc3fb6fb4e7188364538ebcef49740a18109 -size 1711627 +oid sha256:10afdc735299ccddfbe0493e94ca04177e82e546a61c5c980880a24834b4b0a6 +size 1711398 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 8215694..2f6e2a8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:becbab6951dec4c7e2485e23bf67d79c13accf65c87715355b6e842906b70b3d -size 149629 +oid sha256:e225f93637a067c08a4525e0430ea9f176d256f15033aa558429a0afb8ad90d4 +size 143682 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset index 3cf6b0b..a87e375 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7785080fe0d76a956641907ef88bdc86024ae6e03eceea4fbdcf51e9bce148c1 -size 720137 +oid sha256:f914528d3c6aec0f719085431fb40d32e9bead0f11283b7defba64e255ca717c +size 743689 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset index 03da04f..14a8b77 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/InventoryDataTable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d70fbd7aa42a7ad373c22e0d0a899128781cfb636b6da4ac5ef65fa2e94b0339 -size 3541 +oid sha256:9add24d45b563018361e99c09043d392fc50b9210071e8eab7539f1622fefcae +size 4334 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset index cb62768..23d36f0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_LogoIntro.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea9ed728ae60d776643ed10ec5e05a9835504782554fb70161be4e7b568ff16a -size 55066 +oid sha256:e8823e396280d505b8d0234702bc86d9b93d74887761308c1132555bdf5bd231 +size 55064 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset index c4ed1ab..99f3cf9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_MainMenuMusic.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0aef3c1929f68c301816cbdf0f644c12e62420906134285d3dc5d7bcec9d1931 -size 49583 +oid sha256:ebc81705e9a34a76c19d9a8e563fcd404ee735983d9fa15c18e55450fc0afbda +size 49581 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset index 31ced3e..954947f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIClick.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c3b071419c0749bc25af91e284e21e65adc94113995094aa120fe6624ec370f1 -size 57845 +oid sha256:896ca319bd9822360853a389087489aa6eee91b158b82b69a877d03ac095e1c5 +size 57843 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset index 081ae67..be591b0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIConfirm.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1516abde12af29c1c6b4d9a46a84b0621b7948fcce900ac98b9ea96a90e599c -size 58776 +oid sha256:728a8352e5db8b948b3c32c77494ee4573c73c3ee4dc6a10bde0e363b4955755 +size 58774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset index 37f87c9..cd1bf4b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/MS_UIMove.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6ba80fca27fff55f63364a106c6fba95d496e2c6cd27cb07498c777b4e6d473 -size 58755 +oid sha256:fafde9906f6a61e5c5391b9c0780d5cecb109b9add6d9f585a3ac2c7cf6ba0ed +size 58753 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset index aeb4a0e..cd71ca1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/UI_Sound/SW_MainMenuMusic.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:beee301ed9c21abcdc1f11237c44c07d9765529037ca94975e2558cef1d4b440 -size 37199822 +oid sha256:ddc072404ba0f0ec087408bd6300532ed7f640b81ffde0726cf39763839ba071 +size 37199820 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset index aae54a6..93eaf77 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/UI/MainMenu/WB_AudioSettings.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acba767a2010daac4364e0df6cee271537e684f81e2b8015c069c705a1c37298 -size 281602 +oid sha256:ee4669637dc3396d0025b0019ac8f4d00bc6d9730b1581ebfb842bc1b148242a +size 281743 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset index 3b0da13..02631ef 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Recorder/BP_Cassette.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a4bf7c04c4cc959ef75b7fed0762e2319453487d837130a8740020880c80fee0 -size 51650 +oid sha256:f836afaa5c92697ac2f74c8ca548bc48129590baa17a7d0bacf5600df699db8d +size 53529 From cb6a153a71a8a36ce1032f06efb864b23568fae6 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 15 Jul 2025 16:59:07 +0200 Subject: [PATCH 24/25] Misc Cleanup --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- 5 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 37732c6..35e8bf5 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d097101f93909b39c8c11ef7bbb68abc6852f1d4144f4eedbd76829f248f2d4 -size 1416515 +oid sha256:486199fecc90c46e47fda25f9243197e48892e805c0cf0b1e09c66df14c7c187 +size 1051340 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index c5e1e1a..12086bf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e5728f2609b3c3b1e47287eb1f9fb92cd66187a6dd8d4dba777b449a6e0e025 -size 804870 +oid sha256:ee05e6ed431a2a8963e72d1b2090bee588ddbe7e059da2892d38a9e5a09366f0 +size 815326 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index 4dab59f..fcefec6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17995e2c669b4bc93d9d2d86f001e6f5fb89f837e4e9d5fb3de6a521bdc93910 -size 72376 +oid sha256:80b591c680c42e8b563106cdc6a30e7fd1d674236eb321e25ca8323b3f11468b +size 77870 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset new file mode 100644 index 0000000..24a1fe1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/M_SliceGround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:739ad231aa3a091940f616b82382a8f66ecb8ebf911cac382cc55e62aee07e6d +size 12391 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 1e3beb7..6d6db80 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8eeb4256f432385a34900e80cd988dda1874f64ec59fe22ed55b24ef1d16ca04 -size 71346 +oid sha256:1995648f6f3ee6dded048379864cb2c491d1a0ed5d748bd2c07acc0b51a31c5b +size 65646 From a3424ffec73219cdf079780d6f26db4a4e052932 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Sat, 19 Jul 2025 16:41:51 +0200 Subject: [PATCH 25/25] Made Captcha door work, made Clarice Projector work (two AnimGROUPS), Misc updates Maybe i can get rid of Cube collision Rotation on SliceGame --- .../MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset | 4 ++-- .../TestSong/BP_DynamicSliceObjectSpawner.uasset | 4 ++-- .../Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/Map_Stream_MachineRoom.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Misc/Examples/Button/CaptchaButtonComponent.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Characters/Clarice/Animations/AM_MoveProjectorUp.uasset | 3 +++ .../World/Characters/Clarice/Animations/AM_OpenTop.uasset | 3 +++ .../Characters/Clarice/Animations/MoveProjectorUp.uasset | 4 ++-- .../World/Characters/Clarice/Animations/OpenTop.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- .../World/Interactibles/Captchas/BP_BaseCaptcha.uasset | 4 ++-- .../Content/World/Interactibles/Captchas/M_Captcha.uasset | 4 ++-- .../Content/World/Interactibles/Captchas/Untitled-1.uasset | 4 ++-- .../Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset | 4 ++-- 22 files changed, 46 insertions(+), 40 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_MoveProjectorUp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_OpenTop.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset index 35e8bf5..fa51f8a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObject.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:486199fecc90c46e47fda25f9243197e48892e805c0cf0b1e09c66df14c7c187 -size 1051340 +oid sha256:af4ff40b1b73f00bd9ce1153a54801cfb9aa326cffdb46d078cc7937f3d6d153 +size 1070541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset index 12086bf..3550f9f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_DynamicSliceObjectSpawner.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ee05e6ed431a2a8963e72d1b2090bee588ddbe7e059da2892d38a9e5a09366f0 -size 815326 +oid sha256:072d7a39c033df2d9c75a9233871985796b2a1895730ba02c592cc60845e8469 +size 887274 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset index fcefec6..0825e4b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/MIdi_HarmonixPlugin/TestSong/BP_Slicer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:80b591c680c42e8b563106cdc6a30e7fd1d674236eb321e25ca8323b3f11468b -size 77870 +oid sha256:b66661cc8a7c0c4ad270ca1cddfe299b373873beb2781cf7508424ca7bb0f75c +size 76289 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 7d8932f..8d73f10 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:744fd64f9e6aba45134406e9abbbf6288d0a8de788f43238616c737e051f9423 -size 478508 +oid sha256:aea3daf85efca53d76e68341ca542558b7650e6de043b1e183133c21885c8bd1 +size 479497 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index 6edfdbf..744445d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3b66fe408cc6b34d099059b3e7af07793340f93b9d8d8594f3d59ec5a8c58eaa -size 20981 +oid sha256:6744dca0f50209df24a2c085a0af59273245c74d2a8088dac476f6f9abc5b9fc +size 21360 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 6d6db80..0ab2a6f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1995648f6f3ee6dded048379864cb2c491d1a0ed5d748bd2c07acc0b51a31c5b -size 65646 +oid sha256:12f988f7ff31a4e8dc056590bd1abfa259971daeb0419953b0fbce23718cb317 +size 68863 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap index 0db4d8c..d6e50de 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba89907a8cc8252d9aec1ee275601526e452440d91dd2ecb23d20f838c663d8d -size 22144 +oid sha256:a19dd9d1cb3df9d2f8bf3a83cbb8f965eb8da543282da41d68f1b28de46876df +size 24834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index fcf7d97..14e0917 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:98449a5e585ea635e85461c01fab7dcac92719700fe1d53649e25ad87cf8f222 -size 55509 +oid sha256:ba55b9ebf06aa790e938896b4ca527b943cd8c0ce472d5a90b98ba60a228c00a +size 61550 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index a17f85f..e26db63 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:10afdc735299ccddfbe0493e94ca04177e82e546a61c5c980880a24834b4b0a6 -size 1711398 +oid sha256:cdf5fadeb2e3341d6130db67489501327a32a830a6c10b2ae6aab9fa6c6fb4e2 +size 1711865 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 2f6e2a8..3cfa547 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e225f93637a067c08a4525e0430ea9f176d256f15033aa558429a0afb8ad90d4 -size 143682 +oid sha256:9e6e2b4b4e0e91643fe7465a5c1d41c880c0e8c1779f36ac85a490d64bf8b7cc +size 150668 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset index 3ebd06d..978897b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/CaptchaButtonComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af361fae4b8642150f282d8f1869e8bcbad6dc0ba2d3cb18182da2190620f374 -size 36186 +oid sha256:e95d8aa6644892c964e96f3ea093c6fc6e6161f449e46e84416f2d3cf20cdd23 +size 51570 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index b9a2422..3cb5743 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7d687c16686441d96aa44f6f49f5cd76cc268151becba6f5b32c5e25a5ac8bd7 -size 354341 +oid sha256:2cc0d399a2186305212653074e32c1615dcbe75b18eafab415e68fd67e539893 +size 408554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_MoveProjectorUp.uasset new file mode 100644 index 0000000..b978b8e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_MoveProjectorUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7721db5b339e7ee60d59c937de419e59364da5d18959eaaafe9686c588e25d0e +size 9197 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_OpenTop.uasset new file mode 100644 index 0000000..01cbabb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/AM_OpenTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94ffe8f360796fcfa1057c2bc95d9833ba009521e96b2c3d0d78af707c4d0ad +size 9153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset index a44ff05..17ad3f4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ba029fb1ca0d33739444691a79e9b6d46212ba3c611f13f4bc5a7efeab847a5c -size 116479 +oid sha256:52a80921766f3d38d2baa37486bd146d02db771cb14a8486e1cb822db05da34e +size 112635 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset index e2e9f09..984b8a1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b7862f482c530b093265a140028def84bf1c7a507fbb0794266fdcc8b36dc8af -size 117010 +oid sha256:6e8e996a064f4232acd420ca4221182f85581259a604d65cfb68e44d3e2a53e4 +size 113170 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 56a8fac..cc55ff8 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:613dabca4c5311c41c1557d71372d74799053c555792e2b829f0a323c6e3d9b4 -size 442820 +oid sha256:9e0748f4cbba6a2b418f8cbae12e77f6e9618defaf3d3c871650263d95ef2fc8 +size 595786 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset index 69ebc44..79e88a0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f7fa2648f0c996f26aac02eed4f122972d2555671b2ed3becffd294beeda4083 -size 13976 +oid sha256:a8f18899b3c474fdf12181c3624b4ef0da15382a3a45b3957dad47f4e731fe39 +size 14402 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset index 81d1e6f..33cb886 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82179f888d9f208fcc7b7a2e8f9215682435964b9c8cdbb0c0f442e22a8751b0 -size 193707 +oid sha256:c2f52d0246317b7129a9afd96591f1a07fdffbe0c553b6c75893d91d658e2613 +size 237808 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset index 26d3111..e4aaeba 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:886df15472895255aceb343481994ed7081f4048c8b248ce146f274c3266c97a -size 24861 +oid sha256:fcb5c15a27f40897e54192d9cea3adf3391e1404b2b2590e101a750961832723 +size 29136 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset index 8e0411c..961edbf 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/Untitled-1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e29b5c7bf0f9a2ba6d158ca2abf3e1c594080ac3a9f37dd7d9ff8c4d998f0c1d -size 169674 +oid sha256:7dcba5ff6c73f919049b9c4e9303e7c1e5627fa5c10b54239c24832b8df46181 +size 956959 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset index 9b2539f..7a11061 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0767af7f646a2f76672d22b022ab49f1553032b7e65af4044ae2de146ff90c17 -size 66937 +oid sha256:98c1a9242d0ade1ccb91268ea0533c4afced66846773a5b004099636edf951bd +size 107344