From c6e2c203aae1d551de65803b107eeb7b05792a11 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 9 May 2025 14:52:47 +0200 Subject: [PATCH 01/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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/47] 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 From 275fc4f86078e19f0c00a4c0e2e4f782d224fa55 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 26 Aug 2025 15:43:07 +0200 Subject: [PATCH 26/47] Unifying FootIK placement --- .../Content/Core/Functions/CommonFunctions.uasset | 3 +++ .../Content/Maps/MotionControllerMap.umap | 2 +- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/IK_NewIKRig.uasset | 3 +++ .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 4 ++-- 5 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset new file mode 100644 index 0000000..84bdaa3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5652bcbaec0ab0f487e09378f244c644137b479f1694e36714bd97b70cb57b60 +size 180212 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index e26db63..b3a45fd 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:cdf5fadeb2e3341d6130db67489501327a32a830a6c10b2ae6aab9fa6c6fb4e2 +oid sha256:86939f325f7ff2db4967a26c63853ac52ec8ba6fed3f8ed684d3913d5a8475db size 1711865 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 3cb5743..ec6fc28 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:2cc0d399a2186305212653074e32c1615dcbe75b18eafab415e68fd67e539893 -size 408554 +oid sha256:698a1533f9e0c9e37eb0beaf1712150b1bbcad22f3c514cd9290228ad8b6eb50 +size 488727 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset new file mode 100644 index 0000000..4152aa2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d4b230b1b39ef95aa03cf8264b5da22eec160a3af40cd1b8625c53ed13a72e +size 32898 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 0f5b86a..45d7e98 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:180e448b5df5c7302af63776f38bb1090698f458d86455a13c1413b976a808eb -size 608352 +oid sha256:e0ccdade2cd768e49b0009fad64159a46a4e829cfe0a563fc1eb4d68df531d50 +size 624966 From f036c2a1fb87d56bb370570c77defb33bc529f3b Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 2 Sep 2025 15:54:20 +0200 Subject: [PATCH 27/47] Some work on the NitroScan (Level Changing Device) --- .../Content/Core/Functions/CommonFunctions.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/UI/Inventory/BP_VRInventory.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 4 ++-- .../Interactibles/Electrical/NitroScan/BP_NitroScan.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/M_NitroScan.uasset | 3 +++ .../Electrical/NitroScan/M_NitroScan_Screen.uasset | 3 +++ .../World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/M_Scanline.uasset | 3 +++ .../NitroScan/Mesh/DefaultMaterial_baseColor.uasset | 3 +++ .../Electrical/NitroScan/Mesh/DefaultMaterial_emissive.uasset | 3 +++ .../NitroScan/Mesh/DefaultMaterial_metallicRoughness.uasset | 3 +++ .../Electrical/NitroScan/Mesh/DefaultMaterial_normal.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/Mesh/NitroScan.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial1.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_001.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_002.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_003.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_004.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_005.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_006.uasset | 3 +++ .../Electrical/NitroScan/Mesh/defaultMaterial_007.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset | 3 +++ .../Electrical/NitroScan/NitroScan_RenderTarget2D.uasset | 3 +++ 28 files changed, 76 insertions(+), 16 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_baseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_emissive.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_metallicRoughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/NitroScan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_003.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_004.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_005.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_006.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_007.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset index 84bdaa3..8594e7e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5652bcbaec0ab0f487e09378f244c644137b479f1694e36714bd97b70cb57b60 -size 180212 +oid sha256:08c1537a278b179c21ec61fdb0371a4bbf3d2a92684d5b53bee038d378b8b9d2 +size 178316 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 8d73f10..50f172f 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:aea3daf85efca53d76e68341ca542558b7650e6de043b1e183133c21885c8bd1 -size 479497 +oid sha256:b17658b154c525c8f51b71b53c8126f3eb40b0b5bb17eb6f972ac45cd64e9a66 +size 483377 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index b3a45fd..416f288 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:86939f325f7ff2db4967a26c63853ac52ec8ba6fed3f8ed684d3913d5a8475db -size 1711865 +oid sha256:95f9599ed76966a34db23f622ca831a1d5ab78fd8d125ce58d802decdc2d02cc +size 1712790 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 3cfa547..f70fd49 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:9e6e2b4b4e0e91643fe7465a5c1d41c880c0e8c1779f36ac85a490d64bf8b7cc -size 150668 +oid sha256:79ca79046170426abeec81919e9118f92f8631e72b3a3d904f0f416dd2bf3af0 +size 152834 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset index a87e375..a7ecb26 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:f914528d3c6aec0f719085431fb40d32e9bead0f11283b7defba64e255ca717c -size 743689 +oid sha256:2ed0e624b4f3ca0c55e995eac72be2512cdce1be5e0ad99fc0379fde07b099bd +size 733055 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index ec6fc28..1c23b0a 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:698a1533f9e0c9e37eb0beaf1712150b1bbcad22f3c514cd9290228ad8b6eb50 -size 488727 +oid sha256:ff673f4bed03db202bb6f88566128d5e2db61d9a9b56fe7ccb50dd06e7b9fc84 +size 485856 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index cc55ff8..9a9f593 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:9e0748f4cbba6a2b418f8cbae12e77f6e9618defaf3d3c871650263d95ef2fc8 -size 595786 +oid sha256:ab151ce8565de6334515110a6d854c0944807e1396cbdc6b586d09f4b448d696 +size 636925 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 45d7e98..813dd29 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:e0ccdade2cd768e49b0009fad64159a46a4e829cfe0a563fc1eb4d68df531d50 -size 624966 +oid sha256:bf736878cb52d4902aba1bd7d10e0ab9c8bbc79b1fbbd406a79934aeaa08bf0b +size 624698 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset new file mode 100644 index 0000000..67c489c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:681dd7eafe03ae224f2bb84806a65909bae4480d32ca9e3037fca651cceb2923 +size 138593 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan.uasset new file mode 100644 index 0000000..7abc6bf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0132f0d2334a9c3d5ee764d2dd521e20b7aa4fc82dd13dc2cf6ada74826c6485 +size 21926 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset new file mode 100644 index 0000000..0db7190 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d876067794529675dc000c7c152365a08411057c9efb6ddcaaf94768074647e +size 16770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset new file mode 100644 index 0000000..32d4a92 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd25d465fcd7584011c510a24afd70962af450810fa1080dcfba67e08d98482e +size 41643 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset new file mode 100644 index 0000000..b38f8e7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f63231dec0953d5549c43f4b7fe5c9ebf3007daff3d424570210c33e4a3bc0 +size 17392 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_baseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_baseColor.uasset new file mode 100644 index 0000000..21a5513 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_baseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ca441403280ce518cf529ebc947983b660ed89098b3215530f70ab49c45512 +size 3438981 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_emissive.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_emissive.uasset new file mode 100644 index 0000000..97395e5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a491eaf8ca2969d963a5f83bf0365ea28814b6168d27087a9a14d4ae5afa6835 +size 165672 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_metallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_metallicRoughness.uasset new file mode 100644 index 0000000..f27aab5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_metallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3116e8ee42c0431b5ba94a6034d756d9ac7e0a310b5568e7f0b4adcd2f03ec3 +size 5424932 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_normal.uasset new file mode 100644 index 0000000..e1826c3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/DefaultMaterial_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68643ede81ef33be54163e3671063146817c158696902ec6ce82e4030f5ab4ea +size 5799611 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/NitroScan.uasset new file mode 100644 index 0000000..6e33c07 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/NitroScan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa3e04850e3c20e3e2b553146960180f766724c01e0d915efb31cb9abd15d47 +size 56783 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial1.uasset new file mode 100644 index 0000000..0472f4c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c0e0af14e2b57d4a6387e71cde9e0a6112e0ebf2ccd9ce7dade5e9c84eb06e +size 67242 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_001.uasset new file mode 100644 index 0000000..b72d66b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b1b27fba05f864dc160fdbcf12a3644f1f0d3f10eae8a73064de6831a2b409 +size 74455 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_002.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_002.uasset new file mode 100644 index 0000000..a937516 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b626ad9a0566e8a12cfdf2781bc1daa20abc6d249ebff58187f868af709b91c2 +size 72493 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_003.uasset new file mode 100644 index 0000000..7bec0d4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_003.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ea6c56f6f8365ba3f26e8c84a4dde5f61383c164158126226de803c5768f96 +size 71584 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_004.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_004.uasset new file mode 100644 index 0000000..42669fb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_004.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d28e2866460439b10211a8420e31face4f5459e2b8cdcf4dfbc70fa44cbe8c78 +size 69581 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_005.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_005.uasset new file mode 100644 index 0000000..99ab14a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_005.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2caed6311995f1bea2038f725bd806afe6b87ca178ca7708776fb99965813d +size 75863 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_006.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_006.uasset new file mode 100644 index 0000000..261f55d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_006.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60806ea5563feed082c14956ed13ddc2efc77e91045dd12df911e17b691d419 +size 69490 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_007.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_007.uasset new file mode 100644 index 0000000..671ca42 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/Mesh/defaultMaterial_007.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8f2d4e14f2f656656acd0917dfb9d7df9474c8bd4c5eb708898a6b34486a1f +size 268855 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset new file mode 100644 index 0000000..8fc2938 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8162abb15096223b986a8fd59f3228df6aea49062cc4b3f08a5106a4b5aaeb20 +size 325457 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset new file mode 100644 index 0000000..115fa2b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704cc4bdf2f13601d0517eb1f67c3128bde9ff09bb681ea105895d408680dd76 +size 4563 From d29dbbbe458bfaf157cef8c8de4adc757257c55b Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 5 Sep 2025 15:32:59 +0200 Subject: [PATCH 28/47] Update to 5.6, lots of Cleanup --- .gitignore | 14 + VIRTUOS_ExpansionPluginTests/.gitattributes | 2 - VIRTUOS_ExpansionPluginTests/.gitignore | 13 - VIRTUOS_ExpansionPluginTests/.vsconfig | 4 +- .../Config/DefaultEditor.ini | 5 +- .../TestSong/BP_DynamicSliceObject.uasset | 4 +- .../BP_DynamicSliceObjectSpawner.uasset | 4 +- .../Content/Maps/Map_Gameworld.umap | 4 +- .../Content/Maps/Map_Outside_Default.umap | 4 +- .../Content/Maps/Map_Room_Kitchen.umap | 4 +- .../Content/Maps/Map_Stream_MachineRoom.umap | 4 +- .../Content/Maps/Map_Workspace.umap | 4 +- .../Content/Maps/MotionControllerMap.umap | 4 +- .../Content/Maps/SL_FreezeRoom.umap | 4 +- .../Content/VFX/M_Circle.uasset | 3 + .../Content/VFX/M_Rays.uasset | 3 + .../Content/VFX/NPC_VRTemplate.uasset | 3 + .../Content/VFX/NS_MenuPointer.uasset | 3 + .../Content/VFX/NS_PickupTrace.uasset | 3 + .../Content/VFX/NS_Portal.uasset | 3 + .../Content/VFX/NS_ScanLaser.uasset | 3 + .../Content/VFX/NS_TeleportTrace.uasset | 3 + .../VFX/Projector/BP_TestProjector.uasset | 3 + .../Content/VFX/Projector/MI_Projector.uasset | 3 + .../Content/VFX/Projector/MI_SliceTest.uasset | 3 + .../VFX/Projector/MPC_Projector.uasset | 3 + .../Content/VFX/Projector/M_Projector.uasset | 3 + .../Content/VFX/Projector/M_Rays.uasset | 3 + .../Content/VFX/Projector/M_Rays_Inst.uasset | 3 + .../NewMolecule_002_Bake1_PBR_Diffuse.uasset | 3 + .../Content/VFX/Projector/Nitrate.uasset | 3 + .../Content/VFX/Projector/Nitrate_LP.uasset | 3 + .../Core/Character/BP_Trace_Controller.uasset | 4 +- .../VRE/Core/Character/BP_VRCharacter.uasset | 4 +- .../VRE/Core/Character/FPS_VRCharacter.uasset | 4 +- .../Grippables/Weapons/Melee/MeleeBase.uasset | 4 +- .../Input/Actions/AlternateGripLeft.uasset | 3 - .../Input/Actions/AlternateGripRight.uasset | 3 - .../Actions/ControllerMovementLeft.uasset | 3 - .../Actions/ControllerMovementRight.uasset | 3 - .../VRE/Input/Actions/FPSActions/Jump.uasset | 3 - .../Input/Actions/FPSActions/LookUp.uasset | 3 - .../Actions/FPSActions/MoveForward.uasset | 3 - .../Input/Actions/FPSActions/MoveRight.uasset | 3 - .../VRE/Input/Actions/FPSActions/Turn.uasset | 3 - .../VRE/Input/Actions/LaserBeamLeft.uasset | 3 - .../VRE/Input/Actions/LaserBeamRight.uasset | 3 - .../MotionControllerThumbLeft_X.uasset | 3 - .../MotionControllerThumbLeft_Y.uasset | 3 - .../MotionControllerThumbRight_X.uasset | 3 - .../MotionControllerThumbRight_Y.uasset | 3 - .../VRE/Input/Actions/PauseGame.uasset | 3 - .../VRE/Input/Actions/PrimaryGripLeft.uasset | 3 - .../VRE/Input/Actions/PrimaryGripRight.uasset | 3 - .../VRE/Input/Actions/SpawnInventory.uasset | 3 - .../VRE/Input/Actions/TeleportLeft.uasset | 3 - .../VRE/Input/Actions/TeleportRight.uasset | 3 - .../Input/Actions/UseHeldObjectLeft.uasset | 3 - .../Input/Actions/UseHeldObjectRight.uasset | 3 - .../Content/VRE/Input/FPSInputConfig.uasset | 3 - .../Content/VRE/Input/FPSInputContext.uasset | 3 - .../Content/VRE/Input/VREInputConfig.uasset | 3 - .../VRE/Input/VREInputMappingContext.uasset | 3 - .../Car/VehicleBP/Sedan/BP_Tractor.uasset | 4 +- .../Level/Car/VehicleBP/Sedan/Sedan.uasset | 4 +- .../Core/Character/BP_VRCharacter2.uasset | 4 +- .../VRE/VRE2/Input/Actions/PauseGame.uasset | 3 + .../VRE2/Input/Actions/SpawnInventory.uasset | 3 + .../VRE/VRE2/Input/FPSActions/Jump.uasset | 3 + .../VRE/VRE2/Input/FPSActions/LookUp.uasset | 3 + .../VRE2/Input/FPSActions/MoveForward.uasset | 3 + .../VRE2/Input/FPSActions/MoveRight.uasset | 3 + .../VRE/VRE2/Input/FPSActions/Turn.uasset | 3 + .../VRE/VRE2/Input/FPSInputConfig.uasset | 3 + .../VRE/VRE2/Input/FPSInputContext.uasset | 3 + .../VRE/VRE2/Input/VREInputConfig.uasset | 3 + .../VRE2/Input/VREInputMappingContext.uasset | 3 + .../VRE/VRTemplate/VFX/NPC_VRTemplate.uasset | 3 - .../VRE/VRTemplate/VFX/NS_MenuPointer.uasset | 3 - .../VRE/VRTemplate/VFX/NS_PickupTrace.uasset | 3 - .../VRTemplate/VFX/NS_TeleportTrace.uasset | 3 - .../Characters/Clarice/BP_Clarice.uasset | 4 +- .../Electrical/NitroScan/BP_NitroScan.uasset | 4 +- .../Electrical/NitroScan/M_Scanline.uasset | 4 +- .../NitroScan/M_Scanline_Inst.uasset | 3 + .../Electrical/NitroScan/NS_ScanLaser.uasset | 4 +- .../Letters/Letter_1/Letter_01_1_of_1.uasset | 4 +- .../Materials/PostProcess/M_PP_Hide.uasset | 3 + .../StoneTiles/Test_WS_Parallax_Fllor.uasset | 4 +- .../World/Static/Lights/BP_Light.uasset | 4 +- .../Static/Splines/Pipes/Half-X-Pipe.uasset | 4 +- .../World/Static/Splines/Pipes/M_Pipe.uasset | 4 +- .../World/Static/Splines/Pipes/M_Pipe1.uasset | 3 - .../Static/Splines/Pipes/M_Pipe1_Inst.uasset | 3 - .../Static/Splines/Pipes/M_Pipe_Inst.uasset | 4 +- .../Static/Splines/Pipes/M_Pipe_Inst1.uasset | 3 - .../Static/Splines/Pipes/M_Pipe_Inst2.uasset | 3 + .../Splines/Pipes/M_Pipe_Inst_UVBox.uasset | 3 + .../Pipes/Pipe004_4K-JPG_NormalDX.uasset | 3 + .../SM_Freezing_Chamber_Grating.uasset | 4 +- .../Stairs/Gratings/SM_Grating2_Square.uasset | 4 +- .../Stairs/Gratings/SM_Grating_Large.uasset | 3 + .../World/Static/Walls/BP_Floor.uasset | 4 +- .../VFX/Projector/BP_TestProjector.uasset | 3 - .../World/VFX/Projector/MI_Projector.uasset | 3 - .../World/VFX/Projector/MI_SliceTest.uasset | 3 - .../World/VFX/Projector/MPC_Projector.uasset | 3 - .../World/VFX/Projector/M_Projector.uasset | 3 - .../VFX/Projector/M_Projector_Inst.uasset | 3 - .../Content/World/VFX/Projector/M_Rays.uasset | 3 - .../World/VFX/Projector/M_Rays_Inst.uasset | 3 - .../NewMolecule_002_Bake1_PBR_Diffuse.uasset | 3 - .../World/VFX/Projector/Nitrate.uasset | 3 - .../World/VFX/Projector/Nitrate_LP.uasset | 3 - VIRTUOS_ExpansionPluginTests/LICENSE.txt | 19 - .../OpenXRExpansionPlugin.Build.cs | 4 + .../Private/CharacterMovementCompTypes.cpp | 5 + .../Private/GripMotionControllerComponent.cpp | 97 +-- .../GrippablePhysicsReplication.cpp | 642 +++++++++++++----- .../Grippables/GrippableStaticMeshActor.cpp | 4 +- .../Grippables/HandSocketComponent.cpp | 21 +- .../Misc/OptionalRepSkeletalMeshActor.cpp | 1 + .../Private/Misc/VRAIPerceptionOverrides.cpp | 6 +- .../Private/Misc/VRGameViewportClient.cpp | 14 +- .../Private/Misc/VRRenderTargetManager.cpp | 2 +- .../Private/ReplicatedVRCameraComponent.cpp | 10 +- .../Private/VRBaseCharacter.cpp | 2 +- .../VRBaseCharacterMovementComponent.cpp | 22 +- .../Private/VRCharacterMovementComponent.cpp | 28 +- .../Private/VRGestureComponent.cpp | 2 +- .../Private/VRPathFollowingComponent.cpp | 2 +- .../Private/VRRootComponent.cpp | 11 +- .../Private/VRStereoWidgetComponent.cpp | 27 +- .../Grippables/GrippablePhysicsReplication.h | 19 +- .../Public/Misc/VRGameViewportClient.h | 2 +- .../Public/Misc/VRVehiclePawn.h | 6 +- .../Public/Misc/VRWheeledVehicle.h | 6 +- .../Public/VRStereoWidgetComponent.h | 3 + .../VRExpansionPlugin.Build.cs | 3 + VIRTUOS_ExpansionPluginTests/README.md | 10 - .../VRExpPluginExample.uproject | 2 +- 141 files changed, 859 insertions(+), 505 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/.gitattributes delete mode 100644 VIRTUOS_ExpansionPluginTests/.gitignore create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NPC_VRTemplate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NS_MenuPointer.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NS_PickupTrace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NS_ScanLaser.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/NS_TeleportTrace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_Projector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_SliceTest.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate_LP.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Jump.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/LookUp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveForward.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Turn.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_X.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_Y.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_X.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_Y.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PauseGame.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/SpawnInventory.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectLeft.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectRight.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputConfig.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputContext.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputConfig.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PauseGame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/SpawnInventory.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Jump.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/LookUp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveForward.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveRight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Turn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputConfig.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputContext.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputConfig.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputMappingContext.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Hide.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_NormalDX.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays_Inst.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/LICENSE.txt delete mode 100644 VIRTUOS_ExpansionPluginTests/README.md diff --git a/.gitignore b/.gitignore index 2da3c79..8dfa010 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,17 @@ DerivedDataCache/* # Custom *.rpp-bak *.blend1 + +# Paths +.hg/ +binaries/ +deriveddatacache/ +.vs/ +build/ +intermediate/ +PACKPLUGIN/ +COMPPLUGIN/ +saved/ +*.orig +*.sln +*.xlsx \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/.gitattributes b/VIRTUOS_ExpansionPluginTests/.gitattributes deleted file mode 100644 index 3373152..0000000 --- a/VIRTUOS_ExpansionPluginTests/.gitattributes +++ /dev/null @@ -1,2 +0,0 @@ -* text=auto -*.bat eol=crlf \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/.gitignore b/VIRTUOS_ExpansionPluginTests/.gitignore deleted file mode 100644 index c66e5a0..0000000 --- a/VIRTUOS_ExpansionPluginTests/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ - -.hg/ -binaries/ -deriveddatacache/ -.vs/ -build/ -intermediate/ -PACKPLUGIN/ -COMPPLUGIN/ -saved/ -*.orig -*.sln -*.xlsx diff --git a/VIRTUOS_ExpansionPluginTests/.vsconfig b/VIRTUOS_ExpansionPluginTests/.vsconfig index b3c233d..3b919ea 100644 --- a/VIRTUOS_ExpansionPluginTests/.vsconfig +++ b/VIRTUOS_ExpansionPluginTests/.vsconfig @@ -1,10 +1,12 @@ { "version": "1.0", "components": [ + "Component.Unreal.Debugger", + "Component.Unreal.Ide", "Microsoft.Net.Component.4.6.2.TargetingPack", - "Microsoft.VisualStudio.Component.Unreal.Workspace", "Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL", "Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64", + "Microsoft.VisualStudio.Component.VC.Llvm.Clang", "Microsoft.VisualStudio.Component.VC.Tools.x86.x64", "Microsoft.VisualStudio.Component.Windows11SDK.22621", "Microsoft.VisualStudio.Workload.CoreEditor", diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini index 4f9fc16..05b130e 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEditor.ini @@ -7,8 +7,9 @@ +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=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) ++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_LocalExposureHighlightThresholdStrength=False,bOverride_LocalExposureShadowThresholdStrength=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_DepthOfFieldPetzvalBokeh=False,bOverride_DepthOfFieldPetzvalBokehFalloff=False,bOverride_DepthOfFieldPetzvalExclusionBoxExtents=False,bOverride_DepthOfFieldPetzvalExclusionBoxRadius=False,bOverride_DepthOfFieldAspectRatioScalar=False,bOverride_DepthOfFieldMatteBoxFlags=False,bOverride_DepthOfFieldBarrelRadius=False,bOverride_DepthOfFieldBarrelLength=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_RayTracingTranslucencyMaxPrimaryHitEvents=False,bOverride_RayTracingTranslucencyMaxSecondaryHitEvents=False,bOverride_RayTracingTranslucencyUseRayTracedRefraction=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_LumenSkylightLeakingTint=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,LumenSkylightLeakingTint=(R=1.000000,G=1.000000,B=1.000000,A=1.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,LocalExposureHighlightThresholdStrength=1.000000,LocalExposureShadowThresholdStrength=1.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,DepthOfFieldPetzvalBokeh=0.000000,DepthOfFieldPetzvalBokehFalloff=1.000000,DepthOfFieldPetzvalExclusionBoxExtents=(X=0.000000,Y=0.000000),DepthOfFieldPetzvalExclusionBoxRadius=0.000000,DepthOfFieldAspectRatioScalar=1.000000,DepthOfFieldBarrelRadius=5.000000,DepthOfFieldBarrelLength=0.000000,DepthOfFieldMatteBoxFlags[0]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[1]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[2]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),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,RayTracingTranslucencyMaxPrimaryHitEvents=4,RayTracingTranslucencyMaxSecondaryHitEvents=2,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,RayTracingTranslucencyUseRayTracedRefraction=False,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_LocalExposureHighlightThresholdStrength=False,bOverride_LocalExposureShadowThresholdStrength=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_DepthOfFieldPetzvalBokeh=False,bOverride_DepthOfFieldPetzvalBokehFalloff=False,bOverride_DepthOfFieldPetzvalExclusionBoxExtents=False,bOverride_DepthOfFieldPetzvalExclusionBoxRadius=False,bOverride_DepthOfFieldAspectRatioScalar=False,bOverride_DepthOfFieldMatteBoxFlags=False,bOverride_DepthOfFieldBarrelRadius=False,bOverride_DepthOfFieldBarrelLength=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_RayTracingTranslucencyMaxPrimaryHitEvents=False,bOverride_RayTracingTranslucencyMaxSecondaryHitEvents=False,bOverride_RayTracingTranslucencyUseRayTracedRefraction=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_LumenSkylightLeakingTint=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,LumenSkylightLeakingTint=(R=1.000000,G=1.000000,B=1.000000,A=1.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,LocalExposureHighlightThresholdStrength=1.000000,LocalExposureShadowThresholdStrength=1.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,DepthOfFieldPetzvalBokeh=0.000000,DepthOfFieldPetzvalBokehFalloff=1.000000,DepthOfFieldPetzvalExclusionBoxExtents=(X=0.000000,Y=0.000000),DepthOfFieldPetzvalExclusionBoxRadius=0.000000,DepthOfFieldAspectRatioScalar=1.000000,DepthOfFieldBarrelRadius=5.000000,DepthOfFieldBarrelLength=0.000000,DepthOfFieldMatteBoxFlags[0]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[1]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[2]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),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,RayTracingTranslucencyMaxPrimaryHitEvents=4,RayTracingTranslucencyMaxSecondaryHitEvents=2,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,RayTracingTranslucencyUseRayTracedRefraction=False,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) ++Profiles=(ProfileName="Grey Ambient",bSharedProfile=True,bIsEngineDefaultProfile=True,bUseSkyLighting=True,DirectionalLightIntensity=4.000000,DirectionalLightColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),SkyLightIntensity=2.000000,bRotateLightingRig=False,bShowEnvironment=True,bShowFloor=True,bShowGrid=True,EnvironmentColor=(R=0.200000,G=0.200000,B=0.200000,A=1.000000),EnvironmentIntensity=1.000000,EnvironmentCubeMapPath="/Engine/EditorMaterials/AssetViewer/T_GreyAmbient",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_LocalExposureHighlightThresholdStrength=False,bOverride_LocalExposureShadowThresholdStrength=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_DepthOfFieldPetzvalBokeh=False,bOverride_DepthOfFieldPetzvalBokehFalloff=False,bOverride_DepthOfFieldPetzvalExclusionBoxExtents=False,bOverride_DepthOfFieldPetzvalExclusionBoxRadius=False,bOverride_DepthOfFieldAspectRatioScalar=False,bOverride_DepthOfFieldMatteBoxFlags=False,bOverride_DepthOfFieldBarrelRadius=False,bOverride_DepthOfFieldBarrelLength=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_RayTracingTranslucencyMaxPrimaryHitEvents=False,bOverride_RayTracingTranslucencyMaxSecondaryHitEvents=False,bOverride_RayTracingTranslucencyUseRayTracedRefraction=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_LumenSkylightLeakingTint=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,LumenSkylightLeakingTint=(R=1.000000,G=1.000000,B=1.000000,A=1.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,LocalExposureHighlightThresholdStrength=1.000000,LocalExposureShadowThresholdStrength=1.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,DepthOfFieldPetzvalBokeh=0.000000,DepthOfFieldPetzvalBokehFalloff=1.000000,DepthOfFieldPetzvalExclusionBoxExtents=(X=0.000000,Y=0.000000),DepthOfFieldPetzvalExclusionBoxRadius=0.000000,DepthOfFieldAspectRatioScalar=1.000000,DepthOfFieldBarrelRadius=5.000000,DepthOfFieldBarrelLength=0.000000,DepthOfFieldMatteBoxFlags[0]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[1]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),DepthOfFieldMatteBoxFlags[2]=(Pitch=0.000000,Roll=0.000000,Length=0.000000),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,RayTracingTranslucencyMaxPrimaryHitEvents=4,RayTracingTranslucencyMaxSecondaryHitEvents=2,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,RayTracingTranslucencyUseRayTracedRefraction=False,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=False) [/Script/UnrealEd.EditorPerformanceProjectSettings] MobileScreenPercentageMode=BasedOnDisplayResolution 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 fa51f8a..84ad2f9 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:af4ff40b1b73f00bd9ce1153a54801cfb9aa326cffdb46d078cc7937f3d6d153 -size 1070541 +oid sha256:6f638016a9279817b9e5098648ca6a0278a3854a6fc39d796c35035db9e7a654 +size 1063543 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 3550f9f..a9b1a2c 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:072d7a39c033df2d9c75a9233871985796b2a1895730ba02c592cc60845e8469 -size 887274 +oid sha256:bc7f325c68df2b61c908840d5e5d68205ba5b0b991352969273d81aebf4d3834 +size 872593 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 50f172f..0afa04f 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:b17658b154c525c8f51b71b53c8126f3eb40b0b5bb17eb6f972ac45cd64e9a66 -size 483377 +oid sha256:384478091075a5b329330487013e8359df47d1c9e7878040ef3693285b87466a +size 503313 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index 744445d..f7100f4 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:6744dca0f50209df24a2c085a0af59273245c74d2a8088dac476f6f9abc5b9fc -size 21360 +oid sha256:4598073efbde5f5e4273e1d0d33cbbd33ce80a28c488504243bb394cc47d0afd +size 31928 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index 3aaaf99..ca88dd2 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:3f40364a19f7c2df8e7cba1a2b93ad74f563f93a2375d13c9a6556df5458caf3 -size 148750 +oid sha256:0f34273db9016b454f4d0253f56624cff6f6569a6c542df1773c757e6a04c135 +size 146001 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap index d6e50de..730a910 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:a19dd9d1cb3df9d2f8bf3a83cbb8f965eb8da543282da41d68f1b28de46876df -size 24834 +oid sha256:945fabad519394f1b1b99449dec3be422cecb67fc8ccbc6d359b8cbfbd10c2fc +size 27574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index 14e0917..700d642 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:ba55b9ebf06aa790e938896b4ca527b943cd8c0ce472d5a90b98ba60a228c00a -size 61550 +oid sha256:07dc6e4952fe736076cd329bec22a2eec02fb350c73a725a270ca82f8060325e +size 59640 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 416f288..6e8a05c 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:95f9599ed76966a34db23f622ca831a1d5ab78fd8d125ce58d802decdc2d02cc -size 1712790 +oid sha256:6f8bcd7b69a776fe9c55fe59cba0c440ba30a9b332e5a393f9d6d8e1beedb290 +size 1727775 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index f70fd49..96ef3ca 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:79ca79046170426abeec81919e9118f92f8631e72b3a3d904f0f416dd2bf3af0 -size 152834 +oid sha256:ba4676536b31d9bbfafc1d1f458c1b90ad0e9c7ecbbf672bdd94d156ca4c9516 +size 157883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset new file mode 100644 index 0000000..5cbc585 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a076a6f4f7bce4bb8310a29cd0cf921f277fbb20865fb6d6d360c33d7ab3329 +size 23762 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset new file mode 100644 index 0000000..bb5ab16 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e06c9ff74bb112414b09eee960997bed19e1e28b6686b28fc9380f8658e129 +size 28984 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NPC_VRTemplate.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NPC_VRTemplate.uasset new file mode 100644 index 0000000..1f328cc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NPC_VRTemplate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404fb25177f36a3d99b74588831b64371c7c96d5cb2f424a7ddf65c40e9ed346 +size 2736 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_MenuPointer.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_MenuPointer.uasset new file mode 100644 index 0000000..846e9b1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_MenuPointer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc052684268e4399ee0ef2c839a32c24230aac5439a69f35d08624775834726f +size 341531 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_PickupTrace.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_PickupTrace.uasset new file mode 100644 index 0000000..60cd929 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_PickupTrace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c735274e73d0ac856b7865e0ecbd4e7fe3d0537542a913e366bffb34678349d4 +size 337936 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset new file mode 100644 index 0000000..b73806a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904383cda47b9fc0c73b2ec872ffceb4dad8eb8fa252881b877c1e2e0c9fb1d7 +size 1192957 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_ScanLaser.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_ScanLaser.uasset new file mode 100644 index 0000000..5130b81 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_ScanLaser.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b81f183f46579c81c55985bb00b837fb501ad9bb74dac995e514c4821dd509 +size 317038 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_TeleportTrace.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_TeleportTrace.uasset new file mode 100644 index 0000000..2629ee1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_TeleportTrace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb649507bda0f4ab145259b2cfc6eba3c83cd951cbfb4d8df97555ec12e0172 +size 342384 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset new file mode 100644 index 0000000..aea8609 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/BP_TestProjector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8fd47de9b5d5fc6e941bc1da191bf171c5410496e2f9fb08b4b6f8bbeec8a9 +size 47579 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_Projector.uasset new file mode 100644 index 0000000..d410380 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_Projector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80305cdbf977dc2fdefd39062cbe84113670b2eef3b15bcb239b2d52d400124 +size 22595 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_SliceTest.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_SliceTest.uasset new file mode 100644 index 0000000..20feab2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MI_SliceTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac92c72ad8ca07aff256b4d2b76617bf8aafadea26af482a0861e841e1b8a676 +size 10581 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset new file mode 100644 index 0000000..1d22a76 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/MPC_Projector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff89ffca9a9ff569d7b6c3686e20e5da9f58c20b9ae5262d59172892d8532ba2 +size 1645 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset new file mode 100644 index 0000000..1a80116 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Projector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdbdb863b110e9f4cef12d86cfc8a0d7e88b646513cf9a9497c99683af3e8d40 +size 33893 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset new file mode 100644 index 0000000..cf30dd7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405ff410436b51e89db03924ca5d8d6a3c84d5fc086f0efd7591dcc9f6171cbe +size 35527 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset new file mode 100644 index 0000000..1e155a7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/M_Rays_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2785de8afd983d35b389c805ee5313133844e814d224eb26fdbfc4ae9d00377b +size 10415 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..272a111 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f06531f6ca332ede086e4b83df959c861039ab39d0cb9544701df0c14fdbff3 +size 73007 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset new file mode 100644 index 0000000..ee14a3f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe469eef080a5d0d0b3bdffa9877acd21b67261ce41e29011c8489563455e7a8 +size 209486 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate_LP.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate_LP.uasset new file mode 100644 index 0000000..b891675 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Projector/Nitrate_LP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3598da567d105333e605dfe745a5d315d7ad385400bb60d7b6bf7dc97e95ac6 +size 117344 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 7d83565..dbadc83 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:cbafb5faa68113b675749f5196205db90f8c15214467252a94cb32a5909bf6f8 -size 1828649 +oid sha256:3610b11675c479bd6d61f635a4c82177aa8cffaabaa1142f335830b7024d7ee0 +size 1813474 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset index 08bb30a..29ac028 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/BP_VRCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acf183c2b61ad51503f1963e934e850b845e78906014de4bd8df31a901291f11 -size 5732534 +oid sha256:77bad1e3aba29c3d47726b9318f4feb8fefc35908257032b91231216e460ac60 +size 5744225 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset index 45b78ea..4a26f5c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Core/Character/FPS_VRCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21316496b3c5cc7393791ed1c89a1ad63f403ad273158d738995c0efffa1171a -size 313254 +oid sha256:301e151d74612eea67f88102c34a7634bf1e56fb345d58982741d17496bc604b +size 317084 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Melee/MeleeBase.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Melee/MeleeBase.uasset index 5af74b9..a40177f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Melee/MeleeBase.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Melee/MeleeBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:99ceda2df79e042ac060b8017faefaba0db88400e8148036cd03eba143798aca -size 628697 +oid sha256:6ddd81a705d58f32fcfe09bafe8ceab281940ee27faa88afee4241d04d7c263d +size 616408 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripLeft.uasset deleted file mode 100644 index a3ecb0f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e838ac7a16a9abfbff653a00a2b541db9d5039649b8962d867bd271f673354b -size 1733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripRight.uasset deleted file mode 100644 index 4a50b4b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/AlternateGripRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b709af759ede67d0f1be1236ea9d32414abd47c8aecdf0af30d81518712544e5 -size 1742 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementLeft.uasset deleted file mode 100644 index 7434073..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:efb29e43077a95e58dc4701bac014adaeaa5a6aa59bbfbe67558023152a4b08a -size 1925 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementRight.uasset deleted file mode 100644 index 6cc857a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/ControllerMovementRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47cbe9c2325bfce551802aece2a33050ab71b31ad010a0a4c03fed01ebf4403e -size 1934 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Jump.uasset deleted file mode 100644 index de27f0f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Jump.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a1a5b728c4a1fb21be95307d7ce48439155eae8ff6b791f877d3309b8a62b29 -size 1645 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/LookUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/LookUp.uasset deleted file mode 100644 index dc3e867..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/LookUp.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3be15eb111e1907782872e423d45b0b6f441e710d0c144b4fdfbb0b380d1e8ec -size 1810 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveForward.uasset deleted file mode 100644 index 3e3270d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveForward.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2c52c5253dfbb4a1ff7ba50eb675b199b0999f5b704c34a6a4440114763e2426 -size 1857 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveRight.uasset deleted file mode 100644 index d44788b..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/MoveRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd6d29db7763b629a4e8588db43f677b0cae53855cee720530d918b0339556df -size 1837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Turn.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Turn.uasset deleted file mode 100644 index 0a7106f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/FPSActions/Turn.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cef6554d211f2da6161b97663aeb2369c648f9ede8db34c919575257c025baf -size 1792 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamLeft.uasset deleted file mode 100644 index 65cb30a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9197c15df99db7cf86c31af6b948278ddc6d228ed314aa15b97acb41d9009273 -size 1697 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamRight.uasset deleted file mode 100644 index 3435283..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/LaserBeamRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4eb9f86043920401304778a1247f7ccf600cfe2b62c8e78d4b5921d7575b5bf2 -size 1706 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_X.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_X.uasset deleted file mode 100644 index 76bfaff..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_X.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f9514284ca54c4019335be42544a9c29de3e2ea179616f932b575a8ae927b0fd -size 1972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_Y.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_Y.uasset deleted file mode 100644 index 65f005c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbLeft_Y.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4dc37821f7f0f5f745b527f6eb5ef09846a144a745ec9e970e4a54fe35a352c8 -size 1972 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_X.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_X.uasset deleted file mode 100644 index 7eb201d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_X.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c809975f9f3d5b164dd94b1c5a13359035a3aa55a1201d28ef694eb8dcca694b -size 1981 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_Y.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_Y.uasset deleted file mode 100644 index 4fb4d3f..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/MotionControllerThumbRight_Y.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08334d0a62c0064bcbe385e62e42f18fd5394b8de87935dbf191c09b37d0703e -size 1981 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PauseGame.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PauseGame.uasset deleted file mode 100644 index db5c331..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PauseGame.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8636197a7281ca1371cd485ba11273f9fd6b3affcd9931aab6debcd67c3af60 -size 1877 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripLeft.uasset deleted file mode 100644 index 0a2ad1a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2118297fb54c03b90d3f600dc2359ae504078a606720a5b02a4504cff322153a -size 1725 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripRight.uasset deleted file mode 100644 index f78e572..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/PrimaryGripRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45c451a28c509a1f29e80ee9d05df72e40267f376734866cd4c60f6a80ee0e8f -size 1734 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/SpawnInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/SpawnInventory.uasset deleted file mode 100644 index 440cefc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/SpawnInventory.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2097926eb2b821610c7727aba6deb91ecc9b72b4a0fcb9a6e1d809e0ccf87d09 -size 1786 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportLeft.uasset deleted file mode 100644 index 9177e19..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a5639edfcc13491b91cc89d033361dbb8b92776c278a871d13ae51837ae9c82 -size 1686 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportRight.uasset deleted file mode 100644 index 054131e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/TeleportRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bca00b14c3c592ae8c8f97963794904c5718f02c62e59161e845b35305c62547 -size 1695 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectLeft.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectLeft.uasset deleted file mode 100644 index c55059d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectLeft.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de78a3a8cf9cb1ccd1f1a67814856637922e53c76dab8e5675f3f044d985d21d -size 1729 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectRight.uasset deleted file mode 100644 index f93d245..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/Actions/UseHeldObjectRight.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8fb7e74eb8d0e577d5dd293a3e23bc7d850f43938a0f97ac16c8ba4cdd751863 -size 1738 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputConfig.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputConfig.uasset deleted file mode 100644 index 7320fc5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputConfig.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a3dbd80f436cfb88b32ad754672a97aeb7831d9b27f0afd118dbb2e76a902f4 -size 2238 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputContext.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputContext.uasset deleted file mode 100644 index 97f2e4a..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/FPSInputContext.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d736f494febc8d56fbc8752af45f9f260547664bbe483db52c40e6960dc817b -size 11478 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputConfig.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputConfig.uasset deleted file mode 100644 index e57a916..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputConfig.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a93b6b73d5169be5db2c22c81bda929bb9a40900382197dac7f10f15ab59b694 -size 2252 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset deleted file mode 100644 index 9cedcbc..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Input/VREInputMappingContext.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:87fb0c12b62e3a87846800e80361fd77beb08f18b0f8f96b53a85accf2e19305 -size 60735 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/BP_Tractor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/BP_Tractor.uasset index ef841fc..91b29c7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/BP_Tractor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/BP_Tractor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3f3ebaf0ea71d5bee576b39db712c1f44ec1b67753a3dde57404ff2288a4a7f0 -size 873996 +oid sha256:a1174311515a6635c06662e979445aa91707cbb6137db6bb0a8b6a7bd3152446 +size 883099 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/Sedan.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/Sedan.uasset index ba6e423..2c9b607 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/Sedan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Level/Car/VehicleBP/Sedan/Sedan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31cd147bfee3f6d24d955f47c929c4c30460f34533ef2858d138dd495a08055b -size 900694 +oid sha256:ba21dda7eca96dc231774e9c4be0fc2d905d0d9f63df9bd5bd6d234c735efb5a +size 894164 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 858b194..c52f5fc 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:27a142f1ae7bd6c95bea7e4584b059027a4fae8adc62140f58a9fd10f2013ffb -size 5645466 +oid sha256:fee489752e85dd854d3b28b041173e3309d34c4aeefe74c0f24f666b8718ced6 +size 5656675 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PauseGame.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PauseGame.uasset new file mode 100644 index 0000000..11846e4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/PauseGame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f973fe80234915441ffe2fc7347e963500822f691c0a650c2f0fb1757f7acf +size 1665 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/SpawnInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/SpawnInventory.uasset new file mode 100644 index 0000000..4bc35e9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/Actions/SpawnInventory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5099e61259dd696ce5c0f7d433fd4b3975cbfcf77570088e0f21f270fb53f4be +size 1574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Jump.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Jump.uasset new file mode 100644 index 0000000..12a7efd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8664fa6b1f50d523a3d1832c1bac749ae08b60915d0e8a0fc15bc3d4b0e83cd0 +size 1452 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/LookUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/LookUp.uasset new file mode 100644 index 0000000..434a740 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/LookUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584bd0e0c66a57365cfb881aa3cef0f2309a618501d43a70f7f3e21078289e09 +size 1666 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveForward.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveForward.uasset new file mode 100644 index 0000000..ece8d08 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cef3b773f852276d4f335c37dedf15c9fdeee758017b7ae17864562a62a3d83 +size 1713 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveRight.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveRight.uasset new file mode 100644 index 0000000..ad6f6de --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/MoveRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06421d1572be6bea6b50d44ee592adee4b203108f3e8991af7567cde6a434c92 +size 1693 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Turn.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Turn.uasset new file mode 100644 index 0000000..bf250a7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSActions/Turn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbd1e102e7d778eca59a3d474d39e34d95783ad3deb6d838947f685b3d2c1a7 +size 1648 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputConfig.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputConfig.uasset new file mode 100644 index 0000000..4e377cc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputConfig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ebb2c98a1802f646a092757c934926c284f9ce70f0b1614e529fd47f9b8530 +size 2078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputContext.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputContext.uasset new file mode 100644 index 0000000..2813664 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/FPSInputContext.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d109e716664965d2511fadbf52653990b3a30ed0f0a22c058a9fd69915fefc0 +size 9269 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputConfig.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputConfig.uasset new file mode 100644 index 0000000..96aec9a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputConfig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e593df7f54e7080cf08715d9c9303f26bd45d34a591b0e4b0653292a87f18dad +size 2092 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputMappingContext.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputMappingContext.uasset new file mode 100644 index 0000000..2d753a4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Input/VREInputMappingContext.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34a5e7ee3a2530417b75636531ab541e6ee686c1531ea561a12176219ac7cde +size 29861 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset deleted file mode 100644 index 5b342b0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NPC_VRTemplate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:add4f9d9477ab268973f4e4d665f7cb67fe6115e3cd3e81c37b0782914d7dd65 -size 2952 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset deleted file mode 100644 index 80c2ef1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_MenuPointer.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca5f9682f145f0d01b5c2f7ffe026e70ed8b490ef4e6e1b3a4e80d58fb16ceb6 -size 354985 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset deleted file mode 100644 index af5b63c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_PickupTrace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52bc6ec638f68cdeee8e33ba68c62c713a887b5aa8c1fe85e63cc076b0ce1096 -size 351393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset deleted file mode 100644 index 94bef93..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRTemplate/VFX/NS_TeleportTrace.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99687995c0ce0a5e62792468e7f69fb5a2110575dc554c4058e1b83e8ed6d793 -size 355837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index 9a9f593..b972e2d 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:ab151ce8565de6334515110a6d854c0944807e1396cbdc6b586d09f4b448d696 -size 636925 +oid sha256:6128a17e9f3692bd66a879da38e764ed6fc18522f3cc0e56ae8240984152248b +size 630413 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset index 67c489c..ef28609 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:681dd7eafe03ae224f2bb84806a65909bae4480d32ca9e3037fca651cceb2923 -size 138593 +oid sha256:f04a6a8954608e134988239b59b61817fee66ee21d075038ed1df1cfcc0c72b9 +size 197127 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset index b38f8e7..e9b718e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:00f63231dec0953d5549c43f4b7fe5c9ebf3007daff3d424570210c33e4a3bc0 -size 17392 +oid sha256:6ba5344a841afad2eedb7d23d8e8686603d7865b40e6e615db857b9e157e5273 +size 27612 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline_Inst.uasset new file mode 100644 index 0000000..dd93261 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_Scanline_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c32037bc4c8d5c615c7b44caa4280e3f46458f559bbc0fc23ace7dd742ecf5f +size 17287 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset index 8fc2938..9bcd45d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NS_ScanLaser.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8162abb15096223b986a8fd59f3228df6aea49062cc4b3f08a5106a4b5aaeb20 -size 325457 +oid sha256:982cd084209ecd9553adc4ef632d5eb1390924b8c0e3991be946a824c9d78dbb +size 1351 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset index bc83a26..224d884 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Letters/Letter_1/Letter_01_1_of_1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9e0788c5bf4617fc80cb13236feb78b8b49dae7616931228fabb1454dc8d3ce3 -size 54872 +oid sha256:c178d2654ecd50e4ddd74ee2f8734e560ba430965e9e6fcf3839d0e9702ff569 +size 54370 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Hide.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Hide.uasset new file mode 100644 index 0000000..827dbd4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Hide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b031bd70ab71a02f2f90ad1b5db42af9581446817f4e86a280fee2f2ea705151 +size 6135 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 469cfde..9bb6fe0 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:d8acdfa955b7783811637c14911f8d1116ec32da78fd00a29b3075cfcb275b5c -size 19262 +oid sha256:ef334e60c2a73528ed17f858ca16a441bd12b82e8a5c704cc8a0224af40568d0 +size 19072 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset index 34aee5a..fc171d1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a99acc6bda36a31b8d2aeca93ab2bdf16269648047c19105b97375023d6d20c -size 57855 +oid sha256:c0f6b020bcbd40e162498cbd6e2d3fa816aa97d4c894a26b1cc090d50ffcdb77 +size 62962 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset index 60ca9e8..2a7aa44 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:079ba1a42d6426410cb61206452b9b797c9407e5ca45826ff06c08038079d3ba -size 80676 +oid sha256:49f7bf9f0c314f709fdf6828a3dbab2aded4ffd2aab58634ac7da8d9fca20ff0 +size 85563 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset index ad9c731..8ed4ec6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4fbc4920756fb5e4c56956fc06e206fbf1008fa43d09ec6a07910cf50ef0b0b9 -size 62501 +oid sha256:4dad754d8f21e4b906117d38c7e061a5308bc17b257fbd9c7425d75b324552c4 +size 83770 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset deleted file mode 100644 index faed478..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dfc3872304c90875f0e69cc149e8da134035afd4ac79515db1cc4d9be735adb4 -size 72307 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset deleted file mode 100644 index e9038a2..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe1_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9510877cbfc30998fff5bbd750391987e59e2ede83adde5f362076288b5553a9 -size 11885 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 55efa3f..2816180 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:e239bf899fdabb214b4d072136e49807600d9e94b8ab9652e26a33d75ebd0d6e -size 13472 +oid sha256:45739ff08b2a581cc571b427ae310607797727e95420e0fd331bd569c868033c +size 10406 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset deleted file mode 100644 index f92af40..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst1.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c07fbf8f30aa737aab7f76c42f03e69b53a1b3aa10c5927c20ab03d3753f574 -size 12744 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset new file mode 100644 index 0000000..6cbc73d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8417e207e37edc7b65b23b6a980575fcc51bbf73d2dfb2599642269d4e8b2cdf +size 15351 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset new file mode 100644 index 0000000..d5b3907 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b25d1b713adb16b47bf7e90572d2f80f7fcff522ad2202b6281ab5a0d9f3c0 +size 14335 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_NormalDX.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_NormalDX.uasset new file mode 100644 index 0000000..d56deb3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Pipe004_4K-JPG_NormalDX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b309d334df24596cc5763d48f830fbffaad67dd320b4e033909405cd7416749a +size 6215911 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset index e025b98..9687a93 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Freezing_Chamber_Grating.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:57da0aeb4f3022459f0a5010e3496f93e9654a909b7d7aa51cd6bae2c2b7ae91 -size 313636 +oid sha256:8616c468331bb5baa0f7c104098b29236385a3a915affb19bbd9cea3184a6cf0 +size 1481 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset index 8cabc46..4ef82d2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ffe8689fa2c12345eb785910e41f663e0b7dcd76a5ae524bae9235daed02aa6f -size 82522 +oid sha256:9414e064da151ad24a2aab4c08abf1635c1e13dc633b1e87f4698445ef4594b1 +size 89316 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset new file mode 100644 index 0000000..9a5213e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0f5ede92d3aabb8ed7966a33794a2e5fcffdc4f1eb2661c399874ddde2cf86 +size 323008 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset index 9580957..30b9603 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efd52af44f0c100ece7fddc1924adc71d3eaf81857943c9f5c1a96e091b015a2 -size 115396 +oid sha256:6a4dc95a1dadeb5eaca809ee326f14bd615aa6521a921a531d0a6ee606bd3ef0 +size 113945 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset deleted file mode 100644 index 1a70503..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/BP_TestProjector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdf0feca428f96e0a6e571a1d2f676e86dc477b9124a30220fac574db8ec201b -size 46545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset deleted file mode 100644 index 82c2c83..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_Projector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 0eef19d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MI_SliceTest.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff56836b7eb36e8d8ea038cde4280acad96e5b46dc38d739c7530fe741cd3809 -size 10837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset deleted file mode 100644 index 8695ea0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/MPC_Projector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf859256fe097febcfce587126a47691a6ba7e0146d7ff92edd07621e4a58c03 -size 1883 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset deleted file mode 100644 index 1de70f1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -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 deleted file mode 100644 index b0e1fd8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Projector_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f148f5628344cd928aaa44d9a63f96742e89a51a1b87c9abfaa5a8b1de8fd18 -size 1588 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset deleted file mode 100644 index cbba272..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a12f7e0bc6c1463894c3e6bb58bffd62028b8f11fa813c883fc8f98bff23596f -size 35587 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays_Inst.uasset deleted file mode 100644 index 33dbc85..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/M_Rays_Inst.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:545ae02a9fdd2e402995908827d74b60ee02b29be7869e28540647379fd36027 -size 10671 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset deleted file mode 100644 index ec9f4d5..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/NewMolecule_002_Bake1_PBR_Diffuse.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12e317f3e322fd05ea43753357db3f087dac25f4d9286cc361fd6460770d0f6a -size 73245 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset deleted file mode 100644 index 55a069d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b3b977625a6785b9b51f527e69390997b15544c9afb64daa2fc1bcd89b8e6aa -size 209637 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset deleted file mode 100644 index f192cb1..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/VFX/Projector/Nitrate_LP.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:40986331c45661e60714851262d93355138437fd7fe9370fdb3b57d1de5cec39 -size 117473 diff --git a/VIRTUOS_ExpansionPluginTests/LICENSE.txt b/VIRTUOS_ExpansionPluginTests/LICENSE.txt deleted file mode 100644 index 986c999..0000000 --- a/VIRTUOS_ExpansionPluginTests/LICENSE.txt +++ /dev/null @@ -1,19 +0,0 @@ -Copyright Joshua Statzer - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/Source/OpenXRExpansionPlugin/OpenXRExpansionPlugin.Build.cs b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/Source/OpenXRExpansionPlugin/OpenXRExpansionPlugin.Build.cs index e7a0b33..41989fe 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/Source/OpenXRExpansionPlugin/OpenXRExpansionPlugin.Build.cs +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/OpenXRExpansionPlugin/Source/OpenXRExpansionPlugin/OpenXRExpansionPlugin.Build.cs @@ -10,6 +10,10 @@ namespace UnrealBuildTool.Rules public OpenXRExpansionPlugin(ReadOnlyTargetRules Target) : base(Target) { + PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; + DefaultBuildSettings = BuildSettingsVersion.Latest; + IncludeOrderVersion = EngineIncludeOrderVersion.Latest; + SetupIrisSupport(Target); PublicDependencyModuleNames.AddRange( diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/CharacterMovementCompTypes.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/CharacterMovementCompTypes.cpp index 300790d..dce0cc3 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/CharacterMovementCompTypes.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/CharacterMovementCompTypes.cpp @@ -373,6 +373,11 @@ bool FVRCharacterNetworkMoveData::Serialize(UCharacterMovementComponent& Charact { bRepRollAndPitch = (Roll != 0 || Pitch != 0); } + else + { + bool bCanRepRollAndPitch = (CharacterOwner && (CharacterOwner->bUseControllerRotationRoll || CharacterOwner->bUseControllerRotationPitch)); + bRepRollAndPitch = bCanRepRollAndPitch && (Roll != 0 || Pitch != 0); + } } else { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/GripMotionControllerComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/GripMotionControllerComponent.cpp index 6f56a1a..bfb4cfe 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/GripMotionControllerComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/GripMotionControllerComponent.cpp @@ -19,6 +19,7 @@ #include "UObject/UObjectGlobals.h" // for FindObject<> #include "IXRTrackingSystem.h" #include "IXRSystemAssets.h" +#include "SceneView.h" #include "DrawDebugHelpers.h" #include "TimerManager.h" #include "VRBaseCharacter.h" @@ -249,7 +250,7 @@ void UGripMotionControllerComponent::RegisterEndPhysicsTick(bool bRegister) void UGripMotionControllerComponent::EndPhysicsTickComponent(FGripComponentEndPhysicsTickFunction& ThisTickFunction) { - if (!IsValid(this)) + if (!IsValidChecked(this)) return; // Now check if we should turn off any post physics ticking @@ -4310,7 +4311,7 @@ bool UGripMotionControllerComponent::TeleportMoveGrippedActor(AActor * GrippedAc FBPActorGripInformation * GripInfo = LocallyGrippedObjects.FindByKey(GrippedActorToMove); if (!GripInfo) - GrippedObjects.FindByKey(GrippedActorToMove); + GripInfo = GrippedObjects.FindByKey(GrippedActorToMove); if (GripInfo) { @@ -4327,7 +4328,7 @@ bool UGripMotionControllerComponent::TeleportMoveGrippedComponent(UPrimitiveComp FBPActorGripInformation * GripInfo = LocallyGrippedObjects.FindByKey(ComponentToMove); if (!GripInfo) - GrippedObjects.FindByKey(ComponentToMove); + GripInfo = GrippedObjects.FindByKey(ComponentToMove); if (GripInfo) { @@ -6017,7 +6018,7 @@ void UGripMotionControllerComponent::CleanUpBadPhysicsHandles() { FBPActorGripInformation * GripInfo = LocallyGrippedObjects.FindByKey(PhysicsGrips[g].GripID); if(!GripInfo) - GrippedObjects.FindByKey(PhysicsGrips[g].GripID); + GripInfo = GrippedObjects.FindByKey(PhysicsGrips[g].GripID); if (!GripInfo) { @@ -6156,44 +6157,48 @@ bool UGripMotionControllerComponent::DestroyPhysicsHandle(const FBPActorGripInfo return true; } - UPrimitiveComponent *root = Grip.GetGrippedComponent(); - AActor * pActor = Grip.GetGrippedActor(); - - if (!root && pActor) - root = Cast(pActor->GetRootComponent()); - - if (root) + if (IsValid(Grip.GrippedObject)) { - if (FBodyInstance * rBodyInstance = root->GetBodyInstance(Grip.GrippedBoneName)) + + UPrimitiveComponent* root = Grip.GetGrippedComponent(); + AActor* pActor = Grip.GetGrippedActor(); + + if (!root && pActor) + root = Cast(pActor->GetRootComponent()); + + if (root) { - // #TODO: Should this be done on drop instead? - // Remove event registration - if (!bSkipUnregistering) + if (FBodyInstance* rBodyInstance = root->GetBodyInstance(Grip.GrippedBoneName)) { - if (rBodyInstance->OnRecalculatedMassProperties().IsBoundToObject(this)) + // #TODO: Should this be done on drop instead? + // Remove event registration + if (!bSkipUnregistering) { - rBodyInstance->OnRecalculatedMassProperties().RemoveAll(this); - } - } - - if (HandleInfo->bSetCOM) - { - // Reset center of mass to zero - // Get our original values - FVector vel = rBodyInstance->GetUnrealWorldVelocity(); - FVector aVel = rBodyInstance->GetUnrealWorldAngularVelocityInRadians(); - FVector originalCOM = rBodyInstance->GetCOMPosition(); - - if (rBodyInstance->IsValidBodyInstance() && rBodyInstance->BodySetup.IsValid()) - { - rBodyInstance->UpdateMassProperties(); + if (rBodyInstance->OnRecalculatedMassProperties().IsBoundToObject(this)) + { + rBodyInstance->OnRecalculatedMassProperties().RemoveAll(this); + } } - if (rBodyInstance->IsInstanceSimulatingPhysics()) + if (HandleInfo->bSetCOM) { - // Offset the linear velocity by the new COM position and set it - vel += FVector::CrossProduct(aVel, rBodyInstance->GetCOMPosition() - originalCOM); - rBodyInstance->SetLinearVelocity(vel, false); + // Reset center of mass to zero + // Get our original values + FVector vel = rBodyInstance->GetUnrealWorldVelocity(); + FVector aVel = rBodyInstance->GetUnrealWorldAngularVelocityInRadians(); + FVector originalCOM = rBodyInstance->GetCOMPosition(); + + if (rBodyInstance->IsValidBodyInstance() && rBodyInstance->BodySetup.IsValid()) + { + rBodyInstance->UpdateMassProperties(); + } + + if (rBodyInstance->IsInstanceSimulatingPhysics()) + { + // Offset the linear velocity by the new COM position and set it + vel += FVector::CrossProduct(aVel, rBodyInstance->GetCOMPosition() - originalCOM); + rBodyInstance->SetLinearVelocity(vel, false); + } } } } @@ -7224,8 +7229,15 @@ void UGripMotionControllerComponent::ApplyTrackingParameters(FVector& OriginalPo if (IsValid(AttachChar) && !AttachChar->bRetainRoomscale) { - FRotator StoredCameraRotOffset = UVRExpansionFunctionLibrary::GetHMDPureYaw_I(curRot.Rotator()); - LastLocationForLateUpdate += StoredCameraRotOffset.RotateVector(FVector(AttachChar->VRRootReference->VRCapsuleOffset.X, AttachChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) + { + + } + else + { + FRotator StoredCameraRotOffset = UVRExpansionFunctionLibrary::GetHMDPureYaw_I(curRot.Rotator()); + LastLocationForLateUpdate += StoredCameraRotOffset.RotateVector(FVector(AttachChar->VRRootReference->VRCapsuleOffset.X, AttachChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + } } } } @@ -7238,8 +7250,15 @@ void UGripMotionControllerComponent::ApplyTrackingParameters(FVector& OriginalPo if (!AttachChar->bRetainRoomscale && IsLocallyControlled()) { - FRotator StoredCameraRotOffset = UVRExpansionFunctionLibrary::GetHMDPureYaw_I(AttachChar->VRReplicatedCamera->GetRelativeRotation()); - LastLocationForLateUpdate += StoredCameraRotOffset.RotateVector(FVector(AttachChar->VRRootReference->VRCapsuleOffset.X, AttachChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) + { + + } + else + { + FRotator StoredCameraRotOffset = UVRExpansionFunctionLibrary::GetHMDPureYaw_I(AttachChar->VRReplicatedCamera->GetRelativeRotation()); + LastLocationForLateUpdate += StoredCameraRotOffset.RotateVector(FVector(AttachChar->VRRootReference->VRCapsuleOffset.X, AttachChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + } } } } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippablePhysicsReplication.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippablePhysicsReplication.cpp index 1f34a92..bf2a9d5 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippablePhysicsReplication.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippablePhysicsReplication.cpp @@ -10,6 +10,7 @@ #include "CoreMinimal.h" #include "PhysicsEngine/BodyInstance.h" +#include "PhysicsReplicationLOD.h" #include "Components/PrimitiveComponent.h" #include "Components/SkeletalMeshComponent.h" #include "UObject/ObjectMacros.h" @@ -43,6 +44,12 @@ namespace VRPhysicsReplicationStatics // Hacky work around for them not exporting these.... #if WITH_EDITOR + +namespace RenderInterpolationCVars +{ + bool bRenderInterpDebugDrawResimTrigger = false; +} + namespace PhysicsReplicationCVars { int32 SkipSkeletalRepOptimization = 1; @@ -51,6 +58,9 @@ namespace PhysicsReplicationCVars #endif int32 EnableDefaultReplication = 0; + int32 DebugDrawShowRepMode = 0; + float DebugDrawLifeTime = 3.0f; + namespace DefaultReplicationCVars { @@ -61,6 +71,8 @@ namespace PhysicsReplicationCVars namespace ResimulationCVars { + //extern bool bApplyPredictiveInterpolationWhenBehindServer; + bool bRuntimeCorrectionEnabled = false; bool bRuntimeVelocityCorrection = false; bool bRuntimeCorrectConnectedBodies = true; @@ -72,15 +84,20 @@ namespace PhysicsReplicationCVars // Inside of NetworkPhysicsComponent - UPDATE AS CHANGE int32 RedundantInputs = 2; + int32 RedundantRemoteInputs = 1; int32 RedundantStates = 0; bool bAllowRewindToClosestState = true; bool bCompareStateToTriggerRewind = false; + bool bCompareStateToTriggerRewindIncludeSimProxies = false; bool bCompareInputToTriggerRewind = false; bool bEnableUnreliableFlow = true; bool bEnableReliableFlow = false; bool bApplyDataInsteadOfMergeData = false; bool bAllowInputExtrapolation = true; bool bValidateDataOnGameThread = false; + bool bApplySimProxyStateAtRuntime = false; + bool bApplySimProxyInputAtRuntime = true; + bool bApplyPredictiveInterpolationWhenBehindServer = true; } namespace PredictiveInterpolationCVars @@ -129,6 +146,9 @@ namespace PhysicsReplicationCVars float DrawDebugZOffset = 50.0f; float SleepSecondsClearTarget = 15.0f; int32 TargetTickAlignmentClampMultiplier = 2; + int32 TeleportDetectionEnabled = 1; + float TeleportDetectionMinDistance = 200.0f; + float TeleportDetectionVelocityMultiplier = 1.3f; } } @@ -373,13 +393,13 @@ void FPhysicsReplicationVR::RemoveReplicatedTarget(UPrimitiveComponent* Componen { // Skip all of the custom logic if we aren't the server - if (const UWorld* World = GetOwningWorld()) + /*if (const UWorld* World = GetOwningWorld()) { if (World->GetNetMode() == ENetMode::NM_Client) { return FPhysicsReplication::RemoveReplicatedTarget(Component); } - } + }*/ if (Component == nullptr) { @@ -659,7 +679,7 @@ bool FPhysicsReplicationVR::ApplyRigidBodyState(float DeltaSeconds, FBodyInstanc { if (bHardsnapLegacyInPT) { - if (Chaos::FSingleParticlePhysicsProxy* Proxy = static_cast(BI->GetPhysicsActorHandle())) + if (Chaos::FSingleParticlePhysicsProxy* Proxy = static_cast(BI->GetPhysicsActor())) { if (Chaos::FPBDRigidsSolver* Solver = Proxy->GetSolver()) { @@ -715,7 +735,7 @@ bool FPhysicsReplicationVR::ApplyRigidBodyState(float DeltaSeconds, FBodyInstanc AsyncInputData.TargetState = NewState; AsyncInputData.TargetState.Position = IdealWorldTM.GetLocation(); AsyncInputData.TargetState.Quaternion = IdealWorldTM.GetRotation(); - AsyncInputData.Proxy = static_cast(BI->GetPhysicsActorHandle()); + AsyncInputData.Proxy = static_cast(BI->GetPhysicsActor()); AsyncInputData.ErrorCorrection = { ErrorCorrection.LinearVelocityCoefficient, ErrorCorrection.AngularVelocityCoefficient, ErrorCorrection.PositionLerp, ErrorCorrection.AngleLerp }; AsyncInputData.LatencyOneWay = PingSeconds; @@ -746,7 +766,7 @@ bool FPhysicsReplicationVR::ApplyRigidBodyState(float DeltaSeconds, FBodyInstanc { FColor Color = FColor::White; static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); - DrawDebugDirectionalArrow(OwningWorld, CurrentState.Position, TargetPos, 5.0f, Color, true, CVarNetCorrectionLifetime->GetFloat(), 0, 1.5f); + DrawDebugDirectionalArrow(OwningWorld, CurrentState.Position, TargetPos, 5.0f, Color, false, CVarNetCorrectionLifetime->GetFloat(), 0, 1.5f); #if 0 //todo: do we show this in async mode? DrawDebugFloatHistory(*OwningWorld, PhysicsTarget.ErrorHistory, NewPos + FVector(0.0f, 0.0f, 100.0f), FVector2D(100.0f, 50.0f), FColor::White); @@ -791,6 +811,12 @@ void FPhysicsReplicationVR::OnTick(float DeltaSeconds, TMap(GetSolver()); + Chaos::FPBDRigidsSolver& RigidsSolver = GetSolver()->CastChecked(); + RigidsSolver.SetPhysicsReplication_Internal(this); + //Chaos::FPBDRigidsSolver* RigidsSolver = static_cast(GetSolver()); - if (ensure(RigidsSolver)) + /*if (ensure(RigidsSolver)) { // This doesn't even do anything currently, nothing gets it #TODO: CHECK BACK ON THIS //RigidsSolver->SetPhysicsReplication(this); - } + }*/ } void FPhysicsReplicationAsyncVR::OnPreSimulate_Internal() @@ -1049,35 +1077,34 @@ void FPhysicsReplicationAsyncVR::OnPreSimulate_Internal() return; } - if (const FPhysicsReplicationAsyncInput* AsyncInput = GetConsumerInput_Internal()) + Chaos::FPBDRigidsSolver* RigidsSolver = static_cast(GetSolver()); + check(RigidsSolver); + + // Early out if this is a resim frame + Chaos::FRewindData* RewindData = RigidsSolver->GetRewindData(); + const bool bRewindDataExist = RewindData != nullptr; + if (bRewindDataExist && RewindData->IsResim()) { - Chaos::FPBDRigidsSolver* RigidsSolver = static_cast(GetSolver()); - check(RigidsSolver); - - // Early out if this is a resim frame - Chaos::FRewindData* RewindData = RigidsSolver->GetRewindData(); - const bool bRewindDataExist = RewindData != nullptr; - if (bRewindDataExist && RewindData->IsResim()) + //static const auto CVarPostResimWaitForUpdate = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.PostResimWaitForUpdate")); + // TODO, Handle the transition from post-resim to interpolation better (disabled by default, resim vs replication interaction is handled via FPhysicsReplicationAsync::CacheResimInteractions) + if (SettingsCurrent.PredictiveInterpolationSettings.GetPostResimWaitForUpdate() && RewindData->IsFinalResim()) { - // TODO, Handle the transition from post-resim to interpolation better (disabled by default, resim vs replication interaction is handled via FPhysicsReplicationAsync::CacheResimInteractions) - static const auto CVarPostResimWaitForUpdate = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.PostResimWaitForUpdate")); - if (CVarPostResimWaitForUpdate->GetBool() && RewindData->IsFinalResim()) + for (auto Itr = ObjectToTarget.CreateIterator(); Itr; ++Itr) { - for (auto Itr = ObjectToTarget.CreateIterator(); Itr; ++Itr) - { - FReplicatedPhysicsTargetAsync& Target = Itr.Value(); + FReplicatedPhysicsTargetAsync& Target = Itr.Value(); - // If final resim frame, mark interpolated targets as waiting for up to date data from the server. - if (Target.RepMode == EPhysicsReplicationMode::PredictiveInterpolation) - { - Target.SetWaiting(RigidsSolver->GetCurrentFrame() + Target.FrameOffset, Target.RepModeOverride); - } + // If final resim frame, mark interpolated targets as waiting for up to date data from the server. + if (Target.RepMode == EPhysicsReplicationMode::PredictiveInterpolation) + { + Target.SetWaiting(RigidsSolver->GetCurrentFrame() + Target.FrameOffset, Target.RepModeOverride); } } - - return; } + return; + } + if (const FPhysicsReplicationAsyncInput* AsyncInput = GetConsumerInput_Internal()) + { // Update async targets with target input for (const FPhysicsRepAsyncInputData& Input : AsyncInput->InputData) { @@ -1100,15 +1127,27 @@ void FPhysicsReplicationAsyncVR::OnPreSimulate_Internal() UpdateRewindDataTarget(Input); UpdateAsyncTarget(Input, RigidsSolver); - } - if (Chaos::FPBDRigidsSolver::IsNetworkPhysicsPredictionEnabled()) - { - CacheResimInteractions(); - } + DebugDrawReplicationMode(Input); - ApplyTargetStatesAsync(GetDeltaTime_Internal(), AsyncInput->ErrorCorrection, AsyncInput->InputData); + // Deprecated, legacy BodyInstance flow for Default Replication + if (Input.Proxy != nullptr) + { + Chaos::FSingleParticlePhysicsProxy* Proxy = Input.Proxy; + Chaos::FRigidBodyHandle_Internal* Handle = Proxy->GetPhysicsThreadAPI(); + + const FPhysicsRepErrorCorrectionData& UsedErrorCorrection = Input.ErrorCorrection.IsSet() ? Input.ErrorCorrection.GetValue() : AsyncInput->ErrorCorrection; + DefaultReplication_DEPRECATED(Handle, Input, GetDeltaTime_Internal(), UsedErrorCorrection); + } + } } + + if (Chaos::FPBDRigidsSolver::IsNetworkPhysicsPredictionEnabled()) + { + CacheResimInteractions(); + } + + ApplyTargetStatesAsync(GetDeltaTime_Internal()); } FReplicatedPhysicsTargetAsync* FPhysicsReplicationAsyncVR::AddObjectToReplication(Chaos::FConstPhysicsObjectHandle PhysicsObject) @@ -1201,6 +1240,7 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa Target->PrevLinVel = Input.TargetState.LinVel; Target->RepModeOverride = Input.RepMode; } + check(Target); /** Target Update Description * @param Input = incoming state target for replication. @@ -1247,6 +1287,9 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa // Set if the target is allowed to be altered after this update Target->bAllowTargetAltering = !(Target->TargetState.Flags & ERigidBodyFlags::Sleeping) && !(Input.TargetState.Flags & ERigidBodyFlags::Sleeping); + // Cache previous linear velocity + const FVector PrevLinVel = Target->TargetState.LinVel; + // Set Target->ReceiveInterval from either SendInterval or the number of physics ticks between receiving input states if (SendInterval > 0) { @@ -1259,11 +1302,7 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa } // Update target from input and reset properties - PRAGMA_DISABLE_DEPRECATION_WARNINGS - Target->PrevServerFrame = Target->bWaiting ? Input.ServerFrame : Target->ServerFrame; // DEPRECATED UE5.4 - Target->PrevReceiveFrame = (Target->ReceiveFrame == INDEX_NONE) ? (RigidsSolver->GetCurrentFrame() - 1) : Target->ReceiveFrame; // DEPRECATED UE5.4 - PRAGMA_ENABLE_DEPRECATION_WARNINGS - Target->ServerFrame = Input.ServerFrame; + Target->ServerFrame = Input.ServerFrame; Target->ReceiveFrame = CurrentFrame; Target->TargetState = Input.TargetState; Target->RepMode = Input.RepMode; @@ -1274,7 +1313,13 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa // Update waiting state Target->UpdateWaiting(Input.ServerFrame); - if (Input.RepMode == EPhysicsReplicationMode::PredictiveInterpolation) + // Apply full Replication LOD on received target + ApplyPhysicsReplicationLOD(Input.PhysicsObject, *Target, EPhysicsReplicationLODFlags::LODFlag_All); + + // Check if target is valid to use for resimulation and perform actions if not + CheckTargetResimValidity(*Target); + + if (Target->RepMode == EPhysicsReplicationMode::PredictiveInterpolation) { #if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) @@ -1284,16 +1329,13 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa const FVector Offset = FVector(0.0f, 0.0f, 50.0f); // Port this? //const FVector Offset = FVector(0.0f, 0.0f, PhysicsReplicationCVars::PredictiveInterpolationCVars::DrawDebugZOffset); - - static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); + static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Input.TargetState.Position + Offset, FVector(15.0f, 15.0f, 15.0f), Input.TargetState.Quaternion, FColor::MakeRandomSeededColor(Input.ServerFrame), false, CVarNetCorrectionLifetime->GetFloat(), 0, 1.0f); } #endif - // Cache the position we received this target at, Predictive Interpolation will alter the target state but use this as the source position for reconciliation. - Target->PrevPosTarget = Input.TargetState.Position; - Target->PrevRotTarget = Input.TargetState.Quaternion; - + // TickCount is 0 by default at this point and when LOD is used, TickCount will be 0 if no LOD alignment was performed, in this case perform the normal target alignment + if (Target->TickCount == 0) { /** Target Alignment Feature * With variable network conditions state inputs from the server can arrive both later or earlier than expected. @@ -1331,6 +1373,34 @@ void FPhysicsReplicationAsyncVR::UpdateAsyncTarget(const FPhysicsRepAsyncInputDa } } } + + static const auto CVarTeleportDetectionEnabled = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.TeleportDetection.Enabled")); + // Teleport detection, we don't have specific data that tells us a teleport has happened on the server, so try to detect it by examining the previous and next state + if (CVarTeleportDetectionEnabled->GetBool() == 1 && !bFirstTarget && SendInterval > 0 && RigidsSolver->IsUsingFixedDt()) + { + const FVector PosOffset = (Input.TargetState.Position - Target->PrevPosTarget); + static const auto CVarTeleportDetectionMinDistance = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.TeleportDetection.MinDistance")); + if (PosOffset.SizeSquared() > (CVarTeleportDetectionMinDistance->GetFloat() * CVarTeleportDetectionMinDistance->GetFloat())) + { + const FVector Velocity = Input.TargetState.LinVel.SizeSquared() > PrevLinVel.SizeSquared() ? Input.TargetState.LinVel : PrevLinVel; + const float DeltaSeconds = (SendInterval * RigidsSolver->GetAsyncDeltaTime()); + static const auto CVarTeleportDetectionVelocityMultiplier = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.TeleportDetection.VelocityMultiplier")); + const float PossibleDistanceSquared = (Velocity * (DeltaSeconds * CVarTeleportDetectionVelocityMultiplier->GetFloat())).SizeSquared(); + + if (PossibleDistanceSquared < PosOffset.SizeSquared()) + { + // A teleport has most likely happened, set accumulated error seconds to above limit for hard snapping + // TODO: Don't piggyback on AccumulatedErrorSeconds (potentially implement ERigidBodyFlags::Teleported) + + static const auto CVarErrorAcumulationSeconds = IConsoleManager::Get().FindConsoleVariable(TEXT("p.ErrorAccumulationSeconds")); + Target->AccumulatedErrorSeconds = CVarErrorAcumulationSeconds->GetFloat() + 1.0f; + } + } + } + + // Cache the position we received this target at, Predictive Interpolation will alter the target state but use this as the source position for reconciliation. + Target->PrevPosTarget = Input.TargetState.Position; + Target->PrevRotTarget = Input.TargetState.Quaternion; } } @@ -1344,6 +1414,14 @@ void FPhysicsReplicationAsyncVR::CacheResimInteractions() static const auto CVarResimDisableReplicationOnInteraction = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.Resim.DisableReplicationOnInteraction")); if (!CVarResimDisableReplicationOnInteraction->GetBool()) { + ParticlesInResimIslands.Empty(); + return; + } + + if (UsePhysicsReplicationLOD()) + { + // This will be handled by the LOD system + ParticlesInResimIslands.Empty(); return; } @@ -1353,9 +1431,12 @@ void FPhysicsReplicationAsyncVR::CacheResimInteractions() return; } - ParticlesInResimIslands.Empty(FMath::CeilToInt(static_cast(ParticlesInResimIslands.Num()) * 0.9f)); + ResimIslands.Reset(); + ResimIslandsParticles.Reset(); + ParticlesInResimIslands.Reset(); + Chaos::Private::FPBDIslandManager& IslandManager = RigidsSolver->GetEvolution()->GetIslandManager(); - Chaos::FWritePhysicsObjectInterface_Internal Interface = Chaos::FPhysicsObjectInternalInterface::GetWrite(); + Chaos::FReadPhysicsObjectInterface_Internal Interface = Chaos::FPhysicsObjectInternalInterface::GetRead(); for (auto Itr = ObjectToTarget.CreateIterator(); Itr; ++Itr) { FReplicatedPhysicsTargetAsync& Target = Itr.Value(); @@ -1365,7 +1446,9 @@ void FPhysicsReplicationAsyncVR::CacheResimInteractions() if (Chaos::FGeometryParticleHandle* Handle = Interface.GetParticle(POHandle)) { // Get a list of particles from the same island as a resim particle is in, i.e. particles interacting with a resim particle - for (const Chaos::FGeometryParticleHandle* InteractParticle : IslandManager.FindParticlesInIslands(IslandManager.FindParticleIslands(Handle))) + IslandManager.FindParticleIslands(Handle, OUT ResimIslands); + IslandManager.FindParticlesInIslands(ResimIslands, OUT ResimIslandsParticles); + for (const Chaos::FGeometryParticleHandle* InteractParticle : ResimIslandsParticles) { ParticlesInResimIslands.Add(InteractParticle->GetHandleIdx()); } @@ -1374,66 +1457,152 @@ void FPhysicsReplicationAsyncVR::CacheResimInteractions() } } -void FPhysicsReplicationAsyncVR::ApplyTargetStatesAsync(const float DeltaSeconds, const FPhysicsRepErrorCorrectionData& ErrorCorrection, const TArray& InputData) +void FPhysicsReplicationAsyncVR::ApplyTargetStatesAsync(const float DeltaSeconds) { using namespace Chaos; - // Deprecated, legacy BodyInstance flow - for (const FPhysicsRepAsyncInputData& Input : InputData) - { - if (Input.Proxy != nullptr) + /** Helper function to remove replicated target*/ + auto RemoveTargetHelper = [this](TMap::TIterator Itr, FGeometryParticleHandle* Handle) { - Chaos::FSingleParticlePhysicsProxy* Proxy = Input.Proxy; - Chaos::FRigidBodyHandle_Internal* Handle = Proxy->GetPhysicsThreadAPI(); - - const FPhysicsRepErrorCorrectionData& UsedErrorCorrection = Input.ErrorCorrection.IsSet() ? Input.ErrorCorrection.GetValue() : ErrorCorrection; - DefaultReplication_DEPRECATED(Handle, Input, DeltaSeconds, UsedErrorCorrection); - } - } + if (Handle) + { + ReplicatedParticleIDs.Remove(Handle->ParticleID()); + } + Itr.RemoveCurrent(); + }; // PhysicsObject flow Chaos::FWritePhysicsObjectInterface_Internal Interface = Chaos::FPhysicsObjectInternalInterface::GetWrite(); - for (auto Itr = ObjectToTarget.CreateIterator(); Itr; ++Itr) + for (TMap::TIterator Itr = ObjectToTarget.CreateIterator(); Itr; ++Itr) { bool bRemoveItr = true; // Remove current cached replication target unless replication logic tells us to store it for next tick - FParticleID ParticleID; Chaos::FConstPhysicsObjectHandle& POHandle = Itr.Key(); - if (FGeometryParticleHandle* Handle = Interface.GetParticle(POHandle)) + FGeometryParticleHandle* Handle = Interface.GetParticle(POHandle); + if (!Handle) { - FReplicatedPhysicsTargetAsync& Target = Itr.Value(); - - - if (FPBDRigidParticleHandle* RigidHandle = Handle->CastToRigidParticle()) - { - ParticleID = RigidHandle->ParticleID(); - - // Cache custom settings for this object if there are any - FetchObjectSettings(POHandle); - - const EPhysicsReplicationMode RepMode = Target.IsWaiting() ? Target.RepModeOverride : Target.RepMode; - switch (RepMode) - { - case EPhysicsReplicationMode::Default: - bRemoveItr = DefaultReplication(RigidHandle, Target, DeltaSeconds); - break; - - case EPhysicsReplicationMode::PredictiveInterpolation: - bRemoveItr = PredictiveInterpolation(RigidHandle, Target, DeltaSeconds); - break; - - case EPhysicsReplicationMode::Resimulation: - bRemoveItr = ResimulationReplication(RigidHandle, Target, DeltaSeconds); - break; - } - Target.TickCount++; - } + RemoveTargetHelper(Itr, nullptr); + continue; } + FPBDRigidParticleHandle* RigidHandle = Handle->CastToRigidParticle(); + if (!RigidHandle) + { + RemoveTargetHelper(Itr, Handle); + continue; + } + + FReplicatedPhysicsTargetAsync& Target = Itr.Value(); + + // Cache custom settings for this object if there are any + FetchObjectSettings(POHandle); + + // Apply limited Replication LOD + ApplyPhysicsReplicationLOD(POHandle, Target, EPhysicsReplicationLODFlags::LODFlag_IslandCheck); + + const EPhysicsReplicationMode RepMode = Target.IsWaiting() ? Target.RepModeOverride : Target.RepMode; + switch (RepMode) + { + case EPhysicsReplicationMode::Default: + bRemoveItr = DefaultReplication(RigidHandle, Target, DeltaSeconds); + break; + + case EPhysicsReplicationMode::PredictiveInterpolation: + bRemoveItr = PredictiveInterpolation(RigidHandle, Target, DeltaSeconds); + break; + + case EPhysicsReplicationMode::Resimulation: + bRemoveItr = ResimulationReplication(RigidHandle, Target, DeltaSeconds); + break; + } + Target.TickCount++; + if (bRemoveItr) { - ReplicatedParticleIDs.Remove(ParticleID); - Itr.RemoveCurrent(); + RemoveTargetHelper(Itr, RigidHandle); + + } + } +} + +void FPhysicsReplicationAsyncVR::CheckTargetResimValidity(FReplicatedPhysicsTargetAsync& Target) +{ + if (Target.RepMode != EPhysicsReplicationMode::Resimulation) + { + return; + } + + Chaos::FPBDRigidsSolver* RigidsSolver = static_cast(GetSolver()); + if (RigidsSolver == nullptr) + { + return; + } + + Chaos::FRewindData* RewindData = RigidsSolver->GetRewindData(); + if (RewindData == nullptr) + { + return; + } + + const int32 LocalFrame = Target.ServerFrame - Target.FrameOffset; + if (!RewindData->IsFrameWithinRewindHistory(LocalFrame)) + { + + static const auto CVarResimApplyPredictiveInterpolationWhenBehindServer = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.Resim.ApplyPredictiveInterpolationWhenBehindServer")); + + if (LocalFrame < RewindData->GetEarliestFrame_Internal()) + { + // Client is far ahead of the server, switch over to Predictive Interpolation since it can't use incoming target states from the server to perform resimulations with + + Target.RepMode = EPhysicsReplicationMode::PredictiveInterpolation; + } + else if (CVarResimApplyPredictiveInterpolationWhenBehindServer->GetBool()) + { + /** NOTE: If the server is ahead of the client we receive target states for frames we have not yet simulated on the client, target states are stored in FRewindData still though. + * If PhysicsReplicationCVars::ResimulationCVars::bApplyPredictiveInterpolationWhenBehindServer is true switch over to using PredictiveInterpolation temporarily. + * else FRewindData::CompareTargetsToLastFrame will check for already cached targets to resim with when the server has simulated the corresponding frame */ + + Target.RepMode = EPhysicsReplicationMode::PredictiveInterpolation; + } + + UE_LOG(LogPhysics, Warning, TEXT("FPhysicsReplication received target frame (%d) out of rewind data bounds (%d, %d) - %s - Target will use EPhysicsReplicationMode: %s"), + LocalFrame, RewindData->GetEarliestFrame_Internal(), RewindData->CurrentFrame(), (LocalFrame < RewindData->GetEarliestFrame_Internal()) ? TEXT("Client is far ahead of the server, server might be dropping frames.") : TEXT("Client is behind the server, client might be dropping frames."), *UEnum::GetValueAsString(Target.RepMode)); + } +} + +void FPhysicsReplicationAsyncVR::ApplyPhysicsReplicationLOD(Chaos::FConstPhysicsObjectHandle PhysicsObjectHandle, FReplicatedPhysicsTargetAsync& Target, const uint32 LODFLags) +{ + Chaos::FPBDRigidsSolver& RigidsSolver = GetSolver()->CastChecked(); + + IPhysicsReplicationLODAsync* PhysRepLod = RigidsSolver.GetPhysicsReplicationLOD_Internal(); + if (!PhysRepLod || !PhysRepLod->IsEnabled()) + { + return; + } + + FPhysicsRepLodData* LodData = PhysRepLod->GetLODData_Internal(PhysicsObjectHandle, LODFLags); + if (LodData && LodData->DataAssigned) + { + // Apply recommended replication mode + Target.RepMode = LodData->ReplicationMode; + + if (Target.RepMode == EPhysicsReplicationMode::PredictiveInterpolation) + { + const bool bShouldSleep = (Target.TargetState.Flags & ERigidBodyFlags::Sleeping) != 0; + int32 TargetClientFrame = (Target.ServerFrame - Target.FrameOffset); + + // If we use Predicitve Interpolation and we should not sleep and the aligned frame from LOD is ahead of the target, perform LOD aligment extrapolation + if (!bShouldSleep && LodData->AlignedFrame > TargetClientFrame) + { + // Calculate how far to forward predict and extrapolate target by that amount + const int32 FullPredictionFrames = RigidsSolver.GetCurrentFrame() - TargetClientFrame; + const float FullPredictionTime = (FullPredictionFrames * GetDeltaTime_Internal()); + const float AlignedPredictionTime = FullPredictionTime - LodData->AlignedTime; + FPhysicsReplicationAsyncVR::ExtrapolateTarget(Target, AlignedPredictionTime); + + // Update tick count based on LOD alignment + Target.TickCount = LodData->AlignedFrame - TargetClientFrame; + } } } } @@ -1775,11 +1944,6 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl return true; } - if (Target.IsWaiting()) - { - return false; - } - Chaos::FPBDRigidsSolver* RigidsSolver = static_cast(GetSolver()); if (RigidsSolver == nullptr) { @@ -1803,8 +1967,8 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl const FVector Offset = FVector(0.0f, 0.0f, 50.0f); const FVector StartPos = Target.TargetState.Position + Offset; const int32 SizeMultiplier = FMath::Clamp(Target.TickCount, -4, 30); - static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(StartPos, FVector(5.0f + SizeMultiplier * 0.75f, 5.0f + SizeMultiplier * 0.75f, 5.0f + SizeMultiplier * 0.75f), Target.TargetState.Quaternion, FColor::MakeRandomSeededColor(Target.ServerFrame), false, CVarNetCorrectionLifetime->GetFloat(), 0, 1.0f); + static const auto CVarDebugdrawLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(StartPos, FVector(5.0f + SizeMultiplier * 0.75f, 5.0f + SizeMultiplier * 0.75f, 5.0f + SizeMultiplier * 0.75f), Target.TargetState.Quaternion, FColor::MakeRandomSeededColor(Target.ServerFrame), false, CVarDebugdrawLifetime->GetFloat(), 0, 1.0f); } #endif @@ -1864,6 +2028,11 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl return bClearTarget; }; + // If waiting on an up to date state, early out but allow target clearing since we might not receive a new state if target is already set to sleep for example + if (Target.IsWaiting()) + { + return EndReplicationHelper(Target, true); + } static const auto CVarEarlyOutWithVelocity = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.EarlyOutWithVelocity")); static const auto CVarEarlyOutDistanceSqr = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.EarlyOutDistanceSqr")); @@ -1909,8 +2078,41 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl const FVector TargetLinVel = FVector(Target.TargetState.LinVel); const FVector TargetAngVel = FVector(FMath::DegreesToRadians(Target.TargetState.AngVel)); // Radians - /** --- Reconciliation --- - * If target velocities are low enough, check the traveled direction and distance from previous frame and compare with replicated linear velocity. + /** --- Reconciliation --- */ + static const auto CVarKinematicHardSnap = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.KinematicHardSnap")); + static const auto CVarErrorAccumulationSeconds = IConsoleManager::Get().FindConsoleVariable(TEXT("p.ErrorAccumulationSeconds")); + static const auto CVarAlwaysHardSnap = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.AlwaysHardSnap")); + const bool bHardSnap = (!bCanSimulate && CVarKinematicHardSnap->GetBool()) + || Target.AccumulatedErrorSeconds > CVarErrorAccumulationSeconds->GetFloat() + || CVarAlwaysHardSnap->GetBool(); + + if (bHardSnap) + { + Target.AccumulatedErrorSeconds = 0.0f; + + if (Handle->IsKinematic()) + { + // Set a FKinematicTarget to hard snap kinematic object + const Chaos::FKinematicTarget KinTarget = Chaos::FKinematicTarget::MakePositionTarget(Target.PrevPosTarget, Target.PrevRotTarget); // Uses EKinematicTargetMode::Position + RigidsSolver->GetEvolution()->SetParticleKinematicTarget(Handle, KinTarget); + } + else + { + // Set XRVW to hard snap dynamic object and force recalculation of friction + const bool bCorrectConnectedBodies = SettingsCurrent.PredictiveInterpolationSettings.GetCorrectConnectedBodies(); + RigidsSolver->GetEvolution()->ApplyParticleTransformCorrection(Handle, Target.PrevPosTarget, Target.PrevRotTarget, bCorrectConnectedBodies, /*bInRecalculateFrictionOnConnectedBodies*/ true, ReplicatedParticleIDs); + Handle->SetV(TargetLinVel); + Handle->SetW(TargetAngVel); + } + + // Cache data for next replication + Target.PrevLinVel = FVector(Target.TargetState.LinVel); + + // End replication and go to sleep if that's requested + return EndReplicationHelper(Target, true); + } + + /** If target velocities are low enough, check the traveled direction and distance from previous frame and compare with replicated linear velocity. * If the object isn't moving enough along the replicated velocity it's considered stuck and needs reconciliation. * SoftSnap is performed each tick while there is a registered error, if enough time pass HardSnap forces the object into the correct state. */ static const auto CVarVelocityBased = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.VelocityBased")); @@ -1919,7 +2121,7 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl static const auto CVarDisableErrorVelocityLimits = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.DisableErrorVelocityLimits")); static const auto CVarErrorAccLinVelMaxLimit = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.ErrorAccLinVelMaxLimit")); static const auto CVarErrorAccAngVelMaxLimit = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.ErrorAccAngVelMaxLimit")); - if (CVarDisableErrorVelocityLimits->GetBool() || + if ( CVarDisableErrorVelocityLimits->GetBool() || (TargetLinVel.Size() < CVarErrorAccLinVelMaxLimit->GetFloat() && TargetAngVel.Size() < CVarErrorAccAngVelMaxLimit->GetFloat())) { const FVector PrevDiff = CurrentState.Position - Target.PrevPos; @@ -1952,43 +2154,8 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl { bSoftSnap = false; } - - static const auto CVarErrorAccumulationSeconds = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.ErrorAccumulationSeconds")); - static const auto CVarAlwaysHardSnap = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.AlwaysHardSnap")); - static const auto CVarKinematicHardSnap = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.KinematicHardSnap")); - - const bool bHardSnap = (!bCanSimulate && CVarKinematicHardSnap->GetBool()) - || Target.AccumulatedErrorSeconds > CVarErrorAccumulationSeconds->GetFloat() - || CVarAlwaysHardSnap->GetBool(); - - if (bHardSnap) - { - Target.AccumulatedErrorSeconds = 0.0f; - - if (Handle->IsKinematic()) - { - // Set a FKinematicTarget to hard snap kinematic object - const Chaos::FKinematicTarget KinTarget = Chaos::FKinematicTarget::MakePositionTarget(Target.PrevPosTarget, Target.PrevRotTarget); // Uses EKinematicTargetMode::Position - RigidsSolver->GetEvolution()->SetParticleKinematicTarget(Handle, KinTarget); - } - else - { - // Set XRVW to hard snap dynamic object and force recalculation of friction - const bool bCorrectConnectedBodies = SettingsCurrent.PredictiveInterpolationSettings.GetCorrectConnectedBodies(); - RigidsSolver->GetEvolution()->ApplyParticleTransformCorrection(Handle, Target.PrevPosTarget, Target.PrevRotTarget, bCorrectConnectedBodies, /*bInRecalculateFrictionOnConnectedBodies*/ true, ReplicatedParticleIDs); - - - Handle->SetV(TargetLinVel); - Handle->SetW(TargetAngVel); - } - - // Cache data for next replication - Target.PrevLinVel = FVector(Target.TargetState.LinVel); - - // End replication and go to sleep if that's requested - return EndReplicationHelper(Target, true); - } - else if (Handle->IsKinematic()) // Smooth Kinematic Replication + + if (Handle->IsKinematic()) // Smooth Kinematic Replication { static const auto CVarKinematicPrediction = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.PredictiveInterpolation.KinematicPrediction")); const bool bKinematicPrediction = CVarKinematicPrediction->GetBool(); @@ -2035,8 +2202,8 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl const FVector Offset = FVector(0.0f, 0.0f, CVarDrawDebugZOffset->GetFloat()); const FVector Pos = KinTargetPos + Offset; const int32 SizeMultiplier = FMath::Clamp(Target.TickCount, -4, 30); - static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugSphere(Pos, 3.0f + SizeMultiplier * 0.75f, 8, FColor::MakeRandomSeededColor(Target.ServerFrame), false, CVarNetCorrectionLifetime->GetFloat(), 0, 1.0f); + static const auto CVarDebugdrawLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugSphere(Pos, 3.0f + SizeMultiplier * 0.75f, 8, FColor::MakeRandomSeededColor(Target.ServerFrame), false, CVarDebugdrawLifetime->GetFloat(), 0, 1.0f); } #endif } @@ -2214,7 +2381,12 @@ bool FPhysicsReplicationAsyncVR::PredictiveInterpolation(Chaos::FPBDRigidParticl void FPhysicsReplicationAsyncVR::ExtrapolateTarget(FReplicatedPhysicsTargetAsync& Target, const int32 ExtrapolateFrames, const float DeltaSeconds) { const float ExtrapolationTime = DeltaSeconds * static_cast(ExtrapolateFrames); + FPhysicsReplicationAsyncVR::ExtrapolateTarget(Target, ExtrapolationTime); +} +/** Static function to extrapolate a target for N Seconds */ +void FPhysicsReplicationAsyncVR::ExtrapolateTarget(FReplicatedPhysicsTargetAsync& Target, const float ExtrapolationTime) +{ // Extrapolate target position Target.TargetState.Position = Target.TargetState.Position + Target.TargetState.LinVel * ExtrapolationTime; @@ -2242,15 +2414,15 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl return true; } + if (Target.ServerFrame <= 0) + { + return true; + } + const int32 LocalFrame = Target.ServerFrame - Target.FrameOffset; - if (LocalFrame >= RewindData->CurrentFrame() || LocalFrame < RewindData->GetEarliestFrame_Internal()) + if (!RewindData->IsFrameWithinRewindHistory(LocalFrame)) { - if (LocalFrame > 0 && (RewindData->CurrentFrame() - RewindData->GetEarliestFrame_Internal()) == RewindData->Capacity()) - { - UE_LOG(LogPhysics, Warning, TEXT("FPhysicsReplication::ResimulationReplication target frame (%d) out of rewind data bounds (%d,%d)"), - LocalFrame, RewindData->GetEarliestFrame_Internal(), RewindData->CurrentFrame()); - } return true; } @@ -2269,11 +2441,24 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl const bool bCompareW = Chaos::FPhysicsSolverBase::GetResimulationErrorAngularVelocityThresholdEnabled() || SettingsCurrent.ResimulationSettings.bOverrideResimulationErrorAngularVelocityThreshold; bool bShouldTriggerResim = false; +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + // Debugging + FColor DebugColor = FColor::Black; + bool bResimV = false; + bool bResimW = false; +#endif + // Check for positional discrepancy in Distance between client and server if (bCompareX) { const float ResimPositionErrorThreshold = SettingsCurrent.ResimulationSettings.GetResimulationErrorPositionThreshold(Chaos::FPhysicsSolverBase::GetResimulationErrorPositionThreshold()); bShouldTriggerResim = Chaos::FRewindData::CheckVectorThreshold(Target.TargetState.Position, PastState.GetX(), ResimPositionErrorThreshold); +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + if (bShouldTriggerResim) + { + DebugColor = FColor::Orange; + } +#endif } // Check for linear velocity discrepancy in Distance / s between client and server @@ -2281,13 +2466,25 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl { const float ResimLinVelocityErrorThreshold = SettingsCurrent.ResimulationSettings.GetResimulationErrorLinearVelocityThreshold(Chaos::FPhysicsSolverBase::GetResimulationErrorLinearVelocityThreshold()); bShouldTriggerResim = Chaos::FRewindData::CheckVectorThreshold(Target.TargetState.LinVel, PastState.GetV(), ResimLinVelocityErrorThreshold); +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + if (bShouldTriggerResim) + { + bResimV = true; + } +#endif } // Check for angular velocity discrepancy in Degrees / s between client and server if (!bShouldTriggerResim && bCompareW) { const float ResimAngVelocityErrorThreshold = SettingsCurrent.ResimulationSettings.GetResimulationErrorAngularVelocityThreshold(Chaos::FPhysicsSolverBase::GetResimulationErrorAngularVelocityThreshold()); - bShouldTriggerResim = Chaos::FRewindData::CheckVectorThreshold(FMath::DegreesToRadians(Target.TargetState.AngVel), PastState.GetW(), ResimAngVelocityErrorThreshold); + bShouldTriggerResim = Chaos::FRewindData::CheckVectorThreshold(Target.TargetState.AngVel, FMath::RadiansToDegrees(PastState.GetW()), ResimAngVelocityErrorThreshold); +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + if (bShouldTriggerResim) + { + bResimW = true; + } +#endif } // Check for rotational discrepancy in Degrees between client and server @@ -2295,6 +2492,12 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl { const float ResimRotationErrorThreshold = SettingsCurrent.ResimulationSettings.GetResimulationErrorRotationThreshold(Chaos::FPhysicsSolverBase::GetResimulationErrorRotationThreshold()); bShouldTriggerResim = Chaos::FRewindData::CheckQuaternionThreshold(Target.TargetState.Quaternion, PastState.GetR(), ResimRotationErrorThreshold); +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + if (bShouldTriggerResim) + { + DebugColor = FColor::Magenta; + } +#endif } @@ -2311,16 +2514,51 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl } static const auto CVarResimDrawDebug = IConsoleManager::Get().FindConsoleVariable(TEXT("np2.Resim.DrawDebug")); - if (CVarResimDrawDebug->GetBool()) + static const auto CVarRenderInterpDebugDrawResimTrigger = IConsoleManager::Get().FindConsoleVariable(TEXT("p.RenderInterp.DebugDraw.ResimTrigger")); + if (CVarResimDrawDebug->GetBool() || CVarRenderInterpDebugDrawResimTrigger->GetBool()) { - static constexpr float BoxSize = 5.0f; - const float ColorLerp = bShouldTriggerResim ? 1.0f : 0.0f; - const FColor DebugColor = FLinearColor::LerpUsingHSV(FLinearColor::Green, FLinearColor::Red, ColorLerp).ToFColor(false); + if (bShouldTriggerResim) + { + FVector Box = CVarRenderInterpDebugDrawResimTrigger->GetBool() ? FVector(6, 3, 2) : FVector(40, 20, 10); + const float DrawThickness = CVarRenderInterpDebugDrawResimTrigger->GetBool() ? 0.5f : 1.5f; - static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Target.TargetState.Position, FVector(BoxSize, BoxSize, BoxSize), Target.TargetState.Quaternion, FColor::Orange, true, CVarNetCorrectionLifetime->GetFloat(), 0, 1.0f); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(PastState.GetX(), FVector(6, 6, 6), PastState.GetR(), DebugColor, true, CVarNetCorrectionLifetime->GetFloat(), 0, 1.0f); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(PastState.GetX(), Target.TargetState.Position, 5.0f, FColor::MakeRandomSeededColor(LocalFrame), true, CVarNetCorrectionLifetime->GetFloat(), 0, 0.5f); + static const auto CVarDebugdrawLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); + if (CVarRenderInterpDebugDrawResimTrigger->GetBool()) // Resim debug draw extension for render interpolation + { + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(PastState.GetX(), Box, PastState.GetR(), FColor::White, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Target.TargetState.Position, Box, Target.TargetState.Quaternion, DebugColor, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Handle->GetX(), PastState.GetX(), 5.0f, FColor::White, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(PastState.GetX(), Target.TargetState.Position, 5.0f, FColor::Black, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + + if (bResimV) + { + const FVector DiffV = Target.TargetState.LinVel - PastState.GetV(); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Target.TargetState.Position, Target.TargetState.Position + DiffV, 5.0f, FColor::Orange, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + } + if (bResimW) + { + const FVector DiffW = Target.TargetState.AngVel - FMath::RadiansToDegrees(PastState.GetW()); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Target.TargetState.Position + DiffW, Target.TargetState.Position, 5.0f, FColor::Magenta, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + } + } + else // Resim trigger debug draw + { + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Handle->GetX(), Box, PastState.GetR(), FColor::White, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Handle->GetX() + (Target.TargetState.Position - PastState.GetX()), Box, Target.TargetState.Quaternion, DebugColor, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + + if (bResimV) + { + const FVector DiffV = Target.TargetState.LinVel - PastState.GetV(); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Handle->GetX(), Handle->GetX() + DiffV, 5.0f, FColor::Orange, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + } + if (bResimW) + { + const FVector DiffW = Target.TargetState.AngVel - FMath::RadiansToDegrees(PastState.GetW()); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Handle->GetX() + DiffW, Handle->GetX(), 5.0f, FColor::Magenta, false, CVarDebugdrawLifetime->GetFloat(), 0, DrawThickness); + } + } + } } #endif @@ -2332,12 +2570,8 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl if (bShouldTriggerResim && Target.TickCount == 0 && LocalFrame > RewindData->GetBlockedResimFrame()) { - // Trigger resimulation - RigidsSolver->GetEvolution()->GetIslandManager().SetParticleResimFrame(Handle, LocalFrame); - - int32 ResimFrame = RewindData->GetResimFrame(); - ResimFrame = (ResimFrame == INDEX_NONE) ? LocalFrame : FMath::Min(ResimFrame, LocalFrame); - RewindData->SetResimFrame(ResimFrame); + // Request resimulation + RewindData->RequestResimulation(LocalFrame, Handle); } else if (SettingsCurrent.ResimulationSettings.GetRuntimeCorrectionEnabled()) { @@ -2381,8 +2615,8 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl #if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) if (CVarResimDrawDebug->GetBool()) { - static const auto CVarNetCorrectionLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.NetCorrectionLifetime")); - Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Handle->GetX(), CorrectedX, 5.0f, FColor::MakeRandomSeededColor(LocalFrame), true, CVarNetCorrectionLifetime->GetFloat(), 0, 0.5f); + static const auto CVarDebugdrawLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugDirectionalArrow(Handle->GetX(), CorrectedX, 5.0f, FColor::MakeRandomSeededColor(LocalFrame), true, CVarDebugdrawLifetime->GetFloat(), 0, 0.5f); } #endif // Apply correction to position and rotation @@ -2406,14 +2640,90 @@ bool FPhysicsReplicationAsyncVR::ResimulationReplication(Chaos::FPBDRigidParticl RigidsSolver->GetEvolution()->ApplySleepOnConnectedParticles(Handle); } } + else if (Target.IsWaiting()) + { + // Don't clear the target if we are waiting for a specific target frame and not sleeping + bClearTarget = false; + } + return bClearTarget; } +void FPhysicsReplicationAsyncVR::DebugDrawReplicationMode(const FPhysicsRepAsyncInputData& Input) +{ +#if !(UE_BUILD_SHIPPING || UE_BUILD_TEST) + + static const auto CVarDebugDrawShowRepMode = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.ShowRepMode")); + if (!CVarDebugDrawShowRepMode->GetBool()) + { + return; + } + + if (Input.PhysicsObject == nullptr && Input.Proxy == nullptr) + { + return; + } + + FColor DebugColor = FColor::White; + FVector BoxExtent = FVector(10.0f, 10.0f, 10.0f); + FQuat Rotation = FQuat::Identity; + + if (Input.PhysicsObject) + { + if (FReplicatedPhysicsTargetAsync* Target = ObjectToTarget.Find(Input.PhysicsObject)) + { + Chaos::FReadPhysicsObjectInterface_Internal Interface = Chaos::FPhysicsObjectInternalInterface::GetRead(); + if (Chaos::FGeometryParticleHandle* Handle = Interface.GetParticle(Input.PhysicsObject)) + { + BoxExtent = Handle->LocalBounds().Extents() * 0.5f; + Rotation = Handle->GetR(); + } + + const EPhysicsReplicationMode RepMode = Target->IsWaiting() ? Target->RepModeOverride : Target->RepMode; + switch (RepMode) + { + case EPhysicsReplicationMode::PredictiveInterpolation: + DebugColor = FColor::Yellow; + break; + case EPhysicsReplicationMode::Resimulation: + DebugColor = FColor::Red; + break; + case EPhysicsReplicationMode::Default: + default: + DebugColor = FColor::Cyan; + break; + } + } + } + else if (Input.Proxy != nullptr) + { + // Legacy Default physics replication + + Chaos::FSingleParticlePhysicsProxy* Proxy = Input.Proxy; + Chaos::FRigidBodyHandle_Internal* Handle = Proxy->GetPhysicsThreadAPI(); + + Rotation = Handle->GetR(); + DebugColor = FColor::Green; + } + + static const auto CVarDebugdrawLifetime = IConsoleManager::Get().FindConsoleVariable(TEXT("p.Net.DebugDraw.LifeTime")); + Chaos::FDebugDrawQueue::GetInstance().DrawDebugBox(Input.TargetState.Position, BoxExtent, Rotation, DebugColor, false, CVarDebugdrawLifetime->GetFloat(), 0, 1.0f); +#endif +} + FName FPhysicsReplicationAsyncVR::GetFNameForStatId() const { const static FLazyName StaticName("FPhysicsReplicationAsyncCallback"); return StaticName; } +bool FPhysicsReplicationAsyncVR::UsePhysicsReplicationLOD() +{ + Chaos::FPBDRigidsSolver& RigidsSolver = GetSolver()->CastChecked(); + + IPhysicsReplicationLODAsync* PhysRepLod = RigidsSolver.GetPhysicsReplicationLOD_Internal(); + return PhysRepLod && PhysRepLod->IsEnabled(); +} + #pragma endregion // FPhysicsReplicationAsync \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableStaticMeshActor.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableStaticMeshActor.cpp index 2379ac3..485ba79 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableStaticMeshActor.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/GrippableStaticMeshActor.cpp @@ -725,11 +725,11 @@ void AGrippableStaticMeshActor::OnRep_ReplicatedMovement() return; } - if (VRGripInterfaceSettings.HoldingControllers.Num() > 0) + /*if (VRGripInterfaceSettings.HoldingControllers.Num() > 0) { ShouldWeSkipAttachmentReplication(); int gg = 0; - } + }*/ Super::OnRep_ReplicatedMovement(); } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/HandSocketComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/HandSocketComponent.cpp index 91a775c..dc3cbc4 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/HandSocketComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Grippables/HandSocketComponent.cpp @@ -206,7 +206,8 @@ bool UHandSocketComponent::GetAnimationSequenceAsPoseSnapShot(UAnimSequence* InA const FReferenceSkeleton& RefSkeleton = (TargetMesh) ? TargetMesh->GetSkinnedAsset()->GetRefSkeleton() : InAnimationSequence->GetSkeleton()->GetReferenceSkeleton(); FTransform LocalTransform; - const TArray& TrackMap = InAnimationSequence->GetCompressedTrackToSkeletonMapTable(); + //const TArray& TrackMap = InAnimationSequence->GetCompressedTrackToSkeletonMapTable(); + const TArray& TrackMap = InAnimationSequence->GetCompressedData().Get().CompressedTrackToSkeletonMapTable; int32 TrackIndex = INDEX_NONE; OutPoseSnapShot.LocalTransforms.Reserve(OutPoseSnapShot.BoneNames.Num()); @@ -237,8 +238,9 @@ bool UHandSocketComponent::GetAnimationSequenceAsPoseSnapShot(UAnimSequence* InA if (TrackIndex != INDEX_NONE && (!bSkipRootBone || TrackIndex != 0)) { - double TrackLocation = 0.0f; - InAnimationSequence->GetBoneTransform(LocalTransform, FSkeletonPoseBoneIndex(TrackMap[TrackIndex].BoneTreeIndex), TrackLocation, false); + //double TrackLocation = 0.0f; + // FAnimExtraContext default is fine, its a zero track location + InAnimationSequence->GetBoneTransform(LocalTransform, FSkeletonPoseBoneIndex(TrackMap[TrackIndex].BoneTreeIndex), FAnimExtractContext(), false); } else { @@ -317,7 +319,7 @@ bool UHandSocketComponent::GetBlendedPoseSnapShot(FPoseSnapshot& PoseSnapShot, U const FReferenceSkeleton& RefSkeleton = (TargetMesh) ? TargetMesh->GetSkinnedAsset()->GetRefSkeleton() : HandTargetAnimation->GetSkeleton()->GetReferenceSkeleton(); FTransform LocalTransform; - const TArray& TrackMap = HandTargetAnimation->GetCompressedTrackToSkeletonMapTable(); + const TArray& TrackMap = HandTargetAnimation->GetCompressedData().Get().CompressedTrackToSkeletonMapTable; int32 TrackIndex = INDEX_NONE; for (int32 BoneNameIndex = 0; BoneNameIndex < PoseSnapShot.BoneNames.Num(); ++BoneNameIndex) @@ -345,8 +347,9 @@ bool UHandSocketComponent::GetBlendedPoseSnapShot(FPoseSnapshot& PoseSnapShot, U if (TrackIndex != INDEX_NONE && (!bSkipRootBone || TrackIndex != 0)) { - double TrackLocation = 0.0f; - HandTargetAnimation->GetBoneTransform(LocalTransform, FSkeletonPoseBoneIndex(TrackMap[TrackIndex].BoneTreeIndex), TrackLocation, false); + //double TrackLocation = 0.0f; + // FAnimExtraContext default is fine, its a zero track location + HandTargetAnimation->GetBoneTransform(LocalTransform, FSkeletonPoseBoneIndex(TrackMap[TrackIndex].BoneTreeIndex), FAnimExtractContext(), false); } else { @@ -609,7 +612,7 @@ FTransform UHandSocketComponent::GetBoneTransformAtTime(UAnimSequence* MyAnimSeq if (const IAnimationDataModel* AnimModel = AnimController.GetModel()) { - const TArray& TrackMap = MyAnimSequence->GetCompressedTrackToSkeletonMapTable(); + const TArray& TrackMap = MyAnimSequence->GetCompressedData().Get().CompressedTrackToSkeletonMapTable; int32 TrackIndex = INDEX_NONE; if (BoneIdx != INDEX_NONE && BoneIdx < TrackMap.Num() && TrackMap[BoneIdx].BoneTreeIndex == BoneIdx) @@ -635,7 +638,9 @@ FTransform UHandSocketComponent::GetBoneTransformAtTime(UAnimSequence* MyAnimSeq FSkeletonPoseBoneIndex BoneIndex(TrackMap[TrackIndex].BoneTreeIndex); if (BoneIndex.IsValid()) { - MyAnimSequence->GetBoneTransform(BoneTransform, BoneIndex, /*AnimTime*/ tracklen, bUseRawDataOnly); + FAnimExtractContext NewContext; + NewContext.CurrentTime = tracklen; + MyAnimSequence->GetBoneTransform(BoneTransform, BoneIndex, /*AnimTime*/ NewContext, bUseRawDataOnly); return BoneTransform; } } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/OptionalRepSkeletalMeshActor.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/OptionalRepSkeletalMeshActor.cpp index be833e5..199c9f0 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/OptionalRepSkeletalMeshActor.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/OptionalRepSkeletalMeshActor.cpp @@ -561,6 +561,7 @@ void UInversePhysicsSkeletalMeshComponent::RegisterEndPhysicsTick(bool bRegister // For testing if the engine fix is live yet or not //return Super::RegisterEndPhysicsTick(bRegister); + if (bRegister != EndPhysicsTickFunctionVR.IsTickFunctionRegistered()) { if (bRegister) diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRAIPerceptionOverrides.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRAIPerceptionOverrides.cpp index 0e932b3..28a69c0 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRAIPerceptionOverrides.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRAIPerceptionOverrides.cpp @@ -1117,7 +1117,7 @@ void UAISense_Sight_VR::RemoveAllQueriesByListener(const FPerceptionListener& Li SCOPE_CYCLE_COUNTER(STAT_AI_Sense_Sight_RemoveByListener); UE_MT_SCOPED_WRITE_ACCESS(QueriesListAccessDetector); - const uint32 ListenerId = Listener.GetListenerID(); + const FPerceptionListenerID ListenerId = Listener.GetListenerID(); auto RemoveQuery = [&ListenerId, &OnRemoveFunc](TArray& SightQueries, const int32 QueryIndex)->EReverseForEachResult { @@ -1185,7 +1185,7 @@ void UAISense_Sight_VR::RemoveAllQueriesToTarget_Internal(const FAISightTargetVR void UAISense_Sight_VR::OnListenerForgetsActor(const FPerceptionListener& Listener, AActor& ActorToForget) { - const uint32 ListenerId = Listener.GetListenerID(); + const FPerceptionListenerID ListenerId = Listener.GetListenerID(); const uint32 TargetId = ActorToForget.GetUniqueID(); auto ForgetPreviousResult = [&ListenerId, &TargetId](FAISightQueryVR& SightQuery)->EForEachResult @@ -1212,7 +1212,7 @@ void UAISense_Sight_VR::OnListenerForgetsAll(const FPerceptionListener& Listener { UE_MT_SCOPED_WRITE_ACCESS(QueriesListAccessDetector); - const uint32 ListenerId = Listener.GetListenerID(); + const FPerceptionListenerID ListenerId = Listener.GetListenerID(); auto ForgetPreviousResult = [&ListenerId](FAISightQueryVR& SightQuery)->EForEachResult { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRGameViewportClient.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRGameViewportClient.cpp index 44d9e5a..5fffb61 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRGameViewportClient.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRGameViewportClient.cpp @@ -103,7 +103,7 @@ bool UVRGameViewportClient::InputKey(const FInputKeyEventArgs& EventArgs) } } -bool UVRGameViewportClient::InputAxis(FViewport* tViewport, FInputDeviceId InputDevice, FKey Key, float Delta, float DeltaTime, int32 NumSamples, bool bGamepad) +bool UVRGameViewportClient::InputAxis(const FInputKeyEventArgs& Args) { // Remap the old int32 ControllerId value to the new InputDeviceId IPlatformInputDeviceMapper& DeviceMapper = IPlatformInputDeviceMapper::Get(); @@ -111,8 +111,8 @@ bool UVRGameViewportClient::InputAxis(FViewport* tViewport, FInputDeviceId Input const int32 NumLocalPlayers = World->GetGameInstance()->GetNumLocalPlayers(); // Early out if a gamepad or not a mouse event (vr controller) or ignoring input or is default setup / no GEngine - if (((!Key.IsMouseButton() && !bGamepad) || (bGamepad && !IsValidGamePadKey(Key))) || NumLocalPlayers < 2 || GameInputMethod == EVRGameInputMethod::GameInput_Default || IgnoreInput()) - return Super::InputAxis(tViewport, InputDevice, Key, Delta, DeltaTime, NumSamples, bGamepad); + if (((!Args.Key.IsMouseButton() && !Args.IsGamepad()) || (Args.IsGamepad() && !IsValidGamePadKey(Args.Key))) || NumLocalPlayers < 2 || GameInputMethod == EVRGameInputMethod::GameInput_Default || IgnoreInput()) + return Super::InputAxis(Args); if (GameInputMethod == EVRGameInputMethod::GameInput_KeyboardAndMouseToPlayer2) { @@ -123,7 +123,9 @@ bool UVRGameViewportClient::InputAxis(FViewport* tViewport, FInputDeviceId Input FInputDeviceId DeviceId = INPUTDEVICEID_NONE; DeviceMapper.RemapControllerIdToPlatformUserAndDevice(ControllerId, UserId, DeviceId); - return Super::InputAxis(tViewport, DeviceId, Key, Delta, DeltaTime, NumSamples, bGamepad); + FInputKeyEventArgs NewArgs = Args; + NewArgs.InputDevice = DeviceId; + return Super::InputAxis(NewArgs); } else // Shared keyboard and mouse { @@ -134,7 +136,9 @@ bool UVRGameViewportClient::InputAxis(FViewport* tViewport, FInputDeviceId Input FInputDeviceId DeviceId = INPUTDEVICEID_NONE; DeviceMapper.RemapControllerIdToPlatformUserAndDevice(i, UserId, DeviceId); - bRetVal = Super::InputAxis(tViewport, DeviceId, Key, Delta, DeltaTime, NumSamples, bGamepad) || bRetVal; + FInputKeyEventArgs NewArgs = Args; + NewArgs.InputDevice = DeviceId; + bRetVal = Super::InputAxis(NewArgs) || bRetVal; } return bRetVal; diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRRenderTargetManager.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRRenderTargetManager.cpp index fbe5a35..2bc26e8 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRRenderTargetManager.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/Misc/VRRenderTargetManager.cpp @@ -449,7 +449,7 @@ void ARenderTargetReplicationProxy::SendInitMessage() void ARenderTargetReplicationProxy::SendNextDataBlob() { - if (!IsValid(this) || !this->GetOwner() || !IsValid(this->GetOwner())) + if (!IsValidChecked(this) || !this->GetOwner() || !IsValid(this->GetOwner())) { TextureStore.Reset(); TextureStore.PackedData.Empty(); diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/ReplicatedVRCameraComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/ReplicatedVRCameraComponent.cpp index 346d4ec..bbdecb1 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/ReplicatedVRCameraComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/ReplicatedVRCameraComponent.cpp @@ -210,7 +210,7 @@ void UReplicatedVRCameraComponent::UpdateTracking(float DeltaTime) FRotator StoredCameraRotOffset = FRotator::ZeroRotator; if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) { - AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); + //StoredCameraRotOffset = AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); } else { @@ -250,7 +250,7 @@ void UReplicatedVRCameraComponent::RunNetworkedSmoothing(float DeltaTime) FRotator StoredCameraRotOffset = FRotator::ZeroRotator; if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) { - AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); + //StoredCameraRotOffset = AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); } else { @@ -480,12 +480,12 @@ void UReplicatedVRCameraComponent::HandleXRCamera(float DeltaTime) //FRotator OffsetRotator = if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() != EVRConjoinedMovementModes::C_VRMOVE_Seated) { - AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); + //AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); FRotator StoredCameraRotOffset = FRotator::ZeroRotator; if (AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) { - AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); + //StoredCameraRotOffset = AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); } else { @@ -536,7 +536,7 @@ void UReplicatedVRCameraComponent::OnRep_ReplicatedCameraTransform() FRotator StoredCameraRotOffset = FRotator::ZeroRotator; if (AttachChar->VRMovementReference && AttachChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) { - AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); + //StoredCameraRotOffset = AttachChar->SeatInformation.InitialRelCameraTransform.Rotator(); } else { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacter.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacter.cpp index 13d7a03..e0b200b 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacter.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacter.cpp @@ -185,7 +185,7 @@ void AVRBaseCharacter::PostInitializeComponents() Super::PostInitializeComponents(); - if (IsValid(this)) + if (IsValidChecked(this)) { if (NetSmoother) { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacterMovementComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacterMovementComponent.cpp index 581bc8b..50266e8 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacterMovementComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRBaseCharacterMovementComponent.cpp @@ -1721,6 +1721,17 @@ void UVRBaseCharacterMovementComponent::SimulatedTick(float DeltaSeconds) const FQuat NewCapsuleRotation = UpdatedComponent->GetComponentQuat(); if (Mesh == CharacterOwner->GetMesh() && !NewCapsuleRotation.Equals(OldRotationQuat, 1e-6f) && ClientPredictionData) { + // #TODO: The below is new in 5.6, i don't have saved capsule rotation, don't think i need this change for base char + /* + // Add delta rotation to the target rotation and original offset. Otherwise this object will move back toward the old rotation. + const FQuat RotationDelta = NewCapsuleRotation - SavedCapsuleRotation; + ClientPredictionData->MeshRotationTarget += RotationDelta; + ClientPredictionData->OriginalMeshRotationOffset += RotationDelta; + + // Update the MeshRotationOffset to match the capsule rotation. + ClientPredictionData->MeshRotationOffset = NewCapsuleRotation; + */ + // Smoothing should lerp toward this new rotation target, otherwise it will just try to go back toward the old rotation. ClientPredictionData->MeshRotationTarget = NewCapsuleRotation; Mesh->SetRelativeLocationAndRotation(SavedMeshRelativeLocation, CharacterOwner->GetBaseRotationOffset()); @@ -1941,13 +1952,18 @@ void UVRBaseCharacterMovementComponent::MoveAutonomous( static const auto CVarEnableQueuedAnimEventsOnServer = IConsoleManager::Get().FindConsoleVariable(TEXT("a.EnableQueuedAnimEventsOnServer")); if (CVarEnableQueuedAnimEventsOnServer->GetInt()) { - if (const UAnimInstance* AnimInstance = OwnerMesh->GetAnimInstance()) + if (UAnimInstance* AnimInstance = OwnerMesh->GetAnimInstance()) { if (OwnerMesh->VisibilityBasedAnimTickOption <= EVisibilityBasedAnimTickOption::AlwaysTickPose && AnimInstance->NeedsUpdate()) { // If we are doing a full graph update on the server but its doing a parallel update, - // trigger events right away since these are notifies queued from the montage update and we could be receiving multiple ServerMoves per frame. + // trigger events right away since these are notifies queued from the montage update, and we could be receiving multiple ServerMoves per frame. OwnerMesh->ConditionallyDispatchQueuedAnimEvents(); + + // We need to manually clear the anim notify queue (since normally its only is cleared in PreUpdateAnimation()) otherwise if animation ticks, the notifies queued from the ServerMove would fire twice. + AnimInstance->ClearQueuedAnimEvents(false); + + // When animation ticks, we want its queued events to be triggered. OwnerMesh->AllowQueuedAnimEventsNextDispatch(); } } @@ -1955,7 +1971,7 @@ void UVRBaseCharacterMovementComponent::MoveAutonomous( else { // Revert back to old behavior if wanted/needed. - if (OwnerMesh->ShouldOnlyTickMontages(DeltaTime)) + if (OwnerMesh->ShouldOnlyTickMontages(DeltaTime) || OwnerMesh->ShouldOnlyTickMontagesAndRefreshBones(DeltaTime)) { OwnerMesh->ConditionallyDispatchQueuedAnimEvents(); } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRCharacterMovementComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRCharacterMovementComponent.cpp index 65cc5a3..4ca1ff7 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRCharacterMovementComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRCharacterMovementComponent.cpp @@ -123,7 +123,7 @@ void UVRCharacterMovementComponent::Crouch(bool bClientSimulation) { if (!bClientSimulation) { - CharacterOwner->bIsCrouched = true; + CharacterOwner->SetIsCrouched(true); } CharacterOwner->OnStartCrouch(0.f, 0.f); return; @@ -195,7 +195,7 @@ void UVRCharacterMovementComponent::Crouch(bool bClientSimulation) //UpdatedComponent->MoveComponent(ScaledHalfHeightAdjust * GetGravityDirection(), UpdatedComponent->GetComponentQuat(), true, nullptr, EMoveComponentFlags::MOVECOMP_NoFlags, ETeleportType::TeleportPhysics); } - CharacterOwner->bIsCrouched = true; + CharacterOwner->SetIsCrouched(true); } bForceNextFloorCheck = true; @@ -240,7 +240,7 @@ void UVRCharacterMovementComponent::UnCrouch(bool bClientSimulation) { if (!bClientSimulation) { - CharacterOwner->bIsCrouched = false; + CharacterOwner->SetIsCrouched(false); } CharacterOwner->OnEndCrouch(0.f, 0.f); return; @@ -341,7 +341,11 @@ void UVRCharacterMovementComponent::UnCrouch(bool bClientSimulation) if (!bEncroached) { // Commit the change in location. - //UpdatedComponent->MoveComponent(StandingLocation - PawnLocation, UpdatedComponent->GetComponentQuat(), false, nullptr, EMoveComponentFlags::MOVECOMP_NoFlags, ETeleportType::TeleportPhysics); + if (!BaseVRCharacterOwner || !BaseVRCharacterOwner->bRetainRoomscale) + { + // we actually move this when not using retained roomscale + //UpdatedComponent->MoveComponent(StandingLocation - PawnLocation, UpdatedComponent->GetComponentQuat(), false, nullptr, EMoveComponentFlags::MOVECOMP_NoFlags, ETeleportType::TeleportPhysics); + } bForceNextFloorCheck = true; } } @@ -352,7 +356,7 @@ void UVRCharacterMovementComponent::UnCrouch(bool bClientSimulation) return; } - CharacterOwner->bIsCrouched = false; + CharacterOwner->SetIsCrouched(false); } else { @@ -881,7 +885,7 @@ void UVRCharacterMovementComponent::PhysWalking(float deltaTime, int32 Iteration return; } - if (!CharacterOwner || (!CharacterOwner->Controller && !bRunPhysicsWithNoController && !HasAnimRootMotion() && !CurrentRootMotion.HasOverrideVelocity() && (CharacterOwner->GetLocalRole() != ROLE_SimulatedProxy))) + if (!CharacterOwner || (!CharacterOwner->GetController() && !bRunPhysicsWithNoController && !HasAnimRootMotion() && !CurrentRootMotion.HasOverrideVelocity() && (CharacterOwner->GetLocalRole() != ROLE_SimulatedProxy))) { Acceleration = FVector::ZeroVector; Velocity = FVector::ZeroVector; @@ -908,7 +912,7 @@ void UVRCharacterMovementComponent::PhysWalking(float deltaTime, int32 Iteration RewindVRRelativeMovement(); // Perform the move - while ((remainingTime >= MIN_TICK_TIME) && (Iterations < MaxSimulationIterations) && CharacterOwner && (CharacterOwner->Controller || bRunPhysicsWithNoController || HasAnimRootMotion() || CurrentRootMotion.HasOverrideVelocity() || (CharacterOwner->GetLocalRole() == ROLE_SimulatedProxy))) + while ((remainingTime >= MIN_TICK_TIME) && (Iterations < MaxSimulationIterations) && CharacterOwner && (CharacterOwner->GetController() || bRunPhysicsWithNoController || HasAnimRootMotion() || CurrentRootMotion.HasOverrideVelocity() || (CharacterOwner->GetLocalRole() == ROLE_SimulatedProxy))) { Iterations++; bJustTeleported = false; @@ -1085,7 +1089,7 @@ void UVRCharacterMovementComponent::PhysWalking(float deltaTime, int32 Iteration } AdjustFloorHeight(); - SetBase(CurrentFloor.HitResult.Component.Get(), CurrentFloor.HitResult.BoneName); + SetBaseFromFloor(CurrentFloor); } else if (CurrentFloor.HitResult.bStartPenetrating && remainingTime <= 0.f) { @@ -2275,7 +2279,7 @@ void UVRCharacterMovementComponent::UpdateBasedMovement(float DeltaSeconds) { // Nothing changed. This means we probably are using another rotation mechanism (bOrientToMovement etc). We should still follow the base object. // @todo: This assumes only Yaw is used, currently a valid assumption. This is the only reason FaceRotation() is used above really, aside from being a virtual hook. - if (bOrientRotationToMovement || (bUseControllerDesiredRotation && CharacterOwner->Controller)) + if (bOrientRotationToMovement || (bUseControllerDesiredRotation && CharacterOwner->GetController())) { // Custom gravity automatically aligns the character to the gravity direction, so we shouldn't zero out pitch and roll. if (!HasCustomGravity()) @@ -2289,7 +2293,7 @@ void UVRCharacterMovementComponent::UpdateBasedMovement(float DeltaSeconds) } // Pipe through ControlRotation, to affect camera. - if (CharacterOwner->Controller) + if (CharacterOwner->GetController()) { const FQuat PawnDeltaRotation = FinalQuat * PawnOldQuat.Inverse(); FRotator FinalRotation = FinalQuat.Rotator(); @@ -3195,7 +3199,7 @@ void UVRCharacterMovementComponent::PhysNavWalking(float deltaTime, int32 Iterat } // Root motion not for VR - if ((!CharacterOwner || !CharacterOwner->Controller) && !bRunPhysicsWithNoController && !HasAnimRootMotion() && !CurrentRootMotion.HasOverrideVelocity()) + if ((!CharacterOwner || !CharacterOwner->GetController()) && !bRunPhysicsWithNoController && !HasAnimRootMotion() && !CurrentRootMotion.HasOverrideVelocity()) { Acceleration = FVector::ZeroVector; Velocity = FVector::ZeroVector; @@ -3814,7 +3818,7 @@ void UVRCharacterMovementComponent::SimulateMovement(float DeltaSeconds) if (IsMovingOnGround()) { AdjustFloorHeight(); - SetBase(CurrentFloor.HitResult.Component.Get(), CurrentFloor.HitResult.BoneName); + SetBaseFromFloor(CurrentFloor); } else if (MovementMode == MOVE_Falling) { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp index b660744..166f9e3 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRGestureComponent.cpp @@ -544,7 +544,7 @@ void UVRGestureComponent::DrawDebugGesture(UObject* WorldContextObject, FTransfo FVector MirrorVector = FVector(1.f, -1.f, 1.f); // Only mirroring on Y axis to flip Left/Right // this means foreground lines can't be persistent - ULineBatchComponent* const LineBatcher = (InWorld ? ((DepthPriority == SDPG_Foreground) ? InWorld->ForegroundLineBatcher : ((bPersistentLines || (LifeTime > 0.f)) ? InWorld->PersistentLineBatcher : InWorld->LineBatcher)) : NULL); + ULineBatchComponent* const LineBatcher = (InWorld ? ((DepthPriority == SDPG_Foreground) ? InWorld->GetLineBatcher(UWorld::ELineBatcherType::Foreground) : ((bPersistentLines || (LifeTime > 0.f)) ? InWorld->GetLineBatcher(UWorld::ELineBatcherType::WorldPersistent) : InWorld->GetLineBatcher(UWorld::ELineBatcherType::World))) : NULL); if (LineBatcher != NULL) { diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRPathFollowingComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRPathFollowingComponent.cpp index 6768f25..3043383 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRPathFollowingComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRPathFollowingComponent.cpp @@ -52,7 +52,7 @@ void UVRPathFollowingComponent::GetDebugStringTokens(TArray& Tokens, TA Tokens.Add(GetStatusDesc()); Flags.Add(EPathFollowingDebugTokens::Description); - if (Status != EPathFollowingStatus::Moving) + if (GetStatus() != EPathFollowingStatus::Moving) { return; } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRRootComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRRootComponent.cpp index c14c376..adda839 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRRootComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRRootComponent.cpp @@ -11,6 +11,7 @@ #include "Engine/ScopedMovementUpdate.h" #include "SceneManagement.h" #include "PrimitiveSceneProxy.h" +#include "SceneView.h" //#include "DrawDebugHelpers.h" #include "IHeadMountedDisplay.h" #include "IXRTrackingSystem.h" @@ -962,7 +963,7 @@ bool UVRRootComponent::MoveComponentImpl(const FVector& Delta, const FQuat& NewR //CSV_SCOPED_TIMING_STAT(PrimitiveComponent, MoveComponentTime); // static things can move before they are registered (e.g. immediately after streaming), but not after. - if (!IsValid(this) || (this->Mobility == EComponentMobility::Static && IsRegistered()))//|| CheckStaticMobilityAndWarn(PrimitiveComponentStatics::MobilityWarnText)) + if (!IsValidChecked(this) || (this->Mobility == EComponentMobility::Static && IsRegistered()))//|| CheckStaticMobilityAndWarn(PrimitiveComponentStatics::MobilityWarnText)) { if (OutHit) { @@ -1233,7 +1234,7 @@ bool UVRRootComponent::MoveComponentImpl(const FVector& Delta, const FQuat& NewR // Handle blocking hit notifications. Avoid if pending kill (which could happen after overlaps). const bool bAllowHitDispatch = !BlockingHit.bStartPenetrating || !(MoveFlags & MOVECOMP_DisableBlockingOverlapDispatch); - if (BlockingHit.bBlockingHit && bAllowHitDispatch && IsValid(this)) + if (BlockingHit.bBlockingHit && bAllowHitDispatch && IsValidChecked(this)) { check(bFilledHitResult); if (IsDeferringMovementUpdates()) @@ -1329,7 +1330,7 @@ bool UVRRootComponent::UpdateOverlapsImpl(const TOverlapArrayView* NewPendingOve TInlineOverlapPointerArray NewOverlappingComponentPtrs; // If pending kill, we should not generate any new overlaps. Also not if overlaps were just disabled during BeginComponentOverlap. - if (IsValid(this) && GetGenerateOverlapEvents()) + if (IsValidChecked(this) && GetGenerateOverlapEvents()) { // 4.17 converted to auto cvar static const auto CVarAllowCachedOverlaps = IConsoleManager::Get().FindConsoleVariable(TEXT("p.AllowCachedOverlaps")); @@ -1553,7 +1554,7 @@ bool UVRRootComponent::IsLocallyControlled() const // Simulated proxies should already have the new height from the server if (!owningVRChar->bRetainRoomscale && (owningVRChar->GetNetMode() < ENetMode::NM_Client || IsLocallyControlled())) { - MoveComponent(this->GetComponentQuat().GetUpVector() * (Offset * this->GetComponentScale().Z), GetComponentQuat(), true, nullptr, EMoveComponentFlags::MOVECOMP_NoFlags, ETeleportType::TeleportPhysics); + MoveComponent(this->GetComponentQuat().GetUpVector() * (Offset * this->GetComponentScale().Z), GetComponentQuat(), false, nullptr, EMoveComponentFlags::MOVECOMP_NoFlags, ETeleportType::TeleportPhysics); } /*else { @@ -1581,7 +1582,7 @@ bool UVRRootComponent::IsLocallyControlled() const void UVRRootComponent::UpdatePhysicsVolume(bool bTriggerNotifiers) { - if (GetShouldUpdatePhysicsVolume() && IsValid(this)) + if (GetShouldUpdatePhysicsVolume() && IsValidChecked(this)) { // SCOPE_CYCLE_COUNTER(STAT_UpdatePhysicsVolume); if (UWorld * MyWorld = GetWorld()) diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRStereoWidgetComponent.cpp b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRStereoWidgetComponent.cpp index 2afa1d3..cd82855 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRStereoWidgetComponent.cpp +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Private/VRStereoWidgetComponent.cpp @@ -11,6 +11,8 @@ #include "VRRootComponent.h" #include "TextureResource.h" #include "Engine/Texture.h" +#include "Engine/Texture2D.h" +#include "SceneView.h" #include "Engine/GameInstance.h" #include "SceneManagement.h" #include "Materials/Material.h" @@ -27,6 +29,8 @@ #include "Engine/Engine.h" #include "Engine/GameViewportClient.h" #include "Engine/TextureRenderTarget2D.h" +#include "ImageUtils.h" +#include "ImageCoreUtils.h" //#include "Widgets/SWindow.h" #include "Framework/Application/SlateApplication.h" #include "Kismet/KismetSystemLibrary.h" @@ -415,6 +419,8 @@ UVRStereoWidgetComponent::~UVRStereoWidgetComponent() void UVRStereoWidgetComponent::EndPlay(const EEndPlayReason::Type EndPlayReason) { + Super::EndPlay(EndPlayReason); + if (EndPlayReason == EEndPlayReason::EndPlayInEditor || EndPlayReason == EEndPlayReason::Quit) { //FStereoLayerAdditionalFlagsManager::Destroy(); @@ -431,6 +437,12 @@ void UVRStereoWidgetComponent::BeginDestroy() LayerId = IStereoLayers::FLayerDesc::INVALID_LAYER_ID; } + if (IsValid(TextureRef)) + { + TextureRef->RemoveFromRoot(); + TextureRef = nullptr; + } + Super::BeginDestroy(); } @@ -601,7 +613,14 @@ void UVRStereoWidgetComponent::TickComponent(float DeltaTime, enum ELevelTick Ti if (AVRCharacter* VRChar = Cast(mpawn)) { - HMDLoc += UVRExpansionFunctionLibrary::GetHMDPureYaw_I(HMDRot.Rotator()).RotateVector(FVector(VRChar->VRRootReference->VRCapsuleOffset.X, VRChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + if (VRChar->VRMovementReference && VRChar->VRMovementReference->GetReplicatedMovementMode() == EVRConjoinedMovementModes::C_VRMOVE_Seated) + { + + } + else + { + HMDLoc += UVRExpansionFunctionLibrary::GetHMDPureYaw_I(HMDRot.Rotator()).RotateVector(FVector(VRChar->VRRootReference->VRCapsuleOffset.X, VRChar->VRRootReference->VRCapsuleOffset.Y, 0.0f)); + } } DeltaTrans = FTransform(FQuat::Identity, HMDLoc, FVector(1.0f)); @@ -711,8 +730,12 @@ void UVRStereoWidgetComponent::TickComponent(float DeltaTime, enum ELevelTick Ti if (RenderTarget) { - LayerDsec.Texture = RenderTarget->GetResource()->TextureRHI; + // TODO 5.7 need to figure out how to replace this in some way that isn't so fing slow + //PRAGMA_DISABLE_DEPRECATION_WARNINGS + //LayerDsec.Texture = RenderTarget->GetResource()->TextureRHI; + LayerDsec.TextureObj = RenderTarget; LayerDsec.Flags |= (RenderTarget->GetMaterialType() == MCT_TextureExternal) ? IStereoLayers::LAYER_FLAG_TEX_EXTERNAL : 0; + //PRAGMA_ENABLE_DEPRECATION_WARNINGS } // Forget the left texture implementation //if (LeftTexture) diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/GrippablePhysicsReplication.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/GrippablePhysicsReplication.h index 10acf5f..7cd101f 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/GrippablePhysicsReplication.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Grippables/GrippablePhysicsReplication.h @@ -35,7 +35,8 @@ #pragma region FPhysicsReplicationAsync -class FPhysicsReplicationAsyncVR : public Chaos::TSimCallbackObject< +class FPhysicsReplicationAsyncVR : public IPhysicsReplicationAsync, + public Chaos::TSimCallbackObject< FPhysicsReplicationAsyncInput, Chaos::FSimCallbackNoOutput, Chaos::ESimCallbackOptions::Presimulate | Chaos::ESimCallbackOptions::PhysicsObjectUnregister> @@ -45,7 +46,9 @@ class FPhysicsReplicationAsyncVR : public Chaos::TSimCallbackObject< virtual void OnPreSimulate_Internal() override; virtual void OnPhysicsObjectUnregistered_Internal(Chaos::FConstPhysicsObjectHandle PhysicsObject) override; - virtual void ApplyTargetStatesAsync(const float DeltaSeconds, const FPhysicsRepErrorCorrectionData& ErrorCorrection, const TArray& TargetStates); + virtual void ApplyTargetStatesAsync(const float DeltaSeconds); + UE_DEPRECATED(5.6, "Deprecated, call the function with just @param DeltaSeconds instead.") + virtual void ApplyTargetStatesAsync(const float DeltaSeconds, const FPhysicsRepErrorCorrectionData& ErrorCorrection, const TArray& TargetStates) { ApplyTargetStatesAsync(DeltaSeconds); }; // Replication functions virtual void DefaultReplication_DEPRECATED(Chaos::FRigidBodyHandle_Internal* Handle, const FPhysicsRepAsyncInputData& State, const float DeltaSeconds, const FPhysicsRepErrorCorrectionData& ErrorCorrection); @@ -54,7 +57,7 @@ class FPhysicsReplicationAsyncVR : public Chaos::TSimCallbackObject< virtual bool ResimulationReplication(Chaos::FPBDRigidParticleHandle* Handle, FReplicatedPhysicsTargetAsync& Target, const float DeltaSeconds); public: - virtual void RegisterSettings(Chaos::FConstPhysicsObjectHandle PhysicsObject, FNetworkPhysicsSettingsAsync InSettings); + virtual void RegisterSettings(Chaos::FConstPhysicsObjectHandle PhysicsObject, FNetworkPhysicsSettingsAsync InSettings) override; private: float LatencyOneWay; @@ -63,6 +66,8 @@ private: FNetworkPhysicsSettingsAsync SettingsDefault; TMap ObjectToTarget; TMap ObjectToSettings; + TArray ResimIslands; + TArray ResimIslandsParticles; TArray ParticlesInResimIslands; TArray ReplicatedParticleIDs; @@ -74,7 +79,15 @@ private: void CacheResimInteractions(); // Sets SettingsCurrent to either the objects custom settings or to the default settings void FetchObjectSettings(Chaos::FConstPhysicsObjectHandle PhysicsObject); + bool UsePhysicsReplicationLOD(); + void CheckTargetResimValidity(FReplicatedPhysicsTargetAsync& Target); + void ApplyPhysicsReplicationLOD(Chaos::FConstPhysicsObjectHandle PhysicsObjectHandle, FReplicatedPhysicsTargetAsync& Target, const uint32 LODFlags); + void DebugDrawReplicationMode(const FPhysicsRepAsyncInputData& Input); + + /** Static function to extrapolate a target for N ticks using X DeltaSeconds */ static void ExtrapolateTarget(FReplicatedPhysicsTargetAsync& Target, const int32 ExtrapolateFrames, const float DeltaSeconds); + /** Static function to extrapolate a target for N Seconds */ + static void ExtrapolateTarget(FReplicatedPhysicsTargetAsync& Target, const float ExtrapolationTime); public: void Setup(FRigidBodyErrorCorrection ErrorCorrection) diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRGameViewportClient.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRGameViewportClient.h index 61f52fd..6ddbeba 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRGameViewportClient.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRGameViewportClient.h @@ -61,5 +61,5 @@ public: virtual void PostInitProperties() override; virtual bool InputKey(const FInputKeyEventArgs& EventArgs) override; - virtual bool InputAxis(FViewport* tViewport, FInputDeviceId InputDevice, FKey Key, float Delta, float DeltaTime, int32 NumSamples = 1, bool bGamepad = false) override; + virtual bool InputAxis(const FInputKeyEventArgs& Args) override; }; \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRVehiclePawn.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRVehiclePawn.h index 83afc09..672e6b4 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRVehiclePawn.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRVehiclePawn.h @@ -93,11 +93,11 @@ public: SetupPlayerInputComponent(InputComponent); InputComponent->RegisterComponent(); - if (UInputDelegateBinding::SupportsInputDelegate(GetClass())) - { + //if (UInputDelegateBinding::SupportsInputDelegate(GetClass())) + //{ InputComponent->bBlockInput = bBlockInput; UInputDelegateBinding::BindInputDelegates(GetClass(), InputComponent); - } + //} } } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRWheeledVehicle.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRWheeledVehicle.h index a0ed62a..10b61d4 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRWheeledVehicle.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/Misc/VRWheeledVehicle.h @@ -108,11 +108,11 @@ public: SetupPlayerInputComponent(InputComponent); InputComponent->RegisterComponent(); - if (UInputDelegateBinding::SupportsInputDelegate(GetClass())) - { + //if (UInputDelegateBinding::SupportsInputDelegate(GetClass())) + //{ InputComponent->bBlockInput = bBlockInput; UInputDelegateBinding::BindInputDelegates(GetClass(), InputComponent); - } + //} } } diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRStereoWidgetComponent.h b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRStereoWidgetComponent.h index 9fddf36..39e3e2f 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRStereoWidgetComponent.h +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/Public/VRStereoWidgetComponent.h @@ -181,6 +181,9 @@ public: UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "StereoLayer", Meta = (GetOptions = "EditorFlagCollector.GetFlagNames")) TArray AdditionalFlags; + UPROPERTY() + TObjectPtr TextureRef = nullptr; + protected: /** Texture displayed on the stereo layer (is stereocopic textures are supported on the platfrom and more than one texture is provided, this will be the right eye) **/ //UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "StereoLayer") diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/VRExpansionPlugin.Build.cs b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/VRExpansionPlugin.Build.cs index f065a80..56a0175 100644 --- a/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/VRExpansionPlugin.Build.cs +++ b/VIRTUOS_ExpansionPluginTests/Plugins/VRExpansionPlugin/VRExpansionPlugin/Source/VRExpansionPlugin/VRExpansionPlugin.Build.cs @@ -11,6 +11,8 @@ public class VRExpansionPlugin : ModuleRules public VRExpansionPlugin(ReadOnlyTargetRules Target) : base(Target) { + DefaultBuildSettings = BuildSettingsVersion.Latest; + IncludeOrderVersion = EngineIncludeOrderVersion.Latest; PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; //bEnforceIWYU = true; @@ -83,6 +85,7 @@ public class VRExpansionPlugin : ModuleRules // "CoreUObject", //"Engine", "InputCore", + "ImageCore", // For new stereo layer stuff //"FLEX", remove comment if building in the NVIDIA flex branch - NOTE when put in place FLEX only listed win32 and win64 at compatible platforms //"HeadMountedDisplay", "RHI", diff --git a/VIRTUOS_ExpansionPluginTests/README.md b/VIRTUOS_ExpansionPluginTests/README.md deleted file mode 100644 index 02dcdcf..0000000 --- a/VIRTUOS_ExpansionPluginTests/README.md +++ /dev/null @@ -1,10 +0,0 @@ -### How do I get set up? ### - -Current compatible versions for template: Latest Engine Version (Template is not kept to as many compatible versions as the plugin itself). - -* Right click on VRExpPluginExample.uproject and switch to your preferred (compatible) engine version. -* If project files did not automatically generate after switching, right click again and select "Generate Visual Studio Files" -* Open Solution and build - Or download the pre-built binary package from the forum thread for the engine version and place into the plugins directory. -* Run - -You need to have visual studio installed and follow the UE4 setup guide for it: https://docs.unrealengine.com/latest/INT/Programming/Development/VisualStudioSetup/ \ No newline at end of file diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index 5790317..68c8a41 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -1,6 +1,6 @@ { "FileVersion": 3, - "EngineAssociation": "5.5", + "EngineAssociation": "5.6", "Category": "", "Description": "", "Modules": [ From 47088bf2d4e2023520e5fc44be2b60a3cafc5b10 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 16 Sep 2025 15:38:44 +0200 Subject: [PATCH 29/47] Misced Fixes in some Models, reworked CaptchaDoor, Added Portal --- .gitattributes | 2 +- VIRTUOS_ExpansionPluginTests/.gitignore | 0 VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini | 2 +- .../Core/3D_lamp_3-Ean/StaticMeshes/3D_lamp_3-Ean.uasset | 3 +++ .../Content/Core/BP_DynamicLineSpawn.uasset | 3 +++ .../Content/Core/BP_HangingLamp.uasset | 3 +++ .../Content/Core/Functions/CommonFunctions.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset | 3 +++ .../Content/Development/BP_Portal.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 4 ++-- .../Content/Maps/Map_Stream_MachineRoom.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/BP_Clarice.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset | 4 ++-- .../Content/World/Characters/Clarice/ClosedOverlap.uasset | 3 +++ .../Content/World/Characters/CustomAIController.uasset | 4 ++-- .../World/Characters/Gilbert/BP_GilbertThirdPerson.uasset | 4 ++-- .../World/Characters/Gilbert/NewFolder/Gilbert_AnimBP.uasset | 4 ++-- .../World/Interactibles/CardboardBoxes/BP_Cardboard.uasset | 3 +++ .../CardboardBoxes/CardboardBox_01/CardboardBox_01.uasset | 3 +++ .../CardboardBoxes/CardboardBox_01/Materials/lambert1.uasset | 3 +++ .../CardboardBox_01/Textures/lambert1_baseColor.uasset | 3 +++ .../Textures/lambert1_metallicRoughness.uasset | 3 +++ .../CardboardBox_01/Textures/lambert1_normal.uasset | 3 +++ .../CardboardBox_01/Var1/CardboardBox_01_Var1.uasset | 3 +++ .../Deco/PictureFrame/BP_PictureFrameClarice.uasset | 4 ++-- .../Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset | 4 ++-- .../Content/World/Interactibles/Electrical/Doors/Cube.uasset | 3 --- .../World/Interactibles/Electrical/Doors/Cube_001.uasset | 3 --- .../World/Interactibles/Electrical/Doors/Cube_002.uasset | 3 --- .../World/Interactibles/Electrical/Doors/M_CaptchaDoor.uasset | 3 +++ .../Electrical/Doors/MergedBake_Bake1_PBR_Diffuse.uasset | 4 ++-- .../Electrical/Doors/MergedBake_Bake1_PBR_Normal.uasset | 4 ++-- .../Electrical/Doors/MergedBake_Bake1_PBR_PackedTex.uasset | 4 ++-- .../World/Interactibles/Electrical/Doors/NewMaterial.uasset | 4 ++-- .../World/Interactibles/Electrical/Doors/SM_Displays.uasset | 3 +++ .../World/Interactibles/Electrical/Doors/SM_Door.uasset | 3 +++ .../World/Interactibles/Electrical/Doors/SM_Frame.uasset | 3 +++ .../Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset | 4 ++-- .../Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset | 4 ++-- .../Furniture/Doors/SlidingDoorA/MI_SlidingDoor.uasset | 3 --- .../Furniture/Doors/SlidingDoorA/M_SlidingDoor.uasset | 3 +++ .../SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Diffuse.uasset | 4 ++-- .../Obj_SlidingDoor_Bake1_PBR_MetallicRoughness.uasset | 3 --- .../SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Normal.uasset | 4 ++-- .../SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_PackedTex.uasset | 3 +++ .../Furniture/Doors/SlidingDoorA/White_001.uasset | 3 --- .../Furniture/Doors/SlidingDoorA/sliding_door.uasset | 4 ++-- .../World/Interactibles/Furniture/Kitchen/BP_Kitchen.uasset | 4 ++-- .../Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset | 4 ++-- .../Interactibles/Furniture/Kitchen/Material2_287.uasset | 4 ++-- .../Furniture/Tables/Table/BP_RoundedTable.uasset | 4 ++-- .../Content/World/Materials/Master/M_MaterialAtlas.uasset | 4 ++-- .../Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset | 3 +++ .../World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset | 3 +++ .../Lights/ShipLamp/Screws_high_003_Bake1_PBR_Diffuse.uasset | 3 +++ .../Screws_high_003_Bake1_PBR_MetallicRoughnessAlpha.uasset | 3 +++ .../Lights/ShipLamp/Screws_high_003_Bake1_PBR_Normal.uasset | 3 +++ .../Content/World/Static/Lights/ShipLamp/ShipLamp.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/90Degree-Big.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/90Degree-Small.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset | 4 ++-- .../World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset | 3 --- .../Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset | 3 --- .../Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset | 3 --- .../Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset | 3 --- .../Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset | 4 ++-- .../Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset | 3 --- .../Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset | 4 ++-- .../Rugs/RedRug/carpet_baseColor_Bake1_PBR_Diffuse.uasset | 3 +++ .../Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Mat.uasset | 3 +++ .../Rugs/RedRug/carpet_baseColor_Bake1_PBR_Normal.uasset | 3 +++ .../Rugs/RedRug/carpet_baseColor_Bake1_PBR_Roughness.uasset | 3 +++ .../World/Static/Stairs/Rugs/Rug_1/Material_001.uasset | 4 ++-- .../Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset | 4 ++-- .../Content/World/Static/Walls/SM_Hideout.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject | 2 ++ 87 files changed, 177 insertions(+), 118 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/.gitignore create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/3D_lamp_3-Ean/StaticMeshes/3D_lamp_3-Ean.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/BP_HangingLamp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClosedOverlap.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/BP_Cardboard.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/CardboardBox_01.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Materials/lambert1.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_baseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_metallicRoughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Var1/CardboardBox_01_Var1.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_001.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_002.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/M_CaptchaDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Displays.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Door.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Frame.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/MI_SlidingDoor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/M_SlidingDoor.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_MetallicRoughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_PackedTex.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/White_001.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_MetallicRoughnessAlpha.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/ShipLamp.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Mat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Hideout.uasset diff --git a/.gitattributes b/.gitattributes index c83ee5a..aa113ff 100644 --- a/.gitattributes +++ b/.gitattributes @@ -70,7 +70,7 @@ text=auto # Always recommended to use, supports all platforms: # For the best compatibility and performance, it is recommended to use H.264 encoded MP4 (.mp4) container files. *.[mM][pP]4 filter=lfs diff=lfs merge=lfs -text -Can also be used, only some platforms are supported: +# Can also be used, only some platforms are supported: *.3[gG]2 filter=lfs diff=lfs merge=lfs -text *.3[gG][pP] filter=lfs diff=lfs merge=lfs -text *.3[gG][pP]2 filter=lfs diff=lfs merge=lfs -text diff --git a/VIRTUOS_ExpansionPluginTests/.gitignore b/VIRTUOS_ExpansionPluginTests/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index 90b4f5e..f2a337e 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -320,7 +320,7 @@ bEnableEnhancedDeterminism=False AnimPhysicsMinDeltaTime=0.000000 bSimulateAnimPhysicsAfterReset=False MaxPhysicsDeltaTime=0.033333 -bSubstepping=True +bSubstepping=False bSubsteppingAsync=False MaxSubstepDeltaTime=0.016667 MaxSubsteps=6 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/3D_lamp_3-Ean/StaticMeshes/3D_lamp_3-Ean.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/3D_lamp_3-Ean/StaticMeshes/3D_lamp_3-Ean.uasset new file mode 100644 index 0000000..c026a83 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/3D_lamp_3-Ean/StaticMeshes/3D_lamp_3-Ean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb6dee40976f4dec281bf480fca8bc8a3cbd7b63fe5511ebe18d2e38278a240 +size 337190 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset new file mode 100644 index 0000000..69700cb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1094170063049e7865eec772194cecb01fa2af73caef434739720096c980419 +size 136054 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_HangingLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_HangingLamp.uasset new file mode 100644 index 0000000..b6f92df --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_HangingLamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb5cacd200607ac6218d70bbb28296b5073018c63ea5dd5e56fa51949f57366 +size 32062 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset index 8594e7e..cdd03ab 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08c1537a278b179c21ec61fdb0371a4bbf3d2a92684d5b53bee038d378b8b9d2 -size 178316 +oid sha256:dbe671da395ce2c6ff6bedd55168b47a2f8d2c33a0d78ca60cbd3ddd6fe0827e +size 180270 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset new file mode 100644 index 0000000..170eed5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58887afd4d392d243173298f59ecbc6b95f1b34836490287a460efef80b0f177 +size 10715 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset new file mode 100644 index 0000000..7fbdf40 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d332fdaf439982b6a1dce5b9d5e5d2953322c3a528be717e6dd37ea2703df1f +size 25050 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 0afa04f..e588d30 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:384478091075a5b329330487013e8359df47d1c9e7878040ef3693285b87466a -size 503313 +oid sha256:e134a72f7431b305f11236a885b883711d0de7665b71afd52ca3b65b858b7a52 +size 553495 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index f7100f4..1e5bb82 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:4598073efbde5f5e4273e1d0d33cbbd33ce80a28c488504243bb394cc47d0afd -size 31928 +oid sha256:7f73771a77db67bdc9dbb75e6a65a9173b19703405c3a3762f6988c4978a912a +size 25547 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index ca88dd2..d5730a4 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:0f34273db9016b454f4d0253f56624cff6f6569a6c542df1773c757e6a04c135 -size 146001 +oid sha256:5193637bdfd2810ae1e736019f77da0f5219207aba2c41eda7f10a3465ffe231 +size 157733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap index 730a910..ad7aa1d 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:945fabad519394f1b1b99449dec3be422cecb67fc8ccbc6d359b8cbfbd10c2fc +oid sha256:e35235979c5d1bb4f1c045919c0133cdfed2db8a397617366468521e2b154d64 size 27574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index 700d642..689c79e 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:07dc6e4952fe736076cd329bec22a2eec02fb350c73a725a270ca82f8060325e -size 59640 +oid sha256:89f6a0e37aee2b41011fcacc4c4cdd9bca076af5464bab2cf9e58363bf658b6d +size 67378 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 6e8a05c..0cea479 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:6f8bcd7b69a776fe9c55fe59cba0c440ba30a9b332e5a393f9d6d8e1beedb290 -size 1727775 +oid sha256:ee3fd351b73a724bf996062ba75996fe81926a83c30f3868e6c02d07a0b5a9df +size 1761712 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 96ef3ca..06f1b14 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:ba4676536b31d9bbfafc1d1f458c1b90ad0e9c7ecbbf672bdd94d156ca4c9516 -size 157883 +oid sha256:b9563585f740a4de705c3ec823e77823bcfc25a04e2b8853faee1bf413458360 +size 157391 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset index 4a7b6d3..e852f64 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Potion/PotionActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:669210a4d77c962cfe3df78cd2c40a1c4dce5aceeee27a9959b1fca2e5c478c4 -size 324065 +oid sha256:6b760a1a46e2e07dd47498a6b5abc7531ee5c0151d7b3f4e33a97cf4a03553f5 +size 330063 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 c52f5fc..82e2ef7 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:fee489752e85dd854d3b28b041173e3309d34c4aeefe74c0f24f666b8718ced6 -size 5656675 +oid sha256:d495b8d5065475f4a7ecd3e839b7e198633ca1c45062114ab581f4b4110fecd9 +size 5656535 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 1c23b0a..98cf592 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:ff673f4bed03db202bb6f88566128d5e2db61d9a9b56fe7ccb50dd06e7b9fc84 -size 485856 +oid sha256:8eb01791595c75fb98afeb28fe605606faa99c11d81163681191b0a5abdcdb17 +size 508689 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/BP_Clarice.uasset index b972e2d..9b2c6d7 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:6128a17e9f3692bd66a879da38e764ed6fc18522f3cc0e56ae8240984152248b -size 630413 +oid sha256:15f998a9f83b8071e0646de7e0acb6c691046fa4ee7e3090444951cd6bc80072 +size 713307 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_PhysicsAsset.uasset index 49a06e8..4f74be3 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:84059487710bca0564b0bff4d106a15d9dc141f8d6445f39b2a7def693b611ca -size 42365 +oid sha256:ec2a333ec10069424e7b6acf1310c433d8dd1f2a2a73fc446b8e4fa32198e958 +size 44336 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClosedOverlap.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClosedOverlap.uasset new file mode 100644 index 0000000..8e11fd6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClosedOverlap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6d87d5678cef5d35cd36a8fff924fdb9964a6ef3a4978682027a3f1da83978 +size 10704 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/CustomAIController.uasset index ac86bfd..bc93cab 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:2404080c5421a4c7ff7667e17981287cf432e4d4f468e45f0e1976d57ee6af64 -size 230972 +oid sha256:80c8e6539c5bd129308e3ce23174159c84d3739f15d6ab21d9c1c5c2d22c0694 +size 240592 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Gilbert/BP_GilbertThirdPerson.uasset index 5ddf4dd..1cff97e 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:f38ef41525009e3c6fbba01a7759998ca8918c65239744f7d9d43369f36bbd84 -size 205854 +oid sha256:2d27dd371cae2762cc770f3e4bbe2c6fd74dd4d947ab5858b174bd8116a56190 +size 201883 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 813dd29..d64174d 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:bf736878cb52d4902aba1bd7d10e0ab9c8bbc79b1fbbd406a79934aeaa08bf0b -size 624698 +oid sha256:96ce6290bad2b7c8d3bb0e290f85f519ed4ff5034f44b6f02bfea5160e3e3127 +size 629003 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/BP_Cardboard.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/BP_Cardboard.uasset new file mode 100644 index 0000000..2fbab29 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/BP_Cardboard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b351bfc43ce67d5568b9b43881593e18fd677493c2ab02f2d2c3f11b4a432ae +size 62645 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/CardboardBox_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/CardboardBox_01.uasset new file mode 100644 index 0000000..f1d51e6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/CardboardBox_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e6f49fe32b33551c12bad3f9a3cd69513e5f3addd10eb3932d747d288a666d +size 82165 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Materials/lambert1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Materials/lambert1.uasset new file mode 100644 index 0000000..3c71059 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Materials/lambert1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b4d16d170b75937d5eb5dbc1e2c51aabe5ee3c380e1939f80add9f5a47c297f +size 65548 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_baseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_baseColor.uasset new file mode 100644 index 0000000..8ddf371 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_baseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d99bedada861e7535b71a2e08dd34cc22a96c19997a4bb3390a6c325b1fc676 +size 3190033 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_metallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_metallicRoughness.uasset new file mode 100644 index 0000000..eee0625 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_metallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b1a5f4a877a1ec5c76a44d5f8d7fa4ece62d5900dd08875de5148e9e9df6c8 +size 2485800 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_normal.uasset new file mode 100644 index 0000000..c105300 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Textures/lambert1_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a44e4eb2fcdc78271cda9e755e98c4b76c3d0ea5d9e71477267f777797f8e62 +size 3364415 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Var1/CardboardBox_01_Var1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Var1/CardboardBox_01_Var1.uasset new file mode 100644 index 0000000..775cd8f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/CardboardBoxes/CardboardBox_01/Var1/CardboardBox_01_Var1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54857624e8c6fe86867e9b63946b662f83ac5a116b86fbaad9179239fcbd6d1 +size 82540 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset index f604563..9973710 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Deco/PictureFrame/BP_PictureFrameClarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:144bb53a2b23bdc756971018d2466787d61c81cb3d7f8858eb8ad1d6fb7f211b -size 47060 +oid sha256:cbcf250e5f047d05b158291998a0336f80ffa5fe334a7b7aef2edd540fa30381 +size 103271 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 7a11061..971f5b5 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:98c1a9242d0ade1ccb91268ea0533c4afced66846773a5b004099636edf951bd -size 107344 +oid sha256:d399fccd91c88f0d506ae2ec1e28f38b7d745ba095b86772de3bfe9fc7511e06 +size 107245 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset deleted file mode 100644 index 90d0c4d..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 62b9300..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index e60d3a3..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/Cube_002.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:10ad76a08c8bd989747bcd84ebb6423aed37bcae4014812c54147186fa4b9d2e -size 79443 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/M_CaptchaDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/M_CaptchaDoor.uasset new file mode 100644 index 0000000..95cab08 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/M_CaptchaDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e287bedfaca934fa3984862c03dbc347bb6a1511f65a701c7a097d1aecd3986 +size 16216 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 index 390eb53..d5ba84b 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ea762696a57538ec2ecf77f9f735bea10eda1016b131a120010a17a01c57657a -size 18763797 +oid sha256:d9a843c69ddbcdfd3751c2c6eba86eaa7c3b81857b40bfc2f2964a33b5c1a0ce +size 19640873 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 index 1d5bebf..cbe5a4b 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a797009fec205efdfea0c003dff1cbad7623bdcfee471e48daa30831288745ae -size 83266079 +oid sha256:a566ab3ee58e407ce98c7def0b32eb83ada47aad3b5fd40257d51c6a1071004f +size 64747933 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 index d34a630..69ffb70 100644 --- 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 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7f9d0ccaac0f1e6fcb97ae258d50ce642d16b704e0b8b2ffc0afd0a3db087afa -size 17848784 +oid sha256:9b46d18072e86d8bec1e3ffe4298d390b886fa729afd031c21b1a64272b82677 +size 16090211 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset index f82fd7c..4f7096e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/NewMaterial.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2dda27355b295a03cf961a23e247ec7b0c72b23654ed889fdfc63a820069c5c3 -size 18859 +oid sha256:fc85749e5d87c2e87061a1c1dc9e1d6e7b1fad2d00b0f303f3c2c6b0f686bd91 +size 1417 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Displays.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Displays.uasset new file mode 100644 index 0000000..efeeb0a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Displays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09a01c5e74a1c2521dac9d68af2519b1f93cd7967c15a82d9a03f0d45069436 +size 87958 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Door.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Door.uasset new file mode 100644 index 0000000..cb58846 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e74b50a8f07cb48d5b4e50152804a063145fc119b72eff005f5aaa9f3de379f +size 72535 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Frame.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Frame.uasset new file mode 100644 index 0000000..daa9b1d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/SM_Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23dc77ba98e6e876356c13af7ea6d6619ea0b9142ca3a12013d4ce423a30bc0 +size 80346 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset index cf94667..f43c70b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/BP_LibraryCabinet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:107879bebf9f2024316d2bdd00cc979558d935e255c039f8e20fa1bfef0a949e -size 113928 +oid sha256:becbfd76dbcb7747980ff036c4a95c8114d78a7af25ac806a0ac316c2b31a098 +size 114611 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset index 1ffe1e6..11cd790 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/BP_SlidingDoor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6616cb5de102068f6c6722885fb0ac6e687ef1c4dbf440596ca7d56b764891d -size 39357 +oid sha256:5c41d3513205be2d052c7a1b9e3455ac2a48cce240af3323fc42031594510f4f +size 39205 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/MI_SlidingDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/MI_SlidingDoor.uasset deleted file mode 100644 index 5dcdead..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/MI_SlidingDoor.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:83f6daf1bee9a0014e6c09f2f67282d5f6587cd21e522891d104b078e43f7371 -size 15424 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/M_SlidingDoor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/M_SlidingDoor.uasset new file mode 100644 index 0000000..5c26596 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/M_SlidingDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2554aa57ae222edb9267ad1a18f81325c4dc7d7814c7b37b023256b9abe7985 +size 16862 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Diffuse.uasset index e4e271f..03b414d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Diffuse.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Diffuse.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4ace3f897d570b47292e67df0f27a86c32a40e9d805a835f77d321c8d162af9a -size 25253822 +oid sha256:b944cf74035fb69298bfc29bd44cf91af439ef7b59da189e92cc0a8179f51a5c +size 26718138 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_MetallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_MetallicRoughness.uasset deleted file mode 100644 index 8aaefdf..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_MetallicRoughness.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7b756cdda602969353671f4b72d441583b87e867ecdb2aefe418b3519895dfd0 -size 12201623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Normal.uasset index d9fe162..3eab304 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Normal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_Normal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5c243668c1c1b432d7a33af11f8ff650ffb05ced4b5c4c2a0d5a63f9ddc8d62 -size 82134236 +oid sha256:7b3dc68088acef7e67ac5a74e4d8b96334ccf1ee0c1da8c5bed09dfd44f4a3ba +size 88975053 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_PackedTex.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_PackedTex.uasset new file mode 100644 index 0000000..14c7000 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/Obj_SlidingDoor_Bake1_PBR_PackedTex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f3c99d318fe22186943191482ad9cae326b6777d408e6eecb474b71c2633b85 +size 14557895 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/White_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/White_001.uasset deleted file mode 100644 index 19fe99e..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/White_001.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3522dc4d0a037518e8ab01d1b3a06ef6931af058eb4fe38ba303567e0c57b924 -size 53412 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/sliding_door.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/sliding_door.uasset index 71561de..8da5608 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/sliding_door.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Doors/SlidingDoorA/sliding_door.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7dd74cfdb5336f49e5798289692ad9299588b92827f2f76e16b97cd6a30f8520 -size 74013 +oid sha256:f345aad95f6c224ca7be21f44ee59338b03dff5a482447d807e124948baff7a0 +size 88357 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 067eb1d..9a2e632 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:358a278ad3d9245e25997dfb27b32e83d508ff72e4a65a14ae62c163e5792d5f -size 229854 +oid sha256:f4304c84e135537a25367d25c5e4b250198cb5278cabc8a0ad3ce9d2b4a62854 +size 228256 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset index e7dc4ce..de58a73 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/MI_KitchenAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e709128c36a5f57b3d4290a9a5c58675acf24a6896036f732b01661df63ee0e5 -size 25213 +oid sha256:e7eb29496224b2dc2bcf237191aa4ae0479f6fa01097934ce87fd14b6321ecd9 +size 25816 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Material2_287.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Material2_287.uasset index f6ae0ee..8ecaffb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Material2_287.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Kitchen/Material2_287.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eeef1d3a94029ed4e161982a4c234151e3a34efa3372f66194a95fdd74b02039 -size 343268 +oid sha256:4d2b9560f35bc67215d613bffc235b171a737e6430704a00f9a57230163d7b91 +size 341748 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/BP_RoundedTable.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/BP_RoundedTable.uasset index e9d9b42..d3ffeda 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/BP_RoundedTable.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Tables/Table/BP_RoundedTable.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:82061b7fecc3cf71c7211f374818cbf54a36a131508c593e6487853d5522b71a -size 33999 +oid sha256:fee5ef683ec953f23a8a86837c9f63b094f237ae39e749ab6bf55b96f097b8e0 +size 36616 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset index 42c537a..6032162 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_MaterialAtlas.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2487c83ee7e82d9017643588e11b06f2713ae640be7cacb05c412d7a78d335e -size 204142 +oid sha256:91a9e6be15e5f2d7987470dbd0e57dc9dd4fb7279cc5a01764479715321fbf15 +size 208266 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset new file mode 100644 index 0000000..fe881ab --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a59a3b691a7d5b2faa36df632d96cb891e4e63690fe11591890fc79b224eb6 +size 25154 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset new file mode 100644 index 0000000..dfa6ceb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580d8c84efb62496f5bd3ea58b43c8da76b016e0d7968515e79634ce8d89cc09 +size 15481 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..69a4f5c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9542d8e3c2477957640f7cdabfe2e52e45f6f9f1cc7e575b834f49b331ec71 +size 2023837 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_MetallicRoughnessAlpha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_MetallicRoughnessAlpha.uasset new file mode 100644 index 0000000..38e04f0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_MetallicRoughnessAlpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9a3bf25e3743f4f819190ee6848d6a209004e9a14efb9e4b913d9f99277c4a7 +size 1855977 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..f8cc746 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/Screws_high_003_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:533d3420fcd0ba4c2dec6433205e3bec6efa08149b1d5dab1ffe959828c5fd76 +size 10241968 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/ShipLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/ShipLamp.uasset new file mode 100644 index 0000000..d2b71a1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/ShipLamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3494398f935da27b6b7136e8bc8d46202c16f19a60d176f165cfc58b310f7372 +size 261237 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Big.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Big.uasset index 569faea..3aeeb2b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Big.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Big.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5a1ef84c0c55d6ca61e302692b36320e2355ba12a1134cf450ba1b226570abea -size 78727 +oid sha256:86f2ceeca3ab49263b603b2ce8c877fefccef60fce8f2f33a281cc11e8876af6 +size 97992 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Small.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Small.uasset index fdacd9f..d7e2316 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Small.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/90Degree-Small.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:264a6a8a08fec9cedec413a0e8882d1761f676711026ee4b313d14bf7afd8f2d -size 79247 +oid sha256:3c5cc0dcccb8c9567af8d72ff388f1dc177a53a7dcf6439a2960df30c2c37db6 +size 98499 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset index 2a7aa44..7896a9e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/Half-X-Pipe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49f7bf9f0c314f709fdf6828a3dbab2aded4ffd2aab58634ac7da8d9fca20ff0 -size 85563 +oid sha256:60ca43360de9e767dce6a5301306ca616835a23b0b8cdb238c01d88f8c48f696 +size 106878 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset index 8ed4ec6..833e29b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4dad754d8f21e4b906117d38c7e061a5308bc17b257fbd9c7425d75b324552c4 -size 83770 +oid sha256:1105a28001bc8fd40ec297dbe8b18354c9e1f2083fa1ff39d3e487cbfd18c1ec +size 85041 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 2816180..4b9e85c 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:45739ff08b2a581cc571b427ae310607797727e95420e0fd331bd569c868033c -size 10406 +oid sha256:83228700a68db0ca3222b3f0e9575f1b8128c5364f98a9ee2214b5cea4497e11 +size 10304 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset index 6cbc73d..f345516 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8417e207e37edc7b65b23b6a980575fcc51bbf73d2dfb2599642269d4e8b2cdf -size 15351 +oid sha256:917270dad13bb2815bac6e61110d01307f2b1dbf89854571fda896550bb5083a +size 10449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset deleted file mode 100644 index 55a1f01..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Curve_BW_carpet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:113595638baf97723d2b0dcec06c2aea05d3d8038d706965bd035af50889da05 -size 4885 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset deleted file mode 100644 index a197cb0..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/MI_Carpet.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f702c18a5b179f3aee3f1861379632b1f59ed4442a99c062bb87f22698534b8b -size 16524 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset deleted file mode 100644 index 8069314..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NewCurveLinearColorAtlas.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35c58e232f91365d91a5b2d09ae93772f80c255e75cd64f7450cbf3c751bd12a -size 6467 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset deleted file mode 100644 index f59c62c..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/NormalMap.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef318a1b599feda1747352565237b61ce2d60a1f8f97beabd05a23cbde3351db -size 50538774 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset index f985ff8..cc297ee 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1fb2899ae954161fb513a82cc8cf13567200a12773fad08c54cc16c1b1cf85fc -size 128972 +oid sha256:b6eeb90a6c56c4371328f9785f4f4b8d513a154cb5155d4c1b7fb1fa011aa766 +size 100194 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset deleted file mode 100644 index 64df0f8..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet_-_223_x_135_cm.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82010606d484018daa4dca414ae036621892c2be44c27c0ff6df8fd535cab7cc -size 3478857 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset index 03444b1..967e03f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fb91b34e960b33827ea7d25232dd75edcfb49e14af96b763ffcd4349502ce1fe -size 73823 +oid sha256:065d31addbe1defb228c9d346f0d00ac6206478d4260d898b4e42e023cb6d1da +size 62165 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..36a9b79 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a862c8f597bc27638f12b9551b446060194f0e6a028fd4819bd8d0e42ef668cf +size 3105425 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Mat.uasset new file mode 100644 index 0000000..01a2df8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9355419592f13705bfdb084bc24b8b4bb07a0579dbd172dc3c36108d5db60358 +size 18769 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..33365a2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619f393709d4d1b05deafdfb54421a9ac7be620c04c223706d675d9c144511a2 +size 5331892 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..90809ee --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/carpet_baseColor_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7605b423e02832caa119043323c0c88007d51a41b3fc77addb22f3d575d33e02 +size 303782 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset index d365cab..53bab7c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Material_001.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e52d951cea09dd4556fcb3229311d7d6265c1613ca2204dd82fce86fae341c34 -size 58771 +oid sha256:1cf468ec32896a96f03912a256f9ff1082c55d4b94d21b702f3ff37151c8defa +size 58653 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset index 5ce0168..ca313e9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/Rug_1/Rugs.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:92f614fb5218ed5604addc90b1813f67dba64a6e5e7171f207a3e52e5b9962e7 -size 122677 +oid sha256:a783e7e463a6e1b8a38500ce3fd8e836cfaf11f4d1ba89501b89af8042edccad +size 123358 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Hideout.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Hideout.uasset new file mode 100644 index 0000000..d52a263 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/SM_Hideout.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21312e24b719d52326966ceb13badcabcc2dfa700fa848ef6ddfc5c6d915694 +size 69575 diff --git a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject index 68c8a41..d6e86c3 100644 --- a/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject +++ b/VIRTUOS_ExpansionPluginTests/VRExpPluginExample.uproject @@ -17,6 +17,7 @@ "SupportedTargetPlatforms": [ "Win64", "Linux", + "LinuxArm64", "Android" ] }, @@ -61,6 +62,7 @@ "SupportedTargetPlatforms": [ "Win64", "Linux", + "LinuxArm64", "Android" ] }, From b103855ba486945173ebb79c2ec243d6ee4fe770 Mon Sep 17 00:00:00 2001 From: Waldo Date: Wed, 17 Sep 2025 12:52:27 +0200 Subject: [PATCH 30/47] Commit before testing Skeleton Changes on Clarice --- .../Core/3D_lamp_3-Ean/StaticMeshes/3D_lamp_3-Ean.uasset | 3 --- .../Content/Core/BP_GlobalMusicManager.uasset | 4 ++-- .../Content/Core/BP_HangingLamp.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 2 +- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- .../Content/World/Characters/Clarice/TestLookAtTarget.uasset | 3 +++ .../World/Static/Lights/HangingLamp/3D_lamp_3-Ean.uasset | 3 +++ .../World/Static/Lights/HangingLamp/3D_lamp_5-Ean.uasset | 3 +++ .../World/Static/Lights/HangingLamp/BP_HangingLamp.uasset | 3 +++ .../Content/World/Static/Lights/HangingLamp/M_Lamp.uasset | 3 +++ 16 files changed, 32 insertions(+), 20 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/Core/3D_lamp_3-Ean/StaticMeshes/3D_lamp_3-Ean.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/TestLookAtTarget.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/3D_lamp_3-Ean.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/3D_lamp_5-Ean.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/BP_HangingLamp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/M_Lamp.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/3D_lamp_3-Ean/StaticMeshes/3D_lamp_3-Ean.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/3D_lamp_3-Ean/StaticMeshes/3D_lamp_3-Ean.uasset deleted file mode 100644 index c026a83..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/Core/3D_lamp_3-Ean/StaticMeshes/3D_lamp_3-Ean.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdb6dee40976f4dec281bf480fca8bc8a3cbd7b63fe5511ebe18d2e38278a240 -size 337190 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset index 6e4c273..4f877a1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_GlobalMusicManager.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e908d6676237abe6178c6bf8cb520774f7d6f70df56c5becc41b1ec00a3b2a4e -size 30793 +oid sha256:bddc9a7dbc0928e50e4c2834039c1432696b5e611bed9816aa7a3672ca4cf697 +size 30132 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_HangingLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_HangingLamp.uasset index b6f92df..6320f83 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_HangingLamp.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_HangingLamp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4eb5cacd200607ac6218d70bbb28296b5073018c63ea5dd5e56fa51949f57366 -size 32062 +oid sha256:721942c0157ef8dabb4dfeed35203328ce303eebd2d97b88a6ff79207fec5006 +size 2356 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset index 170eed5..9ae137a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/M_Lamp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:58887afd4d392d243173298f59ecbc6b95f1b34836490287a460efef80b0f177 -size 10715 +oid sha256:fa568a43725d6ae525316d921096416102321138683fcb8d80d2c4c113e841f5 +size 1275 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index e588d30..e1678d4 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:e134a72f7431b305f11236a885b883711d0de7665b71afd52ca3b65b858b7a52 -size 553495 +oid sha256:cc421bd437c61831ccb9fcb435562c4b970ef129d2557d51b71b85bcaf002629 +size 556664 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index d5730a4..1acc9fd 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:5193637bdfd2810ae1e736019f77da0f5219207aba2c41eda7f10a3465ffe231 +oid sha256:3d78b4706b2cb7441cfdad7f5f0974a550ba5767339c51da3dfe1e5deebc7e4e size 157733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index 689c79e..dd0e4b8 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:89f6a0e37aee2b41011fcacc4c4cdd9bca076af5464bab2cf9e58363bf658b6d +oid sha256:08c17b0118beacc9eeb195b133578672165dcd35dff3eca45b3bb071ea055331 size 67378 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 06f1b14..39d12a8 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:b9563585f740a4de705c3ec823e77823bcfc25a04e2b8853faee1bf413458360 +oid sha256:0c0e81e930bc4abe800d3e8420a9c0f5fdad24cf9cef8bd15a1ae7c5d8090102 size 157391 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 82e2ef7..a25147b 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:d495b8d5065475f4a7ecd3e839b7e198633ca1c45062114ab581f4b4110fecd9 -size 5656535 +oid sha256:a61c7d00add04b70c87448a5399fe00c1bc17b43620526dfc6691f2eab5dbc71 +size 5654166 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 98cf592..89d9824 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:8eb01791595c75fb98afeb28fe605606faa99c11d81163681191b0a5abdcdb17 -size 508689 +oid sha256:e7e5b42b2bb7a607ff27d7eef133d4e9fc3aeeccd170a127edb32fbe73df6c53 +size 549545 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset index 79e88a0..8438203 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:a8f18899b3c474fdf12181c3624b4ef0da15382a3a45b3957dad47f4e731fe39 -size 14402 +oid sha256:c21db40aaa93b0a93148e20ce04679a497fdbba054dd3098e583d5dee1dd2bd6 +size 14196 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/TestLookAtTarget.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/TestLookAtTarget.uasset new file mode 100644 index 0000000..535c6f2 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/TestLookAtTarget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b065a6a8ced7f622047f229d5f5c35d2f9fd41c33b73bf2629a0f136867937 +size 22788 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/3D_lamp_3-Ean.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/3D_lamp_3-Ean.uasset new file mode 100644 index 0000000..04aba4d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/3D_lamp_3-Ean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9533ac68d8a6abafb00a2a6892720f3fe9c6baf2f83e761e38e1ecfdb437ab5 +size 338590 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/3D_lamp_5-Ean.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/3D_lamp_5-Ean.uasset new file mode 100644 index 0000000..80befce --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/3D_lamp_5-Ean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3ee58962a840d79e0e72c3835aec94327717b085c05d93fccd16192b8fef30 +size 79579 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/BP_HangingLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/BP_HangingLamp.uasset new file mode 100644 index 0000000..e39b5d4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/BP_HangingLamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ca83a7f65d8ce424bc1a875062e3a00bbd10ed1e421f28e50179e7979d5467 +size 35815 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/M_Lamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/M_Lamp.uasset new file mode 100644 index 0000000..7da27e5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/HangingLamp/M_Lamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bef455ab67140e5a16e1fe72f8d96e62f878b94630df0fa9e241bf0fc8a107 +size 10769 From 27dba97f8a193d49d0d9370bc2fb60d7fd23b01c Mon Sep 17 00:00:00 2001 From: Waldo Date: Wed, 17 Sep 2025 14:41:48 +0200 Subject: [PATCH 31/47] Tested Control rig to circumvent Reimport, but unlikely to be a good way --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../World/Characters/Clarice/ControlRig_Clarice.uasset | 3 +++ .../Content/World/Characters/Clarice/IK_NewIKRig.uasset | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index e1678d4..92e38d4 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:cc421bd437c61831ccb9fcb435562c4b970ef129d2557d51b71b85bcaf002629 -size 556664 +oid sha256:290ffbbb1299ed7e46187354351da111ffa6d2ac4e39ebb5100ba528468d4473 +size 556655 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 89d9824..5e4b2c8 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:e7e5b42b2bb7a607ff27d7eef133d4e9fc3aeeccd170a127edb32fbe73df6c53 -size 549545 +oid sha256:21c306610fd7e3431dd98a845096d2a96e88100c38b6a2623bbc6947f7ff6a76 +size 540420 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset new file mode 100644 index 0000000..0bc2062 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83c6ab432058c174f702ac89cb32f773c47ffb6d392ddf0e743af93bdc3c5ac +size 290987 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset index 4152aa2..767776c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:18d4b230b1b39ef95aa03cf8264b5da22eec160a3af40cd1b8625c53ed13a72e -size 32898 +oid sha256:f6fd368ffe5548091262162fc018d4b0fc6bb7b85f503a4239af5ac482e3909a +size 34109 From 7391e3d382a8d7e0d23582f1ee230cc14267659c Mon Sep 17 00:00:00 2001 From: Waldo Date: Wed, 17 Sep 2025 21:18:02 +0200 Subject: [PATCH 32/47] Changed Clarice Skeleton, but not solving the issue (would likely need full body ik in control rig) --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/Animations/Idle.uasset | 4 ++-- .../World/Characters/Clarice/Animations/IdleLookAround.uasset | 4 ++-- .../Content/World/Characters/Clarice/Animations/LegsIn.uasset | 4 ++-- .../Characters/Clarice/Animations/MoveProjectorUp.uasset | 4 ++-- .../World/Characters/Clarice/Animations/OpenBackdoors.uasset | 4 ++-- .../World/Characters/Clarice/Animations/OpenBottom.uasset | 4 ++-- .../World/Characters/Clarice/Animations/OpenTop.uasset | 4 ++-- .../World/Characters/Clarice/Animations/RocketOut.uasset | 4 ++-- .../Content/World/Characters/Clarice/Animations/Walk.uasset | 4 ++-- .../World/Characters/Clarice/Animations/Walk_01.uasset | 4 ++-- .../Content/World/Characters/Clarice/ClariceMain.uasset | 4 ++-- .../World/Characters/Clarice/ClariceMain_Skeleton.uasset | 4 ++-- .../World/Characters/Clarice/ControlRig_Clarice.uasset | 4 ++-- .../Content/World/Characters/Clarice/IK_NewIKRig.uasset | 4 ++-- .../Interactibles/Electrical/NitroScan/BP_NitroScan.uasset | 4 ++-- .../World/Materials/Master/M_WorldAlignedBump1_Inst.uasset | 4 ++-- .../Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset | 4 ++-- 19 files changed, 38 insertions(+), 38 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 92e38d4..89503b0 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:290ffbbb1299ed7e46187354351da111ffa6d2ac4e39ebb5100ba528468d4473 -size 556655 +oid sha256:6d30efa4f210786c25ad6f1ac95986a047639e25ab854c496e31698e277e637f +size 556569 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index 5e4b2c8..c27d4a0 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:21c306610fd7e3431dd98a845096d2a96e88100c38b6a2623bbc6947f7ff6a76 -size 540420 +oid sha256:3b2c90b5c9ef8ef872d98289b78cc6e42d53bc8c17b67d9afea96230fe0f1528 +size 540179 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset index c84f97c..6467d6f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Idle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0556f79baba9a642f1e5785c37f468a368df229b4f0da74b925dbbbf83d8c220 -size 144081 +oid sha256:a8127dd37101cd8ed0cf6b358f295beb2eacadae12e44195e6e0073a1d0457fd +size 151826 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset index 8a47e88..2c483ad 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/IdleLookAround.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e5c980fabe0a21b0a3cda8d3f10a6d49af9ae5e3626d0ddf5be47adda1023d94 -size 141693 +oid sha256:464595fbb622739fd9d6cd0d3cf3a0424afcf7adb628fd0ae13635b8b8781fc0 +size 153656 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset index f844caf..a66cd07 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/LegsIn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e4f765cba113a81b200496570f0139ad1e63e0e9230e1ee5dd1651d027da9de2 -size 139408 +oid sha256:426ba1c6c9625250e6476b5d99deaa9ed156b7cad003f79ddf8485675cb75926 +size 147153 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/MoveProjectorUp.uasset index 17ad3f4..1773191 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:52a80921766f3d38d2baa37486bd146d02db771cb14a8486e1cb822db05da34e -size 112635 +oid sha256:e872383130afbba1f2d98162b43edf9c86e4c7b19ab6b1e209774360dcc270b7 +size 120366 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset index 7005118..4488f2b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBackdoors.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd2e9a4842b33bda549613b074678e163e935065df629e3083e6f96532017539 -size 111283 +oid sha256:bd0a663d91c8072e1d745b522b15e98193816f0356eadbb096295ffb08d8a8a7 +size 124115 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset index faca246..12d1c4c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenBottom.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d8f89ed144d5338cea788e80d6eb982e83aeedc6da732490a9e6dbe31270629 -size 112524 +oid sha256:ad015925fb89a9e367cb7f09243d400427d6cf40ccd1d0d350331725c6e67aef +size 121508 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/OpenTop.uasset index 984b8a1..dda12ee 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:6e8e996a064f4232acd420ca4221182f85581259a604d65cfb68e44d3e2a53e4 -size 113170 +oid sha256:6113125835ddfc2d4350e783e46dfa267eecdfea6095b2224ab24d7ddd4f7ad9 +size 120902 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset index 74946ef..2d93b11 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/RocketOut.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9cb47a3dc6174f05e41627c1e30679f6f5e45b4f0ed79b339356a0464f86c84d -size 112511 +oid sha256:b14342fa5cd7d8c6febaad5cea1d54e2d1824dc19691604ca3155850dcfe46d1 +size 121493 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset index 6fbe112..55d7acb 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f781f55a730d34e0a0cf276fb213f6b05af1c1d5582dc4cdf50f7a469e05e7b8 -size 148173 +oid sha256:b55fdeff60eedd8013ee2641fed2a914f0750e4abba2f1f4ec856d0574b84e97 +size 155920 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset index d194357..cd0dfbd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/Animations/Walk_01.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e38fd53f59f24360ac23bb9ed4f32c8abfbb5d5303bd656d7de4d8c4252d82d5 -size 147394 +oid sha256:afaedc4823d7f3250285b905c00fe7e9e7b382a37ed76ab1bc0873a87541f55b +size 155146 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset index 057097c..a89d86b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f5b4e2cb2d675f41b8f7981968e76099fa45ca465dbb54db24ff9ee8c3f4fd35 -size 2073881 +oid sha256:5230544b51d7d92a054a1790db10b40382ed57f406aca0e4803c67bcc5d4d9a0 +size 2091140 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ClariceMain_Skeleton.uasset index 8438203..50d87ba 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:c21db40aaa93b0a93148e20ce04679a497fdbba054dd3098e583d5dee1dd2bd6 -size 14196 +oid sha256:98e00efad14f8108dcc22813eeab910d4c1a45955f829e0a7eb9b83b392aafdd +size 14387 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset index 0bc2062..5d30b67 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f83c6ab432058c174f702ac89cb32f773c47ffb6d392ddf0e743af93bdc3c5ac -size 290987 +oid sha256:0ecebde841b38512e2d22b5665a6f9f523829c298b37ff4bd56a0e07cb01648c +size 98003 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset index 767776c..3515c6f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/IK_NewIKRig.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6fd368ffe5548091262162fc018d4b0fc6bb7b85f503a4239af5ac482e3909a -size 34109 +oid sha256:ea837cedd924c9effd719a0872deed0e2f0b6e39a18d4ec5389a1983dfff6fdd +size 37491 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset index ef28609..2aa1bab 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f04a6a8954608e134988239b59b61817fee66ee21d075038ed1df1cfcc0c72b9 -size 197127 +oid sha256:c63fbcd646669fbc7ef445dd4a794aa5dff8f447740238bfac789b41c1f37ed3 +size 197357 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset index 499152a..b848906 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:874c7045f7406dc2a6e67b5d8290c277415ff3ea2c22f903c59a12bb5a2b399d -size 17911 +oid sha256:41aa08c0a9b6b06dd14eab83db3f491cac4772b2a5c037e99480d46fe2800470 +size 18795 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset index cc297ee..093291b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Rugs/RedRug/Tekeh_Bukhara_Carpet.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b6eeb90a6c56c4371328f9785f4f4b8d513a154cb5155d4c1b7fb1fa011aa766 -size 100194 +oid sha256:8af7f5e16d707a0078cdb48e35acc40cd1d0c6f0e97f8906eca1b8212aa59fa7 +size 98358 From e6158f4317a30393c80e98167422310a01f70315 Mon Sep 17 00:00:00 2001 From: Waldo Date: Wed, 17 Sep 2025 23:05:24 +0200 Subject: [PATCH 33/47] Start fixing possibility to push multiple buttons --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 89503b0..02d7a9c 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:6d30efa4f210786c25ad6f1ac95986a047639e25ab854c496e31698e277e637f -size 556569 +oid sha256:855786dc0f39cb76894286b5de77f71512e1374a812282ec4dfc94c0cd1199ac +size 557523 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 0cea479..4708421 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:ee3fd351b73a724bf996062ba75996fe81926a83c30f3868e6c02d07a0b5a9df -size 1761712 +oid sha256:fb9f6207c9dbe4e5a006693680d4514243f814c0d5f7b3506b6f511da2b2f135 +size 1753169 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 6c274f7..ec170da 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:3b1d1fc65b1a67d26e02e7d08538c84465deabc434d8676541dd519c729dc7cf -size 347233 +oid sha256:77d71940636bdd0738d0767123efa6910273cb1f3dbf4fc8d920b19d065fe636 +size 445172 From 62642dbb1c8b54f46dd16345f8d019229d90e96e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 18 Sep 2025 11:50:00 +0200 Subject: [PATCH 34/47] Trying to fix Engine crash with Assetion Failed Array, but its likely an Engine bug, also happens in the Example Potion --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 2 +- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/World/Characters/Clarice/AnimBP_Clarice.uasset | 4 ++-- .../World/Characters/Clarice/ControlRig_Clarice.uasset | 3 --- .../Interactibles/Electrical/Recorder/BP_Cassette.uasset | 4 ++-- .../Interactibles/Electrical/Recorder/BP_Recorder.uasset | 4 ++-- 7 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 02d7a9c..b1fae52 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:855786dc0f39cb76894286b5de77f71512e1374a812282ec4dfc94c0cd1199ac +oid sha256:fb689500370733cd348a29955499f8487aad0d4771d2c6a5199022218f4ea633 size 557523 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index 4708421..cdede75 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:fb9f6207c9dbe4e5a006693680d4514243f814c0d5f7b3506b6f511da2b2f135 -size 1753169 +oid sha256:2c85d10d7fc5d0a5bec1e5ea8772cc323a7028b2abd475eb865775b8e6b16d3f +size 1752393 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 39d12a8..71addba 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:0c0e81e930bc4abe800d3e8420a9c0f5fdad24cf9cef8bd15a1ae7c5d8090102 -size 157391 +oid sha256:5e2f7c668e6d6e276116984f2c62abcab392127b843da978b9278005340f15cc +size 154630 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/AnimBP_Clarice.uasset index c27d4a0..054e185 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:3b2c90b5c9ef8ef872d98289b78cc6e42d53bc8c17b67d9afea96230fe0f1528 -size 540179 +oid sha256:eccaa82c6fc0d97229e8327430286f61625c0633bb9a64f3d64c44c4a42bed2c +size 539998 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset deleted file mode 100644 index 5d30b67..0000000 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Characters/Clarice/ControlRig_Clarice.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ecebde841b38512e2d22b5665a6f9f523829c298b37ff4bd56a0e07cb01648c -size 98003 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 02631ef..4a194f3 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:f836afaa5c92697ac2f74c8ca548bc48129590baa17a7d0bacf5600df699db8d -size 53529 +oid sha256:23966320a31cdcccae3658f353281233e1ecfabfbefc6de6ab50779fdd6bd21d +size 43198 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 ec170da..4e2b2b9 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:77d71940636bdd0738d0767123efa6910273cb1f3dbf4fc8d920b19d065fe636 -size 445172 +oid sha256:858a3e2c34e0bd47f1eaa8d551a3ef27cb3d05509ad3789f55fa38e0f253aa42 +size 447714 From 77123ff8f9ed50a6040dcf5eea7c580fe2505330 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 18 Sep 2025 16:54:33 +0200 Subject: [PATCH 35/47] Building Portal Opening Logic --- .../Content/Core/BP_DynamicLineSpawn.uasset | 4 ++-- .../Content/Development/BP_Portal.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset | 4 ++-- .../Content/VFX/Portal/M_Circle.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset | 3 +++ .../Content/VFX/Portal/NS_Portal.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/BP_NitroScan.uasset | 4 ++-- .../World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset | 4 ++-- .../Electrical/NitroScan/NitroScan_RenderTarget2D.uasset | 4 ++-- .../World/Interactibles/FreezingChamber/Tank/M_Tank.uasset | 4 ++-- .../World/Interactibles/Portals/BP_OrbComponent.uasset | 3 +++ .../Content/World/Interactibles/Portals/BP_Portal.uasset | 3 +++ .../World/Interactibles/Portals/BP_RiddleComponent.uasset | 3 +++ .../Content/World/Static/Lights/BP_Light.uasset | 4 ++-- 18 files changed, 42 insertions(+), 24 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset index 69700cb..1d0feab 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/BP_DynamicLineSpawn.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a1094170063049e7865eec772194cecb01fa2af73caef434739720096c980419 -size 136054 +oid sha256:4913fed2fa696d3c3d7e8d5dc250181cf88279ab32e018e2bbc965206a9db204 +size 141396 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset index 7fbdf40..20325a3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/BP_Portal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9d332fdaf439982b6a1dce5b9d5e5d2953322c3a528be717e6dd37ea2703df1f -size 25050 +oid sha256:d3e0993a0d14963037767819bf46fea535fba1798ccd39658b76d5f30df65332 +size 2250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index b1fae52..3d1c6ee 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:fb689500370733cd348a29955499f8487aad0d4771d2c6a5199022218f4ea633 -size 557523 +oid sha256:98dbd8913cd7572a1406ea55978b79dc388f0869cdb8583e3bf41c67a2d2d1a3 +size 559997 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index cdede75..a739452 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:2c85d10d7fc5d0a5bec1e5ea8772cc323a7028b2abd475eb865775b8e6b16d3f -size 1752393 +oid sha256:b6d5817ef001b3958a5672a75f9554ccda596631cd2f140ead67e9768d8128cf +size 1759071 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset index 5cbc585..69a4c79 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Circle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0a076a6f4f7bce4bb8310a29cd0cf921f277fbb20865fb6d6d360c33d7ab3329 -size 23762 +oid sha256:49bd3247fef2df4e33dd191702031979533bb0880029e84f2699986c78b57703 +size 1247 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset index bb5ab16..bca2a23 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/M_Rays.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f2e06c9ff74bb112414b09eee960997bed19e1e28b6686b28fc9380f8658e129 -size 28984 +oid sha256:e1b7546f8cebe56b6b67ab54d705d202190218b59f45af82ad0be974eb5c2bb8 +size 1231 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset index b73806a..670ebde 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/NS_Portal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:904383cda47b9fc0c73b2ec872ffceb4dad8eb8fa252881b877c1e2e0c9fb1d7 -size 1192957 +oid sha256:b537fa1fc29300421dc6e9000093d976580207003163afcf39bf74e944900ca7 +size 1267 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset new file mode 100644 index 0000000..de4eacf --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2707de2e5db3b0a36468599646d5a151f10b859f47e2d694082177760de28ef1 +size 23776 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset new file mode 100644 index 0000000..ca85523 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8c911929659f8e6b817c247d965f32b80dc562e2d3646e11e28c08db34903a +size 28998 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset new file mode 100644 index 0000000..266b4f8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80750623abf8822f75b381ed5b4f01f7bd47487ac1f3037ac43aba5084ee8cf +size 1163067 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset index 2aa1bab..91f8dee 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c63fbcd646669fbc7ef445dd4a794aa5dff8f447740238bfac789b41c1f37ed3 -size 197357 +oid sha256:26eb90407040175110d80ec572413262770d9c930f1a3a19df43231cfbbf8710 +size 216541 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset index 32d4a92..a80df63 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bd25d465fcd7584011c510a24afd70962af450810fa1080dcfba67e08d98482e -size 41643 +oid sha256:efb872d8d2315667b7a3f8fa6418d0794d0d35a77175fa87cfe04d4f48cf6874 +size 41063 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset index 115fa2b..f20fb27 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:704cc4bdf2f13601d0517eb1f67c3128bde9ff09bb681ea105895d408680dd76 -size 4563 +oid sha256:1959a7b0668a17f90f7e4d5c85c443a3ed8af23d04c5b9868ddd7c8899310961 +size 4653 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset index 4f7ca03..55613b4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Tank/M_Tank.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:060c695f4e0d08eab3b73cf37b349ffa853d6b1f596f63e5276111e5ae4ec224 -size 19067 +oid sha256:c8a3118a5bdb923f5a9e6585b22d3d3f65d2200bf447c3c71f7c4ef93c89364b +size 18668 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset new file mode 100644 index 0000000..63fb3d0 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6423c49d93ccb8b34449462370a13865886101d22a2c9ab377617d1fb1496bcb +size 22099 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset new file mode 100644 index 0000000..bdf21ac --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ca1e2af59e71f64d804815d019c3fee31f3bf94fff2dadf997c846cea12887 +size 64069 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset new file mode 100644 index 0000000..551dfa5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29300cbaafa39dfc4738523ab5a55fe1c94a1f7f66109473721c22decfa8355a +size 167934 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset index fc171d1..4edd4f7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c0f6b020bcbd40e162498cbd6e2d3fa816aa97d4c894a26b1cc090d50ffcdb77 -size 62962 +oid sha256:f04e5653bb18030fea5e0bb487974d2a21ec84f0698c7b3e26a41f3c8e7d85f9 +size 62733 From b9cd77f3f0398e2c1b8119b2f1759fbdad9b865d Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 18 Sep 2025 17:13:05 +0200 Subject: [PATCH 36/47] Only in SceneCapture instead of Render in main pass --- .../World/Interactibles/Portals/BP_OrbComponent.uasset | 4 ++-- .../World/Interactibles/Portals/BP_RiddleComponent.uasset | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset index 63fb3d0..bd2af0f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6423c49d93ccb8b34449462370a13865886101d22a2c9ab377617d1fb1496bcb -size 22099 +oid sha256:c06fa55af3cc610bfdd15019d9d84b9ca85366c0742abc63c288d38404e17c11 +size 21631 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset index 551dfa5..0c3c779 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:29300cbaafa39dfc4738523ab5a55fe1c94a1f7f66109473721c22decfa8355a -size 167934 +oid sha256:195ba538243450077f5614fc6704202e646111afb998c914a74651d93be6caab +size 166178 From 7c657797963783064f23e8e48215cf9ddcce614f Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 19 Sep 2025 16:29:57 +0200 Subject: [PATCH 37/47] Work on Interaction Widget and PP --- .../Content/Core/Functions/CommonFunctions.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/MotionControllerMap.umap | 4 ++-- .../Content/VFX/Portal/M_Circle.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset | 2 +- .../Content/VFX/Portal/NS_Portal.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/Grippables/Weapons/Guns/GunBase.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- .../Content/VRE/VRE2/Core/GraspingHands/WB_Interaction.uasset | 3 +++ .../Interactibles/Electrical/NitroScan/BP_NitroScan.uasset | 4 ++-- .../Electrical/NitroScan/M_NitroScan_Screen.uasset | 4 ++-- .../World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset | 4 ++-- .../Electrical/NitroScan/NitroScan_RenderTarget2D.uasset | 4 ++-- .../Furniture/Doors/MetalDoor/BP_SliderDoor.uasset | 4 ++-- .../World/Interactibles/Portals/BP_OrbComponent.uasset | 4 ++-- .../Content/World/Interactibles/Portals/BP_Portal.uasset | 4 ++-- .../World/Interactibles/Portals/BP_RiddleComponent.uasset | 4 ++-- .../Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset | 4 ++-- .../World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset | 4 ++-- 21 files changed, 42 insertions(+), 39 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/WB_Interaction.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset index cdd03ab..afef8ff 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Core/Functions/CommonFunctions.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbe671da395ce2c6ff6bedd55168b47a2f8d2c33a0d78ca60cbd3ddd6fe0827e -size 180270 +oid sha256:feed9092b5e3fcb2f2f8841e7a96af8ef3b77c14b5b1a7b9ae4d42acc92c7b4c +size 233063 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 3d1c6ee..bd4887e 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:98dbd8913cd7572a1406ea55978b79dc388f0869cdb8583e3bf41c67a2d2d1a3 -size 559997 +oid sha256:5ebfb1be696a161fde1c1d3759d40e0059548e25f744b829eab5594fb2610c46 +size 559383 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index a739452..d465b18 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:b6d5817ef001b3958a5672a75f9554ccda596631cd2f140ead67e9768d8128cf -size 1759071 +oid sha256:1b1c5c71226c79a18bf7c2f434d28d0d1780a35219a508a4d1416177773f3c13 +size 1749833 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset index de4eacf..fe2674c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2707de2e5db3b0a36468599646d5a151f10b859f47e2d694082177760de28ef1 -size 23776 +oid sha256:ce78c2fbfccc62f5acf29b14c0d89b18c2fa1214c5667951185096a0c4e79e60 +size 23903 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset index ca85523..9d2c925 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3d8c911929659f8e6b817c247d965f32b80dc562e2d3646e11e28c08db34903a +oid sha256:325212d0aa40fef2946d0e56ee21b23c897b4e381b013c688b367dc9b6d93f98 size 28998 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset index 266b4f8..103e39e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/NS_Portal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e80750623abf8822f75b381ed5b4f01f7bd47487ac1f3037ac43aba5084ee8cf -size 1163067 +oid sha256:e59b642b3b728e85ecf0cf4ad4a79d07381abe74f12f6622e437f1106b9d6f20 +size 1161615 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 dbadc83..b256e64 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:3610b11675c479bd6d61f635a4c82177aa8cffaabaa1142f335830b7024d7ee0 -size 1813474 +oid sha256:d48fb855a239aac07d3da8bf57af291e512ad2db7e752b7bf7ec61095d73039e +size 1815377 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset index 3c6afe6..3e14cee 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Weapons/Guns/GunBase.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85bf8a9ff9978579f3ceb8b437fad4afeefc53161385bcd539bbf2a05d7eb028 -size 917596 +oid sha256:92c0a1fd3c0dd4e3e2636913955d33e77201075ef9dccc31e5ff2484ce2bd7aa +size 934654 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 a25147b..63e3f66 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:a61c7d00add04b70c87448a5399fe00c1bc17b43620526dfc6691f2eab5dbc71 -size 5654166 +oid sha256:97ec93e9176d4c29ed16f7cd3e9f162bbc11fe12f06ff18bc280036c2d2c6a3c +size 5666120 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index 5c0ef27..42294e4 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:3054af254ff6ecaa3b4c8586043d7ee1a3f6eebeb7cba264c046b326a7ee7009 -size 2540953 +oid sha256:dffb49312a163ae82d783d169dc05ab6b43ed082f89789159905bf3856138393 +size 2549247 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/WB_Interaction.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/WB_Interaction.uasset new file mode 100644 index 0000000..9ec9b8c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/WB_Interaction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:173432e259f311a396351511100f2504b43ed1dceeff27a1b955db533e7c021b +size 28877 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset index 91f8dee..bac857e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26eb90407040175110d80ec572413262770d9c930f1a3a19df43231cfbbf8710 -size 216541 +oid sha256:2eb007afe53a879e1e68215e81b8a6c88e89da9f8fd273effb5ce4638ff92bd1 +size 210045 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset index 0db7190..635b566 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_NitroScan_Screen.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8d876067794529675dc000c7c152365a08411057c9efb6ddcaaf94768074647e -size 16770 +oid sha256:edc4d0ef8d649ef4cfcbcfff7f900043b1586fd9bc4229f5c89ad9b55592e8f2 +size 15198 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset index a80df63..53496de 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/M_PP_Scan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:efb872d8d2315667b7a3f8fa6418d0794d0d35a77175fa87cfe04d4f48cf6874 -size 41063 +oid sha256:897e1185ae3b698e44a6db113da37a32b1e10475c842b32e87240b5a972762d0 +size 44100 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset index f20fb27..ce517ea 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/NitroScan_RenderTarget2D.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1959a7b0668a17f90f7e4d5c85c443a3ed8af23d04c5b9868ddd7c8899310961 -size 4653 +oid sha256:d85dcdccff3baa6d57ca5e71c000bf72eb508b8114f8ef2e5f6167b94401aaa8 +size 4982 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 eaea6ac..d39a513 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:4d50a4544e17bf874bd915acaa3bd26a37884dee9766fa8ff7230177eaa10f5e -size 281424 +oid sha256:e81a427d2c28a053bf56947a0e949a0fa983dde3fb8c9afc0a467581cdd2d657 +size 281310 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset index bd2af0f..7b7cc5f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c06fa55af3cc610bfdd15019d9d84b9ca85366c0742abc63c288d38404e17c11 -size 21631 +oid sha256:eea1ab6f61e569729345ddf5e6139ec9894189492bfc152080be47602ebd76e9 +size 22014 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset index bdf21ac..07dedfd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:37ca1e2af59e71f64d804815d019c3fee31f3bf94fff2dadf997c846cea12887 -size 64069 +oid sha256:adc329078f6797010df4b273c91897f944fa0d38dabfb02924a30c49796a37c9 +size 86620 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset index 0c3c779..86e7b98 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:195ba538243450077f5614fc6704202e646111afb998c914a74651d93be6caab -size 166178 +oid sha256:e779831f1e940e06ea18b81e6a947c5016e2162823ca70a6d1738e27ae5d4e77 +size 173600 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset index fe881ab..4948e6d 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6a59a3b691a7d5b2faa36df632d96cb891e4e63690fe11591890fc79b224eb6 -size 25154 +oid sha256:0ff97ad34080aece447521134fd502a82a646da2f0a6ebbfaadd70ddc333694f +size 25268 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset index dfa6ceb..c10a4b6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:580d8c84efb62496f5bd3ea58b43c8da76b016e0d7968515e79634ce8d89cc09 -size 15481 +oid sha256:500e5dd2ef9b476db4f8eed8b9cbc347ba4904f823b25d3ac7240316b7e52ec4 +size 15648 From 3de7e87a8ca16af1a8d03da471cd5a39ed4f09ca Mon Sep 17 00:00:00 2001 From: Waldo Date: Tue, 23 Sep 2025 20:31:25 +0200 Subject: [PATCH 38/47] Misc, mostly Teleport Portal --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 2 +- .../Content/Maps/Map_Stream_MachineRoom.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 2 +- .../Content/Maps/MotionControllerMap.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/UI/Inventory/BP_VRInventory.uasset | 4 ++-- .../Content/VFX/Portal/M_Circle.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Misc/Examples/DialIndicator/DialComponent.uasset | 4 ++-- .../Grippables/Misc/Examples/Lever/NativeLeverActor.uasset | 4 ++-- .../Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset | 4 ++-- .../Content/VRE/VRE2/Core/Character/BP_VRCharacter2.uasset | 4 ++-- .../VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset | 4 ++-- .../Content/VRE/VRE2/Core/GraspingHands/WB_Interaction.uasset | 4 ++-- .../Interactibles/Electrical/NitroScan/BP_NitroScan.uasset | 4 ++-- .../World/Interactibles/Portals/BP_OrbComponent.uasset | 4 ++-- .../Content/World/Interactibles/Portals/BP_Portal.uasset | 4 ++-- .../World/Interactibles/Portals/BP_RiddleComponent.uasset | 4 ++-- .../World/Interactibles/Portals/M_OverlayLoading.uasset | 3 +++ .../World/Interactibles/Portals/M_OverlayLoading_Inst.uasset | 3 +++ .../Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset | 4 ++-- .../World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset | 4 ++-- 24 files changed, 47 insertions(+), 41 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/M_OverlayLoading.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/M_OverlayLoading_Inst.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index bd4887e..a3e768f 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:5ebfb1be696a161fde1c1d3759d40e0059548e25f744b829eab5594fb2610c46 -size 559383 +oid sha256:e4fbaf83f085c77dc856fd3632ac572cf5015c2fc5c7ca0fd0a0b546d089c33a +size 559958 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index 1acc9fd..b1d56b6 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:3d78b4706b2cb7441cfdad7f5f0974a550ba5767339c51da3dfe1e5deebc7e4e +oid sha256:6ba068a82a937fa8ed7189926d8ac95e13a5a12a15cf730db0302bac9c549138 size 157733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap index ad7aa1d..8515c1e 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:e35235979c5d1bb4f1c045919c0133cdfed2db8a397617366468521e2b154d64 +oid sha256:889e950e827979ef539d27209e672d02c2dfd78643ec24453d93a3893fa12755 size 27574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index dd0e4b8..652b874 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:08c17b0118beacc9eeb195b133578672165dcd35dff3eca45b3bb071ea055331 +oid sha256:a32a4541bfa7b0909458a79de5a92b2fad5419ac5341476e7f3b88240265e1ce size 67378 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/MotionControllerMap.umap index d465b18..9b75457 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:1b1c5c71226c79a18bf7c2f434d28d0d1780a35219a508a4d1416177773f3c13 -size 1749833 +oid sha256:ecd1700b5df5723c7c87ac11acb92e3c897b0f8e759fcfaa4c242e531c37eab1 +size 1758840 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 71addba..b1cc2e2 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:5e2f7c668e6d6e276116984f2c62abcab392127b843da978b9278005340f15cc -size 154630 +oid sha256:e859021ff2687bdbc34c1fb7c605a6e10d97105bf50356ca0e0e5f6a7397c21f +size 157492 diff --git a/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset b/VIRTUOS_ExpansionPluginTests/Content/UI/Inventory/BP_VRInventory.uasset index a7ecb26..6ce827c 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:2ed0e624b4f3ca0c55e995eac72be2512cdce1be5e0ad99fc0379fde07b099bd -size 733055 +oid sha256:98be64dc15c3870b5bb4f6ec7c1aefac3075591c92f01677f0117df2d78e6973 +size 735044 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset index fe2674c..7c0c1ae 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Circle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce78c2fbfccc62f5acf29b14c0d89b18c2fa1214c5667951185096a0c4e79e60 -size 23903 +oid sha256:dc7dee41ed1b67841f527bfe01fa7e22a30408d036b023e92b121ac110ee2c22 +size 23945 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset index 9d2c925..b8c5edc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VFX/Portal/M_Rays.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:325212d0aa40fef2946d0e56ee21b23c897b4e381b013c688b367dc9b6d93f98 -size 28998 +oid sha256:bb543b54f3bdc0cbc428eecfb1d4e5d9735bf841f2ce959846fb38d1f6a42c24 +size 29040 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 b256e64..da3c0dd 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:d48fb855a239aac07d3da8bf57af291e512ad2db7e752b7bf7ec61095d73039e -size 1815377 +oid sha256:79ea2cb15147467708c959c95b8d61fea566034a005d62846c6cc2fd80f5d8d1 +size 1809889 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DialIndicator/DialComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DialIndicator/DialComponent.uasset index d4a89ed..4073780 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DialIndicator/DialComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DialIndicator/DialComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8e1a99dd8b3ca2b77246336f1d27da028e603b27eac7f771784f68fe25e3afd2 -size 131681 +oid sha256:465a827c6bb6bab064184dde18f0ca684328e069180d4a4e8aa124b11b6df84b +size 133051 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Lever/NativeLeverActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Lever/NativeLeverActor.uasset index 127358f..910958c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Lever/NativeLeverActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Lever/NativeLeverActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3a17a4ef9754e7c8c1b3dd8f963efc63bafe68c8c63f99bb5838b645765851e5 -size 87973 +oid sha256:afab9cda43f3e3a4cdf04e113374fd1e04ed4c0b026b3dbde0e04da90fc06f22 +size 91311 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset index 8c4427c..3570a15 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/M_GripOverlay.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c2e80b479a197d55c1f34408d02a43b09f420da682ed35c5375bd914ad1cced8 -size 34199 +oid sha256:d18d8841f2c9453e82d9a5d3781b6ab00e75eca0c40e0cfa6bae9ede1682a6ec +size 33950 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 63e3f66..3f084dd 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:97ec93e9176d4c29ed16f7cd3e9f162bbc11fe12f06ff18bc280036c2d2c6a3c -size 5666120 +oid sha256:6dd070606a67bf08f31579b53ac28d72ab4b5ae05c3069eed6c10b551bc8d81f +size 5784333 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/GraspingHandManny2.uasset index 42294e4..861413b 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:dffb49312a163ae82d783d169dc05ab6b43ed082f89789159905bf3856138393 -size 2549247 +oid sha256:8704f1be3876c6336d0516aa05cce659b88311a661204eb81afe03ba80d12c32 +size 2548622 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/WB_Interaction.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/WB_Interaction.uasset index 9ec9b8c..8e58e7a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/WB_Interaction.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/VRE2/Core/GraspingHands/WB_Interaction.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:173432e259f311a396351511100f2504b43ed1dceeff27a1b955db533e7c021b -size 28877 +oid sha256:149e7393db6d0fef7fdc45c304459a0e8d3952d656c93cd84d0fb0ba0c525024 +size 55337 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset index bac857e..e48f3dc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2eb007afe53a879e1e68215e81b8a6c88e89da9f8fd273effb5ce4638ff92bd1 -size 210045 +oid sha256:dc659cba0a0d231d3ebc64c917b2d05fa1a4cd72f3645ade55bce21517825160 +size 215087 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset index 7b7cc5f..af8c12a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_OrbComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:eea1ab6f61e569729345ddf5e6139ec9894189492bfc152080be47602ebd76e9 -size 22014 +oid sha256:07023f1cbd02bd8a68549deadde9213d790d51035e4582a1ee45a84565b0b342 +size 22422 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset index 07dedfd..1126763 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:adc329078f6797010df4b273c91897f944fa0d38dabfb02924a30c49796a37c9 -size 86620 +oid sha256:b8c67ceca7c69ba38628666b1930fc03b70251cedfec99e50b03f67136ca2f01 +size 366048 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset index 86e7b98..8df543e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e779831f1e940e06ea18b81e6a947c5016e2162823ca70a6d1738e27ae5d4e77 -size 173600 +oid sha256:31abff51f40112acbeadf733613b61b9f3fdba7ac60393fb400d1b2e2ee41018 +size 173497 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/M_OverlayLoading.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/M_OverlayLoading.uasset new file mode 100644 index 0000000..99b96a6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/M_OverlayLoading.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2abddea0a443ab4942c12e8dbcbd0fdd659585b79bea9c5d270514ab925f6d7 +size 33869 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/M_OverlayLoading_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/M_OverlayLoading_Inst.uasset new file mode 100644 index 0000000..1cddbd8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/M_OverlayLoading_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e18e73d9329d8fe4ec1c0a593610e758778dfa2004e43dd4c16a71029357cc +size 9339 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset index 4948e6d..69271b9 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0ff97ad34080aece447521134fd502a82a646da2f0a6ebbfaadd70ddc333694f -size 25268 +oid sha256:661a0303686dda62f040776e4f36a039f5f574ad357bddcd074e1a97a0a7043b +size 28281 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset index c10a4b6..4564590 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:500e5dd2ef9b476db4f8eed8b9cbc347ba4904f823b25d3ac7240316b7e52ec4 -size 15648 +oid sha256:caca881b55e388fbd9715e289bd0c9550d1a6dea2a006be150796c1164c9b409 +size 14668 From 883ddb278f1d8e8d21c0a71c30785f7a5dc58366 Mon Sep 17 00:00:00 2001 From: Waldo Date: Wed, 24 Sep 2025 22:29:30 +0200 Subject: [PATCH 39/47] Fix Grating Mat, add Portal Sound, Misc --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap | 4 ++-- .../Content/Maps/Map_Stream_MachineRoom.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../DrawerBase/FileCabinet/MovablesSoundComponent.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/Cabinet1.uasset | 4 ++-- .../Interactibles/Electrical/NitroScan/BP_NitroScan.uasset | 4 ++-- .../Content/World/Interactibles/Portals/BP_Portal.uasset | 4 ++-- .../World/Interactibles/Portals/BP_RiddleComponent.uasset | 4 ++-- .../Content/World/Interactibles/Portals/Portal_1_Loop.uasset | 3 +++ .../Content/World/Materials/Master/M_WorldAligned.uasset | 3 +++ .../Content/World/Materials/Master/M_WorldAlignedBump.uasset | 4 ++-- .../Content/World/Materials/Master/M_WorldAlignedBump1.uasset | 4 ++-- .../Content/World/Materials/Metal/Metal_017/M_Metal.uasset | 3 +++ .../World/Materials/Metal/Metal_017/M_RustyMetal.uasset | 3 +++ .../World/Materials/Metal/Metal_017/NewMaterial.uasset | 4 ++-- .../Content/World/Materials/StoneTiles/M_StoneTiles.uasset | 4 ++-- .../World/Materials/StoneTiles/Test_WS_Parallax_Fllor.uasset | 4 ++-- .../World/Materials/StoneTiles/Test_WS_Parallax_Floor.uasset | 3 +++ .../Materials/Wood/Wood062/Wood062_4K-PNG_Color_Mat.uasset | 3 +++ .../World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset | 4 ++-- .../Content/World/Static/Stairs/Gratings/M_Gratings.uasset | 3 +++ .../World/Static/Stairs/Gratings/SM_Grating2_Square.uasset | 4 ++-- .../World/Static/Stairs/Gratings/SM_Grating_Large.uasset | 4 ++-- .../Content/World/Static/Walls/BP_Floor.uasset | 4 ++-- 27 files changed, 58 insertions(+), 37 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/Portal_1_Loop.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAligned.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_Metal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_RustyMetal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Floor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Color_Mat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/M_Gratings.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index a3e768f..5b192bb 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:e4fbaf83f085c77dc856fd3632ac572cf5015c2fc5c7ca0fd0a0b546d089c33a -size 559958 +oid sha256:b59cd3f6196c4b955e297e1db9d8c2de2f6df50de154c8ffcf9a766e9523a8f7 +size 560065 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index b1d56b6..e55e50c 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:6ba068a82a937fa8ed7189926d8ac95e13a5a12a15cf730db0302bac9c549138 +oid sha256:b02a2d71d59d6901ed2c12859eaece724381528211ba7165265cc500b597ba1d size 157733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_SliceGame.umap index 0ab2a6f..5266cf2 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:12f988f7ff31a4e8dc056590bd1abfa259971daeb0419953b0fbce23718cb317 -size 68863 +oid sha256:823b4cb5769630afc4c7330eb153b6f5e1e4a000778ce2b8ce50265fea237b98 +size 65250 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap index 8515c1e..65b4f91 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:889e950e827979ef539d27209e672d02c2dfd78643ec24453d93a3893fa12755 +oid sha256:e6483694b020dc302f53b5b7651e52ce61424b3a7da9ee96a02403426e407b5a size 27574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index 652b874..dec6c85 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:a32a4541bfa7b0909458a79de5a92b2fad5419ac5341476e7f3b88240265e1ce +oid sha256:bbc8cab3d62181ee8f4f91099401eca3f7eff79b2fd43378b5bdad999ba117fc size 67378 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index b1cc2e2..47da47e 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:e859021ff2687bdbc34c1fb7c605a6e10d97105bf50356ca0e0e5f6a7397c21f -size 157492 +oid sha256:29786c9f188baee6a384277b554d846472068546e23b403d86ab815c6b94bd89 +size 153290 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset index ff6a60f..622dfef 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ac9821592f5c151bd8949f0c2a296b401e002920b09f36f8947194f9213837f -size 721094 +oid sha256:d2c33ea7248d097fcbbff233e778a90329fdeb525402aedf23b033a9dc3a0dbf +size 772056 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 042730f..15b0331 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:6bec3bdc8d9d73f11ffb56cc09a66e92d53ff23ba8df94ee82af7f032eeaa3da -size 85039 +oid sha256:6125ceaabe2a042f9f3bbd3da596cab04242802c3797fd52e0c94a6b87d2d296 +size 84302 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset index e48f3dc..4f8de0a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/NitroScan/BP_NitroScan.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc659cba0a0d231d3ebc64c917b2d05fa1a4cd72f3645ade55bce21517825160 -size 215087 +oid sha256:c1b05223147020aaac1528037d68cdcaab7a81214468a7470d169c9d3439f66b +size 240074 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset index 1126763..7807d39 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b8c67ceca7c69ba38628666b1930fc03b70251cedfec99e50b03f67136ca2f01 -size 366048 +oid sha256:116f28e18da4ad886f617c448241895f3882f3208301ea5a899ff712d47652a8 +size 356717 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset index 8df543e..a022985 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:31abff51f40112acbeadf733613b61b9f3fdba7ac60393fb400d1b2e2ee41018 -size 173497 +oid sha256:629f274f9010bc6e397b0407468ab514774523ce3abba5adeaa6a0014f8d2aaa +size 173403 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/Portal_1_Loop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/Portal_1_Loop.uasset new file mode 100644 index 0000000..baca0f5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/Portal_1_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5eee9d0572fd524b91901340d485651720eae4a76240de5eea058ffab78cd97 +size 461909 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAligned.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAligned.uasset new file mode 100644 index 0000000..9266805 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAligned.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6de775a8e2281cacf50445953da4db076f19178c65be4e7b0ea89b68d7f083 +size 29643 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset index e03400a..d7c2137 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:5b6595f4335e7a62fab61f02da6641ee2d471a11ac9631320d9b6c072862be63 -size 96380 +oid sha256:6fd32a9c605a8220a6aa51e5f8c036c4ea2b8238a78226555ec90723759c5015 +size 95952 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1.uasset index a623e11..218ef0b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump1.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0f98c09dfba98de220aafb4a7f497ad2cbe9907eb18f77a7fa44e028be5e863c -size 111266 +oid sha256:619be41cfbd07c368ce2370a55295e15749d21458c365f487e58dae684bebc61 +size 110838 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_Metal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_Metal.uasset new file mode 100644 index 0000000..8cea99b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118985dbaf05dfbe1667a68fc2630c5d292127aee219705cf9cdcecd16e08930 +size 1373 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_RustyMetal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_RustyMetal.uasset new file mode 100644 index 0000000..f5a964b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_RustyMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1749d2e77dc214b6f7d654c08e2d3aed35349eab6aded9f2df4d661db6ee117 +size 21618 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/NewMaterial.uasset index 7e049e2..58b5983 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/NewMaterial.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/NewMaterial.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:41945547b88a2c93a7814490e142153ba08ea8f8ddc02208d2992e7927321138 -size 11706 +oid sha256:5279e66f802745049e486959e1562e67aa9dc96e215c48f276ef0b46ebef118a +size 11218 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles.uasset index fabead6..1af24f7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/M_StoneTiles.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:85c73714ea07ba39ec913bbbe8f5a1d2ec4064ba9550c8a28fd1d92337bf5c9d -size 66657 +oid sha256:89c92be38d3a5cd330a6d1b4dd26303f2774257f69f9e880b351f33415b0cef7 +size 66310 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 9bb6fe0..9cd22a2 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:ef334e60c2a73528ed17f858ca16a441bd12b82e8a5c704cc8a0224af40568d0 -size 19072 +oid sha256:5d5ba7d03441bf5542cbf98918a735b6d3ded31b11da1fc950d0288cbafb83b9 +size 1500 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Floor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Floor.uasset new file mode 100644 index 0000000..36d508f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2769ea3bd627f0c4e36949867c468eced391dab279037c3e23a0b80da98d9cb +size 19072 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Color_Mat.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Color_Mat.uasset new file mode 100644 index 0000000..4a7600e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Wood/Wood062/Wood062_4K-PNG_Color_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e691f738fa5f43f1c4437d833cc9603845b2cb7c65121a2ef723e6fee2f59dde +size 12355 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset index 4564590..018a476 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/ShipLamp/M_ShipLamp_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:caca881b55e388fbd9715e289bd0c9550d1a6dea2a006be150796c1164c9b409 -size 14668 +oid sha256:cdfd134e5bc1417a47da7451fbbda244fa1ea8f376d3b4cdc0ca8b0587e1adb2 +size 15009 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/M_Gratings.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/M_Gratings.uasset new file mode 100644 index 0000000..60092c6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/M_Gratings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20ddb4af8554a1792a7f5fbe44f3e5c3e5400b377edfd4b00f65c502a61a9bbd +size 11074 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset index 4ef82d2..216f647 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating2_Square.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9414e064da151ad24a2aab4c08abf1635c1e13dc633b1e87f4698445ef4594b1 -size 89316 +oid sha256:df9d1f6c541b49c3eedb19628cecc30dfcc6cef7739e44f1b62818cdb04c34a2 +size 90033 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset index 9a5213e..553cf5e 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Stairs/Gratings/SM_Grating_Large.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cc0f5ede92d3aabb8ed7966a33794a2e5fcffdc4f1eb2661c399874ddde2cf86 -size 323008 +oid sha256:53022e7c38896817f9850b934a6d459a2957602b5a17cfe5f280556fef0ae272 +size 302266 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset index 30b9603..9cefb53 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Walls/BP_Floor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6a4dc95a1dadeb5eaca809ee326f14bd615aa6521a921a531d0a6ee606bd3ef0 -size 113945 +oid sha256:22d12ad7d2820d60180812a1516887fe724842fd6a9b24adebf57c1595ab89d7 +size 115630 From 16e7dab92dbc43d0dd3be29a0ab4f2a52a092f9e Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 26 Sep 2025 16:53:02 +0200 Subject: [PATCH 40/47] Fixes on door and MovableComp --- .gitmodules | 3 +++ .../Content/Audio/Portal/Portal_1_Loop.uasset | 3 +++ .../Content/Audio/Portal/SA_Portal.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Misc/Examples/Button/CaptchaButtonComponent.uasset | 4 ++-- .../Misc/Examples/Button/ColorChangingButtonComponent.uasset | 4 ++-- .../DrawerBase/FileCabinet/MovablesSoundComponent.uasset | 4 ++-- .../World/Interactibles/Captchas/BP_BaseCaptcha.uasset | 4 ++-- .../Content/World/Interactibles/Captchas/M_Captcha.uasset | 4 ++-- .../World/Interactibles/Captchas/M_Captcha_Inst.uasset | 4 ++-- .../Interactibles/Electrical/Doors/BP_CaptchaDoor.uasset | 4 ++-- .../Interactibles/Electrical/Doors/ScifiDoorButton.uasset | 3 +++ .../Electrical/Doors/asd/StaticMeshes/asd.uasset | 3 +++ .../World/Interactibles/Electrical/Doors/asd__2_.uasset | 3 +++ .../Interactibles/FreezingChamber/BP_FreezingChamber.uasset | 4 ++-- .../World/Interactibles/FreezingChamber/Material_021.uasset | 4 ++-- .../Content/World/Interactibles/Portals/BP_Portal.uasset | 4 ++-- .../World/Interactibles/Portals/BP_RiddleComponent.uasset | 4 ++-- .../Content/World/Interactibles/Portals/Portal_1_Loop.uasset | 4 ++-- .../World/Materials/Metal/Metal_017/M_RustyMetal.uasset | 4 ++-- .../Content/World/Static/Lights/BP_Light.uasset | 4 ++-- VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers | 1 + 23 files changed, 51 insertions(+), 32 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/Portal_1_Loop.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/SA_Portal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/ScifiDoorButton.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/asd/StaticMeshes/asd.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/asd__2_.uasset create mode 160000 VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers diff --git a/.gitmodules b/.gitmodules index c71eda9..91cdba4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "VIRTUOS_ExpansionPluginTests/Plugins/SPUD"] path = VIRTUOS_ExpansionPluginTests/Plugins/SPUD url = https://github.com/sinbad/SPUD +[submodule "VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers"] + path = VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers + url = https://github.com/sinbad/StevesUEHelpers diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/Portal_1_Loop.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/Portal_1_Loop.uasset new file mode 100644 index 0000000..981adca --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/Portal_1_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4b505f0c494c9255f0895c0debad47c68f4ebaa59266f867b366a66ef4a4bb +size 461879 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/SA_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/SA_Portal.uasset new file mode 100644 index 0000000..6147a47 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Audio/Portal/SA_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01173af7fa9cb7e1d712a7bbcc4ca6ec8d2fda789f5fb67426e0967b3bae13a +size 1044 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 5b192bb..ee3d9d7 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:b59cd3f6196c4b955e297e1db9d8c2de2f6df50de154c8ffcf9a766e9523a8f7 -size 560065 +oid sha256:30a9f34ddd36660ef1a9cb2e59208b65c170544cc1b283f74e739bac057572a2 +size 562753 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 47da47e..f096bde 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:29786c9f188baee6a384277b554d846472068546e23b403d86ab815c6b94bd89 -size 153290 +oid sha256:7ee3c35c7958a370c643308392201fd6461e42fb1bb8fbda356cae13a0dd9c8d +size 153137 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 978897b..ae30cd5 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:e95d8aa6644892c964e96f3ea093c6fc6e6161f449e46e84416f2d3cf20cdd23 -size 51570 +oid sha256:71108b7e1e27a8f32592f80525d921d1296ceab41566e330533bb6d6ff38d560 +size 52066 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset index 6524f91..72d55e6 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Button/ColorChangingButtonComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:af77a56053a1badf1a8f74d8b4527cee850749d5efdcac54ae65ed841609599c -size 89749 +oid sha256:dfcbb8df6038bd3a83d1daffccccbeac026003954415952386371631f6818005 +size 107094 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset index 622dfef..163c061 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/FileCabinet/MovablesSoundComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2c33ea7248d097fcbbff233e778a90329fdeb525402aedf23b033a9dc3a0dbf -size 772056 +oid sha256:7ebc043bb4b2c3fb97dfb1030725c4aadac9f5e0114da2587d4dbf461d78146f +size 647461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/BP_BaseCaptcha.uasset index 33cb886..b93c99b 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:c2f52d0246317b7129a9afd96591f1a07fdffbe0c553b6c75893d91d658e2613 -size 237808 +oid sha256:d5efe9705e1f1e2d986af8e1d6feea02bf7e59b6838179d62bb3383184ad773c +size 340587 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha.uasset index e4aaeba..a072b5d 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:fcb5c15a27f40897e54192d9cea3adf3391e1404b2b2590e101a750961832723 -size 29136 +oid sha256:8ea6393212d38bb403f3523378a7c0e1b6e11a9b57459c290c2cb0a31cf58585 +size 29196 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset index 207d2a2..f415b93 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Captchas/M_Captcha_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbd03ff241afeea661aedeb952a3a5c748630dbda01fe36a7941de1a14800413 -size 12023 +oid sha256:73aa038bcb57c3f3583dabd4cf34eee78bd4101b1c3f81ed79ebc0270f6695a3 +size 8621 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 971f5b5..7c3e32a 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:d399fccd91c88f0d506ae2ec1e28f38b7d745ba095b86772de3bfe9fc7511e06 -size 107245 +oid sha256:69d4d9f482db7ea1bb883590f35373bc9a9d275156a30eec41deb513e809023f +size 129288 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/ScifiDoorButton.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/ScifiDoorButton.uasset new file mode 100644 index 0000000..54f7f00 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/ScifiDoorButton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ad8bcdf99281517a13dd29ef585fb01a40d4ec2d97ef79f1a420eda36601ca +size 73811 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/asd/StaticMeshes/asd.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/asd/StaticMeshes/asd.uasset new file mode 100644 index 0000000..204bb75 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/asd/StaticMeshes/asd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0afb1c8e9d97bb8260c947875ce6528c83f2f85b1e81765c20c1d9634e0a9b +size 61535 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/asd__2_.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/asd__2_.uasset new file mode 100644 index 0000000..1a22e36 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Electrical/Doors/asd__2_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73191cafb72b2e7c4942580e85e4a6b846f5b13e1e5350a82df0e2badea4a3f4 +size 1409 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset index 4deb4c5..cfa660f 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:755ddbc7d903257846d3b1c6ef574af7b8212fd3b46540d1791328ede60ee1e4 -size 68891 +oid sha256:23538d57a83ac11c0f2fdabea3085f256652a2f7e121848ba6c8559f04b5eae3 +size 68974 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Material_021.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Material_021.uasset index f782c18..ab2ab8a 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Material_021.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/Material_021.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b84dca2cbe5146ac7fd0207c863d0afdaa0e0c97170e3edd07af6e4f5c2ac537 -size 73517 +oid sha256:bcab3301b43c02a2728a1cc5054849c94b2aeb679541d34c7226f59b4fa036d7 +size 74303 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset index 7807d39..bcae9a2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_Portal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:116f28e18da4ad886f617c448241895f3882f3208301ea5a899ff712d47652a8 -size 356717 +oid sha256:d145403cf122c79f868d774d6261eb80f9440e7cc0e7d5c9fe384147cc389069 +size 351325 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset index a022985..5cb9772 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/BP_RiddleComponent.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:629f274f9010bc6e397b0407468ab514774523ce3abba5adeaa6a0014f8d2aaa -size 173403 +oid sha256:9ab9799b78a73faa61803ed92cb4afb4d3770dd06f826c5a51209ea4f8ed1139 +size 177604 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/Portal_1_Loop.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/Portal_1_Loop.uasset index baca0f5..c5954d3 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/Portal_1_Loop.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Portals/Portal_1_Loop.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a5eee9d0572fd524b91901340d485651720eae4a76240de5eea058ffab78cd97 -size 461909 +oid sha256:b224e30461316e06bee9204e4fa4835a0594c86b0252aae24388869ae5c510ee +size 1341 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_RustyMetal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_RustyMetal.uasset index f5a964b..e477ba7 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_RustyMetal.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Metal/Metal_017/M_RustyMetal.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1749d2e77dc214b6f7d654c08e2d3aed35349eab6aded9f2df4d661db6ee117 -size 21618 +oid sha256:d7e3e416d23c70143faf12496dedabdf2778aad8f896600d6a1a37b63fb2dc31 +size 22684 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset index 4edd4f7..657a02b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Lights/BP_Light.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f04e5653bb18030fea5e0bb487974d2a21ec84f0698c7b3e26a41f3c8e7d85f9 -size 62733 +oid sha256:8d2344351fb6d7083f9fab50a40333d3937577011bada2db34b5d0e81049283d +size 122424 diff --git a/VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers b/VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers new file mode 160000 index 0000000..d6fbc18 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Plugins/StevesUEHelpers @@ -0,0 +1 @@ +Subproject commit d6fbc18c862cc9d1e9c8418a16273a8562078403 From 4b08b79ffd58738b6d84a3e8fcf00934ad77fcc6 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 30 Sep 2025 15:23:30 +0200 Subject: [PATCH 41/47] Work on Bathrooms --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 2 +- .../Content/Maps/Map_Stream_MachineRoom.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/VRE/Grippables/Misc/Examples/Door/DeadBolt.uasset | 4 ++-- .../VRE/Grippables/Misc/Examples/Door/DoorActor.uasset | 4 ++-- .../World/Interactibles/Bathroom/BP_ToiletStall.uasset | 3 +++ .../World/Interactibles/Bathroom/Sink/MI_ToiletSink.uasset | 3 +++ .../World/Interactibles/Bathroom/Sink/SM_ToiletSink.uasset | 3 +++ .../Interactibles/Bathroom/Sink/SM_ToiletSinkLever.uasset | 3 +++ .../Interactibles/Bathroom/Sink/T_ToiletSink_DIffuse.uasset | 3 +++ .../Bathroom/Sink/T_ToiletSink_MetallicRoughness.uasset | 3 +++ .../Content/World/Interactibles/Bathroom/Toilet/Toilet.uasset | 3 +++ .../World/Interactibles/Bathroom/Toilet/Toilet2.uasset | 3 +++ .../World/Interactibles/Bathroom/Toilet/Toilet3.uasset | 3 +++ .../World/Interactibles/Bathroom/Toilet/Toilet5.uasset | 3 +++ .../Interactibles/Bathroom/Toilet/Toilet_BaseColor.uasset | 3 +++ .../Toilet/Toilet_Metallic_png-Toilet_Roughness_png.uasset | 3 +++ .../Interactibles/Bathroom/Toilet/Toilet_NormalOGL8.uasset | 3 +++ .../Interactibles/Electrical/Generator/BP_Generator.uasset | 4 ++-- .../Furniture/Doors/MetalDoor/BP_SliderDoor.uasset | 4 ++-- .../Content/World/Materials/Master/M_WorldAlignedBump.uasset | 4 ++-- .../Content/World/Materials/WhiteTiles/MI_WhiteTiles.uasset | 3 +++ .../World/Materials/WhiteTiles/T_WhiteTiles_Diffuse.uasset | 3 +++ .../World/Materials/WhiteTiles/T_WhiteTiles_Disp.uasset | 3 +++ .../World/Materials/WhiteTiles/T_WhiteTiles_Normal.uasset | 3 +++ .../World/Materials/WhiteTiles/T_WhiteTiles_Rough.uasset | 3 +++ .../Content/World/Static/Splines/Pipes/M_Pipe.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe_Inst.uasset | 4 ++-- .../Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset | 4 ++-- .../World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset | 4 ++-- 32 files changed, 79 insertions(+), 25 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/MI_ToiletSink.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/SM_ToiletSink.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/SM_ToiletSinkLever.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/T_ToiletSink_DIffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/T_ToiletSink_MetallicRoughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet3.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet5.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_BaseColor.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_Metallic_png-Toilet_Roughness_png.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_NormalOGL8.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/MI_WhiteTiles.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Disp.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Rough.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index ee3d9d7..e9b20f5 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:30a9f34ddd36660ef1a9cb2e59208b65c170544cc1b283f74e739bac057572a2 -size 562753 +oid sha256:45822db0e5d0bc99293fe6446249a52ed3dd8a447bfc6c711cde7079a90dd432 +size 599606 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index e55e50c..3131d43 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:b02a2d71d59d6901ed2c12859eaece724381528211ba7165265cc500b597ba1d +oid sha256:9106117042bbb9ba257f1b4187ad889617e2aadfaf5d3df4bb5bad37d2960626 size 157733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap index 65b4f91..b301d42 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:e6483694b020dc302f53b5b7651e52ce61424b3a7da9ee96a02403426e407b5a +oid sha256:8f192977603d6dc809d5f07d0b161b9cc996bcbb2a9954ebc1eee01671a75847 size 27574 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index dec6c85..55db0cb 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:bbc8cab3d62181ee8f4f91099401eca3f7eff79b2fd43378b5bdad999ba117fc +oid sha256:5aed6ea422ac32c85544a56442bf480d30f3720863483305c356db14a313421e size 67378 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index f096bde..e903e9b 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:7ee3c35c7958a370c643308392201fd6461e42fb1bb8fbda356cae13a0dd9c8d -size 153137 +oid sha256:0c73423074c0aee5ca6a873e5e92ffdb0c75f86be843d1ce7e2b7ab3397513f9 +size 153583 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DeadBolt.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DeadBolt.uasset index f60b36a..736fa0f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DeadBolt.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DeadBolt.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d6cf5a73b1099be46fc9a148dfb2763094df9f0b64763d56c0aee985ff0ae85b -size 30756 +oid sha256:6cf534fe2215772dc387a298379fc1ba19c4e536784f431a668a97b904da9d32 +size 33023 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset index 6e49353..7c689dc 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:12cf02437b66faec6ffca53ba49d578e542de0da647ffb77b26eb2efa2c39f87 -size 481494 +oid sha256:e1958a596d2b9fe6c88023b9ebe34ce07fd67f69ae02c30b5334e99774a7fdf3 +size 487496 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset new file mode 100644 index 0000000..129d521 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d09c105333d0a56ab5e7ea87f168b28e89a448cbea3f95c28d8b86894a12a7 +size 55646 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/MI_ToiletSink.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/MI_ToiletSink.uasset new file mode 100644 index 0000000..ddf673c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/MI_ToiletSink.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22ef3b6c3dbb4b0e7de6e5fb158b3bee7a5592633a85baa8c328b1204e6bea5 +size 64580 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/SM_ToiletSink.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/SM_ToiletSink.uasset new file mode 100644 index 0000000..6c8f79d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/SM_ToiletSink.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b16ee2b42c8bdfa67f194beab2e8a163f1b17a88a024d51e86984aa8ea208c79 +size 329876 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/SM_ToiletSinkLever.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/SM_ToiletSinkLever.uasset new file mode 100644 index 0000000..f805aac --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/SM_ToiletSinkLever.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6f0b756fb8bf1ae6aaf7fbd8bd15aece0ea1ede2025cc137574e2e109ca280 +size 93992 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/T_ToiletSink_DIffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/T_ToiletSink_DIffuse.uasset new file mode 100644 index 0000000..bc2e8a5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/T_ToiletSink_DIffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f23ee348164da089805eb828d216716cb8adc435d2603fe4ede80b667cd6115 +size 724876 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/T_ToiletSink_MetallicRoughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/T_ToiletSink_MetallicRoughness.uasset new file mode 100644 index 0000000..ea7a11d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Sink/T_ToiletSink_MetallicRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2feda9d9a9fe93b55d7e377d8402c06cad1d021089106f1cb2d0c5e6d3dd571 +size 574016 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet.uasset new file mode 100644 index 0000000..c1558cc --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01004fafd95fbf25434df15d7ae2f6cf88067e0abadde846d631e3d236f9d704 +size 66450 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet2.uasset new file mode 100644 index 0000000..cafffa4 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb25ac38c6daef9f82c796369ae2b9394cb9016f4a5c68e9b2d4b93627f4dc1 +size 113248 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet3.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet3.uasset new file mode 100644 index 0000000..86ffcea --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009c3f49798cbc5e3d328eef94df2df23e300f523cf61d278dbe1cfbf8d9fa68 +size 126484 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet5.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet5.uasset new file mode 100644 index 0000000..091642d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d44add24375c6d9ec9dbce7fa1dc66182d7f959c15d3e3159b485714262757 +size 284044 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_BaseColor.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_BaseColor.uasset new file mode 100644 index 0000000..b358b09 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72342dae949c1feef815a626cc36e4c6b2b9bc62c2d2007b00a2b28015ffa477 +size 738542 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_Metallic_png-Toilet_Roughness_png.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_Metallic_png-Toilet_Roughness_png.uasset new file mode 100644 index 0000000..cc57b4b --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_Metallic_png-Toilet_Roughness_png.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6119d5e296e9ab70fd7b368cfb9f0dc2e06da92c36c76fcff0654ef1be3ae283 +size 1002500 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_NormalOGL8.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_NormalOGL8.uasset new file mode 100644 index 0000000..3487df5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Toilet/Toilet_NormalOGL8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9116c9feeca4b4ed09f1f1595c631c4032b8055432828130c8bd172c6312f2 +size 4272107 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 5879891..c716d91 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:3db99065b2fe5879ff5f910187739ce6c7e9f67c3b8edeb40a9c54eb5ac059e8 -size 46235 +oid sha256:60071572f670ee4b8a237c196a577737790eeaec6d749e346fbe526212ee3b3a +size 46595 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 d39a513..a1e8616 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:e81a427d2c28a053bf56947a0e949a0fa983dde3fb8c9afc0a467581cdd2d657 -size 281310 +oid sha256:426dcbfd215af08355194c79ef9f4415ffed91cd3abde450af27d4ec1fb83710 +size 282744 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/Master/M_WorldAlignedBump.uasset index d7c2137..d44d9a7 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:6fd32a9c605a8220a6aa51e5f8c036c4ea2b8238a78226555ec90723759c5015 -size 95952 +oid sha256:35eee5225458e960c04086601eb12d3711bb0c0d87c0013cb79c999822a3db30 +size 96928 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/MI_WhiteTiles.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/MI_WhiteTiles.uasset new file mode 100644 index 0000000..4f84eb1 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/MI_WhiteTiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e5511da45f9c767dc8a3862393440768c93ebe8d08de6c0551d4354125450f +size 18078 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Diffuse.uasset new file mode 100644 index 0000000..b9b4482 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a00bd70901d60e1fd52360a65a469663f15e384eae1c2e2007124093ecaceb2 +size 4321656 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Disp.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Disp.uasset new file mode 100644 index 0000000..f33aae8 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Disp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a609995ca8e419822f9f9488271f84fa3f1e6e1f008b13d304f7d974d7f971e +size 3363105 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Normal.uasset new file mode 100644 index 0000000..a747bb6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed72b6deb623ffef59955c946fb35dfecbbd7c8b06b0c9a2060b88fbd72dbacd +size 15165842 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Rough.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Rough.uasset new file mode 100644 index 0000000..24d0d88 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/T_WhiteTiles_Rough.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae29dff904be5e647a93c63d66b7d41eb63a808fc6e4c221c882c8347f154403 +size 6847342 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset index 833e29b..2c72e05 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1105a28001bc8fd40ec297dbe8b18354c9e1f2083fa1ff39d3e487cbfd18c1ec -size 85041 +oid sha256:74886fbb9fadcd8a31264e93300aca8c814bb8c8a525f6069e3d425a0f646b75 +size 85221 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 4b9e85c..c60faaa 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:83228700a68db0ca3222b3f0e9575f1b8128c5364f98a9ee2214b5cea4497e11 -size 10304 +oid sha256:0b6ad160cb6555d8c0cf733f29eb448a85458cf64a300424a58a49c6bfaf7b10 +size 10425 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset index f345516..362ad4f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:917270dad13bb2815bac6e61110d01307f2b1dbf89854571fda896550bb5083a -size 10449 +oid sha256:341129f9ab108cd8aaa96d4c50705a4cc6afea6f4efcac99f4eac8a775e568e0 +size 10463 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset index d5b3907..9822d25 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Static/Splines/Pipes/M_Pipe_Inst_UVBox.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:21b25d1b713adb16b47bf7e90572d2f80f7fcff522ad2202b6281ab5a0d9f3c0 -size 14335 +oid sha256:a0b507de9ea6dcda792deafae7a5ae1c47d00ac8bd100758effa297a5be93a43 +size 12088 From 430931a14c70f9922de1d49db329f7f8cc6fd750 Mon Sep 17 00:00:00 2001 From: Waldo Date: Wed, 1 Oct 2025 21:42:24 +0200 Subject: [PATCH 42/47] Toilet/Vent --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../VRE/Grippables/Misc/Examples/Door/DoorActor.uasset | 4 ++-- .../World/Interactibles/Bathroom/BP_ToiletStall.uasset | 4 ++-- .../World/Interactibles/Bathroom/VentCover/VentCover.uasset | 3 +++ ...r_01_vent_02-modular_airduct_rectangular_01_vent_02.uasset | 3 +++ .../VentCover/modular_airduct_rectangular_01_vent_02.uasset | 3 +++ .../VentCover/modular_airduct_rectangular_01_vent_021.uasset | 3 +++ ...ular_airduct_rectangular_01_vent_02_001_Baked_Baked.uasset | 3 +++ 8 files changed, 21 insertions(+), 6 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/VentCover.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02-modular_airduct_rectangular_01_vent_02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_021.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02_001_Baked_Baked.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index e9b20f5..916d034 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:45822db0e5d0bc99293fe6446249a52ed3dd8a447bfc6c711cde7079a90dd432 -size 599606 +oid sha256:6c3e4f0db0ab1823818b6207bd1468db603b18aa8066dcd22da316a5bb688e20 +size 599263 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset index 7c689dc..f1819e4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/DoorActor.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e1958a596d2b9fe6c88023b9ebe34ce07fd67f69ae02c30b5334e99774a7fdf3 -size 487496 +oid sha256:b3d1125030db3a7cd7bfd6bc86c5b994c9f66027e25a6ec7d8bbb34afe5dd340 +size 487554 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset index 129d521..2037de1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a2d09c105333d0a56ab5e7ea87f168b28e89a448cbea3f95c28d8b86894a12a7 -size 55646 +oid sha256:390c2cc95271f0821bd73275a6b81764ec8ac7224992324cd5516b0d6ec2c1b4 +size 56996 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/VentCover.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/VentCover.uasset new file mode 100644 index 0000000..16f4826 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/VentCover.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0771a1d2cf8f81bc6fe9d36e77ef3ce0358c769f94fc439a27a868e3cc89216e +size 94612 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02-modular_airduct_rectangular_01_vent_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02-modular_airduct_rectangular_01_vent_02.uasset new file mode 100644 index 0000000..a7bce06 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02-modular_airduct_rectangular_01_vent_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9c5522ff4cbbbbc8f86c867c798b8360fb71a27b4ba47f510212ee2c877ac1 +size 667163 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02.uasset new file mode 100644 index 0000000..c30e4c9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bda038faf4a1b42246df052c8bfbeb3072c07c677ba92d029d9eb6e361bc5f +size 3246449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_021.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_021.uasset new file mode 100644 index 0000000..6e894df --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_021.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a1b62fc9fb600d7344f06d944d88d1cc90e892e1ef7fdb32458a0fafa2ba8d +size 1356330 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02_001_Baked_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02_001_Baked_Baked.uasset new file mode 100644 index 0000000..051966c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/VentCover/modular_airduct_rectangular_01_vent_02_001_Baked_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8554a96abf5ae82bf9f369a5b04211f6099c7c8fde3dc7200b6e5d7b3feb74e7 +size 67887 From a1fcabcc3c56baa9119739ac563a02b830b735f9 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 2 Oct 2025 14:53:34 +0200 Subject: [PATCH 43/47] ToiletDoor --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Interactibles/Bathroom/ToiletDoor/DeadLockBase.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/Deadlock.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/Door.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/Frame.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/Handle.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/HandleBase.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/Indicator.uasset | 3 +++ .../Interactibles/Bathroom/ToiletDoor/IndicatorBase.uasset | 3 +++ .../Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ ..._Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset | 3 +++ .../Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Normal.uasset | 3 +++ .../Interactibles/Bathroom/ToiletDoor/MergedBake_Baked.uasset | 3 +++ .../Furniture/Doors/MetalDoor/BP_SliderDoor.uasset | 4 ++-- 15 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DeadLockBase.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Deadlock.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Door.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Frame.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Handle.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/HandleBase.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Indicator.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/IndicatorBase.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Baked.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 916d034..5271aa4 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:6c3e4f0db0ab1823818b6207bd1468db603b18aa8066dcd22da316a5bb688e20 -size 599263 +oid sha256:b36a0dd37aa6e34107557c3337350664967b464155104d8540b315943b13efbd +size 610381 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DeadLockBase.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DeadLockBase.uasset new file mode 100644 index 0000000..90bb4ad --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DeadLockBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd598ab60787ecb0d365fbdfa978704b62c62b7f4821cb97ab331d0b759229c4 +size 79654 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Deadlock.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Deadlock.uasset new file mode 100644 index 0000000..2eba228 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Deadlock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c09236bc3056e6220363b3aad38bdf0b0e935ff5b941ce19570ee9dd90ec35c +size 80441 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Door.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Door.uasset new file mode 100644 index 0000000..b20f62d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ca1250f4446e72806e0ebdfd35d545d6ca49c5c25186eecea56542b9153697 +size 93876 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset new file mode 100644 index 0000000..8e23a05 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae37cd3ca30c9a167f83ffcf5fd77b404df79c8530b03b8104a4e805f142e9f +size 470326 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Frame.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Frame.uasset new file mode 100644 index 0000000..087e8b9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b622605da357183fffef914f9345b98f81e0b6380b1768208329741adf34a65e +size 80298 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Handle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Handle.uasset new file mode 100644 index 0000000..eb0b276 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Handle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8765580d28055f2d020c880ab24049864f69878f52b0ae7081292d89a37618a7 +size 88660 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/HandleBase.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/HandleBase.uasset new file mode 100644 index 0000000..bcea0f5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/HandleBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434cde1f535529500ebd4788ba34cf889db00cd6068c71209b85847b875729c8 +size 87239 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Indicator.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Indicator.uasset new file mode 100644 index 0000000..32237b9 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Indicator.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a481fcb0c73888fd8cdd1cf6d407940a25527f34f056fbdad3e4ac0ca4ac15b +size 80306 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/IndicatorBase.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/IndicatorBase.uasset new file mode 100644 index 0000000..91b3ee5 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/IndicatorBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9c74262f82b5a65c6dacd0279cc4fbf40e5dd7b5446abad576fbb8bcb145b8 +size 85069 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..3609d78 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a257e9e61f01f54fb0383cba9027c37264295e2dcda47ed83b1be0bba935be97 +size 7649597 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..ea10a59 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3507a2805906f92412841f9f0792b3463f371457206974225ba832df260a9739 +size 284360 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..cebe21f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0497b2f52b02263c675a85e736bbc1b5d731b7659a44c4e99cfbe69b8cbbf5 +size 78257139 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Baked.uasset new file mode 100644 index 0000000..f640cca --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/MergedBake_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfca4bf79540ce2460e46db197430ac8dc14ef65db83044d0707c09745c0ecb2 +size 64372 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 a1e8616..aab8616 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:426dcbfd215af08355194c79ef9f4415ffed91cd3abde450af27d4ec1fb83710 -size 282744 +oid sha256:3ac8d8b42c93cc2b7d7c11a967b134f6b5160fd5ba23aa527c7800cfa31bd2be +size 288742 From 832840f1d6574cb43a110d591e85717e353f51ca Mon Sep 17 00:00:00 2001 From: Waldo Date: Mon, 6 Oct 2025 22:12:50 +0200 Subject: [PATCH 44/47] that damn door --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Misc/Examples/Door/BP_DoorTestFromScratch.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/Door.uasset | 4 ++-- .../World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset | 4 ++-- .../World/Interactibles/Bathroom/ToiletDoor/Frame.uasset | 4 ++-- .../World/Interactibles/Bathroom/ToiletDoor/Handle.uasset | 4 ++-- 6 files changed, 13 insertions(+), 10 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/BP_DoorTestFromScratch.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 5271aa4..635ba0f 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:b36a0dd37aa6e34107557c3337350664967b464155104d8540b315943b13efbd -size 610381 +oid sha256:c6ab145796d899b6c16046601284241af8fc7dd2d5f27d8c0c4f4afa83bf3571 +size 612872 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/BP_DoorTestFromScratch.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/BP_DoorTestFromScratch.uasset new file mode 100644 index 0000000..fae573d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/Door/BP_DoorTestFromScratch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4e347ddb8cb4fe35023e71d20db43b590d7c988ff8abb59568e52b0fbbdadd +size 72208 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Door.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Door.uasset index b20f62d..d24fde2 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Door.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Door.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:17ca1250f4446e72806e0ebdfd35d545d6ca49c5c25186eecea56542b9153697 -size 93876 +oid sha256:e7ec1ad715daa014b42c9c9b34f9e092aa9592830e1b5a5314e6599ce6c3eff0 +size 85284 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset index 8e23a05..bd20594 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3ae37cd3ca30c9a167f83ffcf5fd77b404df79c8530b03b8104a4e805f142e9f -size 470326 +oid sha256:df12dbad5bbf7f73a1bfcc2f03df1f239b81778801124b77d18a00221b34b66d +size 478805 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Frame.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Frame.uasset index 087e8b9..504a2f0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Frame.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Frame.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b622605da357183fffef914f9345b98f81e0b6380b1768208329741adf34a65e -size 80298 +oid sha256:6c8e9c3ff1c75be82dd616fac4677171861909f30ac626961ef205f29f7611d9 +size 86558 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Handle.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Handle.uasset index eb0b276..6f21205 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Handle.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/Handle.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8765580d28055f2d020c880ab24049864f69878f52b0ae7081292d89a37618a7 -size 88660 +oid sha256:8986a1a730bda1c474b2f90318840ae2a4b79082a28c3e8cd372e6f7b236c8f8 +size 88370 From 51872c65caa13f20a86d4591712349ff6b7b3ddb Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 7 Oct 2025 16:25:35 +0200 Subject: [PATCH 45/47] Wnated to build a hole System for Landscapes but 5.6.1 has an RVT Error, Fixed ToiletDoor (Disable Collision with parent seems to be buggy) https://www.youtube.com/watch?v=ot6ty5cETtU https://forums.unrealengine.com/t/instanced-stereo-broken-in-5-6/2567930/10 --- .../Development/RVT_LandscapeHole/RVT_HoleHeight.uasset | 3 +++ .../Content/Development/RVT_LandscapeHole/RVT_HoleMat.uasset | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 4 ++-- .../Content/Maps/Map_Stream_MachineRoom.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 2 +- .../Materials/Landscape/BP_Landscape_HoleCutter.uasset | 3 +++ .../Content/Materials/Landscape/M_LandscapeMaster.uasset | 3 +++ .../Content/Materials/Landscape/M_LandscapeMaster_Inst.uasset | 3 +++ .../Content/Materials/Landscape/M_LandscapeOpacityMask.uasset | 3 +++ .../Content/Materials/MF/MF_CreateLayerOnLandscape.uasset | 3 +++ .../Content/Materials/MF/MF_LandscapeMaterialHoleMix.uasset | 3 +++ .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Misc/Examples/DrawerBase/Locker/M_Locker.uasset | 4 ++-- .../World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset | 4 ++-- .../World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset | 4 ++-- 16 files changed, 39 insertions(+), 15 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleHeight.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleMat.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/BP_Landscape_HoleCutter.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster_Inst.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeOpacityMask.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_CreateLayerOnLandscape.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_LandscapeMaterialHoleMix.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleHeight.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleHeight.uasset new file mode 100644 index 0000000..07ca792 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleHeight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc7f17230cbdc6d287df8fee4c749b5e4b8f785fbf9b2020d5858ddca422123 +size 1505 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleMat.uasset b/VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleMat.uasset new file mode 100644 index 0000000..9f2fdbb --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Development/RVT_LandscapeHole/RVT_HoleMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:986b943a27d8cc8526b1ddfdbaffad58d8e49be0bbf78acd735a498922a69a17 +size 1540 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 635ba0f..ec81455 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:c6ab145796d899b6c16046601284241af8fc7dd2d5f27d8c0c4f4afa83bf3571 -size 612872 +oid sha256:e9b2700857799d586fb670c62f0b5a7524837eadcf512d0c2f554c505c1ffb1a +size 1087852 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index 1e5bb82..c25b37f 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:7f73771a77db67bdc9dbb75e6a65a9173b19703405c3a3762f6988c4978a912a -size 25547 +oid sha256:1c61e50486db91f7fbc83afe5c60a0491eb22bb81a7750cab9381e236c13a963 +size 1380057 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap index b301d42..ae1df10 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:8f192977603d6dc809d5f07d0b161b9cc996bcbb2a9954ebc1eee01671a75847 -size 27574 +oid sha256:6e5629b4d2c22960d6585cd39272bb75b086dab977348d3113ce56191bf4636e +size 25303 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index 55db0cb..77dfc15 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:5aed6ea422ac32c85544a56442bf480d30f3720863483305c356db14a313421e +oid sha256:427089ee3d061f71dcf26e27fe04c594ed398168bf1a03707b56cde687c78112 size 67378 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/BP_Landscape_HoleCutter.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/BP_Landscape_HoleCutter.uasset new file mode 100644 index 0000000..9a84d88 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/BP_Landscape_HoleCutter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08a40b6bf9353bbb813519fcb4c2ec39e902a19c0f1cf5c1db4e69123ddd1c68 +size 44284 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster.uasset new file mode 100644 index 0000000..69f740f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73ef5751f5776d993142510a184be5e8580c08f1ed388137a833f1d1308fe21 +size 62571 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster_Inst.uasset new file mode 100644 index 0000000..5ef22f3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5372da9f67a7d877e0f2a10e485f730710250301ead314ee26f356e2ec7ed3 +size 16687 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeOpacityMask.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeOpacityMask.uasset new file mode 100644 index 0000000..35ab30f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeOpacityMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5defcbf707f4092d44f9ee00a15f28bcfae917f3e614bf2bd01cb964ba7cd6 +size 12095 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_CreateLayerOnLandscape.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_CreateLayerOnLandscape.uasset new file mode 100644 index 0000000..4a7509c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_CreateLayerOnLandscape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d999ca8e127e550cdce2bbef88f5ac6f57d568c3bec26da85ffb081791d91c +size 24958 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_LandscapeMaterialHoleMix.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_LandscapeMaterialHoleMix.uasset new file mode 100644 index 0000000..7363869 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/MF/MF_LandscapeMaterialHoleMix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1570061b3549a9ce0c44ef525a25ff9206d1db4f7b93fd085de6ceee23332ffc +size 13836 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 da3c0dd..84c3542 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:79ea2cb15147467708c959c95b8d61fea566034a005d62846c6cc2fd80f5d8d1 -size 1809889 +oid sha256:2d095db632a6a9b9eb75a3bb9aaa04a89d3e4acfeb0e6e14d45c3f468ec9aa89 +size 1836020 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset index fd7235e..bc22426 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/Grippables/Misc/Examples/DrawerBase/Locker/M_Locker.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5343abd4bee92aca2405ff3a7dc4199556e6bcca0d9e7451efac46e74b118a4f -size 16701 +oid sha256:746bb79c7a4ce701d92bbb03a489de434f7daab2d315833b1a053b631f46ae2d +size 16333 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset index bd20594..ce6d689 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:df12dbad5bbf7f73a1bfcc2f03df1f239b81778801124b77d18a00221b34b66d -size 478805 +oid sha256:fdd1e411fafce371689e52f6772a61968e2851b11b093bd5501f31999286531b +size 479677 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset index 388247a..d56bab0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/StoneTiles/Test_WS_Parallax_Wall.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cb72abb04a8207e826d3d686390a81a15166620bdfb7a59740e171e808ada8cc -size 16360 +oid sha256:8f0d8ab330ef1a7f4e6bb1cd0307d2c818c6f676d93b02a7dac3b7cdf11af646 +size 16786 From 0587b8041ec1176d8bb84ec456bb1e097c00f64d Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Thu, 9 Oct 2025 17:56:42 +0200 Subject: [PATCH 46/47] Working Toilet Door, Accessories --- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap | 3 +++ VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 4 ++-- .../Content/Maps/Map_Room_Kitchen.umap | 2 +- .../Content/Maps/Map_Stream_MachineRoom.umap | 2 +- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../Content/Materials/Landscape/M_LandscapeMaster.uasset | 4 ++-- .../World/Interactibles/Bathroom/BP_ToiletStall.uasset | 4 ++-- .../PaperTowelDispenser/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ .../PaperTowelDispenser/MergedBake_Bake1_PBR_Normal.uasset | 3 +++ .../PaperTowelDispenser/MergedBake_Bake1_PBR_Roughness.uasset | 3 +++ .../Bathroom/PaperTowelDispenser/MergedBake_Baked.uasset | 3 +++ .../Bathroom/PaperTowelDispenser/model_1_001_Baked.uasset | 3 +++ .../Bathroom/PaperTowelDispenser/model_1_Baked.uasset | 3 +++ .../Bathroom/SoapDispenser/Cube_002_Baked.uasset | 3 +++ .../Bathroom/SoapDispenser/Cylinder_Baked.uasset | 3 +++ .../SoapDispenser/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ .../Bathroom/SoapDispenser/MergedBake_Bake1_PBR_Normal.uasset | 3 +++ .../SoapDispenser/MergedBake_Bake1_PBR_RoughnessAlpha.uasset | 3 +++ .../Interactibles/Bathroom/SoapDispenser/NewMaterial.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/ClosePin.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset | 4 ++-- .../Interactibles/Bathroom/ToiletDoor/DoorActor2_Back.uasset | 3 +++ .../World/Interactibles/Bathroom/ToiletDoor/LockPin.uasset | 3 +++ .../Interactibles/FreezingChamber/BP_FreezingChamber.uasset | 4 ++-- .../Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset | 4 ++-- .../Content/World/Materials/PostProcess/M_PP_Fog.uasset | 4 ++-- .../Content/World/Materials/PostProcess/M_PP_Fog_Inst.uasset | 4 ++-- 29 files changed, 72 insertions(+), 24 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Baked.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/model_1_001_Baked.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/model_1_Baked.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/Cube_002_Baked.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/Cylinder_Baked.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_Normal.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_RoughnessAlpha.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/NewMaterial.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/ClosePin.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2_Back.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/LockPin.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap new file mode 100644 index 0000000..47ea32c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f1fc0920bafce6ffa1dca65bcdf3bba87c2eec6002758aff49720201ce8c1c +size 96346 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index ec81455..668a073 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:e9b2700857799d586fb670c62f0b5a7524837eadcf512d0c2f554c505c1ffb1a -size 1087852 +oid sha256:ea451d7b8f74de2295a29b6e42d9bc6ce732c2c0cbbf7694c659cbc59c60a317 +size 2360267 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index c25b37f..2ec8b0f 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:1c61e50486db91f7fbc83afe5c60a0491eb22bb81a7750cab9381e236c13a963 -size 1380057 +oid sha256:269ecfd9a141be5e244bc51789842ad47c30dc2b018c596635748cf925ce365d +size 49533 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Room_Kitchen.umap index 3131d43..ccdcd01 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:9106117042bbb9ba257f1b4187ad889617e2aadfaf5d3df4bb5bad37d2960626 +oid sha256:f7fded5edc37dcca5380b3feb781663bff1c9c54bb6adc0533e98d28639c8df2 size 157733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Stream_MachineRoom.umap index ae1df10..3a7759f 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:6e5629b4d2c22960d6585cd39272bb75b086dab977348d3113ce56191bf4636e +oid sha256:7103b941779f348f51e70d607a3f4eac190a54b51d1e4722e9d2d51e6fe245d6 size 25303 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Workspace.umap index 77dfc15..f8071dd 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:427089ee3d061f71dcf26e27fe04c594ed398168bf1a03707b56cde687c78112 -size 67378 +oid sha256:5e6afde349c7099767969504cf882c45704f7d5d5ae16051b315cffa97c2c985 +size 116840 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index e903e9b..1067954 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:0c73423074c0aee5ca6a873e5e92ffdb0c75f86be843d1ce7e2b7ab3397513f9 -size 153583 +oid sha256:12fc2da1aacb29e6a779c54ea6c4d22c1b19c9f043cd89de6097795ad797876d +size 153270 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster.uasset b/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster.uasset index 69f740f..64a89e1 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/Materials/Landscape/M_LandscapeMaster.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e73ef5751f5776d993142510a184be5e8580c08f1ed388137a833f1d1308fe21 -size 62571 +oid sha256:73b807adb3612186038be0130fa75b9ba1814b028de17784300d4c9da40eccee +size 62623 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset index 2037de1..51cb93f 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:390c2cc95271f0821bd73275a6b81764ec8ac7224992324cd5516b0d6ec2c1b4 -size 56996 +oid sha256:87d07165b515ed83742cbd48029f3480357c868688a1393e5d9e2a0c1dc6c9c9 +size 62447 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..53e2975 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079e212c2815357f271573c0c38900ba4bbf180c84dbef7d41ab11b6e2cd6895 +size 1097672 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..3c4580f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0847a6c643d9e0109c0f0dbb1d3f97a60bc8be62aea8f1de1b58ced22651d6e9 +size 8332008 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..6459b0d --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aa8d1f1ff2ea52ea6e83a3ba733869028980b9cfe7f6f98992c3ac275400da7 +size 337713 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Baked.uasset new file mode 100644 index 0000000..17b55f3 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/MergedBake_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45f707449aa8ecd33130da2a1c78fa42bcc1969a0e03b8648c7eea5cac777c1 +size 67210 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/model_1_001_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/model_1_001_Baked.uasset new file mode 100644 index 0000000..ef50809 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/model_1_001_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe969a0494445923c5c012ab23685c070a33b4ce964b3a6ca63848bfdd97049 +size 92606 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/model_1_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/model_1_Baked.uasset new file mode 100644 index 0000000..a99a624 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/PaperTowelDispenser/model_1_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622df9143d7949998b44453e3de1f9231a69850b718430b7fc08fdbe22f3a404 +size 99112 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/Cube_002_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/Cube_002_Baked.uasset new file mode 100644 index 0000000..4687e4f --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/Cube_002_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cee96c15123414f82d5dad0ce473fde8c9c5236ff107a3f7b8d5c5fb3f1ba5 +size 85732 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/Cylinder_Baked.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/Cylinder_Baked.uasset new file mode 100644 index 0000000..3f37b53 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/Cylinder_Baked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d7c8bc4fbc688f86703609f900ff20aee561f762c22e6ee78ef9b54c765a75 +size 98844 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..438e64e --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf06a4392d347d952408d4f5d9f0e12e1c29c237ef63266b0ad14c225fe7325 +size 2000327 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_Normal.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_Normal.uasset new file mode 100644 index 0000000..49a51bd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33775088d82465a559cdf268306908844d5159a587310ad4e05552800d68b9af +size 1564509 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_RoughnessAlpha.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_RoughnessAlpha.uasset new file mode 100644 index 0000000..955a504 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/MergedBake_Bake1_PBR_RoughnessAlpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0544fad49f2ec09c01b172a3168da69d7d9a29e91d4c56227f5b5e7c687284 +size 513531 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/NewMaterial.uasset new file mode 100644 index 0000000..57e4dab --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/NewMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9221339532cc9eb8ae839e4e365e8561ddb0421c7c4a7d7f4b425591b194b287 +size 12539 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/ClosePin.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/ClosePin.uasset new file mode 100644 index 0000000..d5a2593 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/ClosePin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fed2b9977a0dfb444df0328444ec6f6176b4abdd3e2656bb3c58d5dea2412df +size 73733 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset index ce6d689..57a4c85 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:fdd1e411fafce371689e52f6772a61968e2851b11b093bd5501f31999286531b -size 479677 +oid sha256:b3059bfe30a3df1fc9a59d052c6577c033a6a55931aa633be09e4c9a0598490c +size 622041 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2_Back.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2_Back.uasset new file mode 100644 index 0000000..23b3499 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/DoorActor2_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c90791cf05c7615d2a5fff6398449e47ca6d840ecb448789041747ffbdd1f5 +size 560221 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/LockPin.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/LockPin.uasset new file mode 100644 index 0000000..8c1ec63 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/ToiletDoor/LockPin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f57e14f33c4064d48fcb0181e5deed8f38d7f7953f4d00290554578155cb7d7 +size 73433 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/FreezingChamber/BP_FreezingChamber.uasset index cfa660f..36f5b81 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:23538d57a83ac11c0f2fdabea3085f256652a2f7e121848ba6c8559f04b5eae3 -size 68974 +oid sha256:a4f9750441040040acf16f0a0012cc37b79fba1f3d510642f62469976e5c119b +size 70464 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset index 8eeb09f..c59e8d0 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Furniture/Cabinets/Cabinet_1/MI_LibraryCab.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:3171c5301373268d78c2a5be30b04559981e9398069bc29a02c84df36b3eaa59 -size 24723 +oid sha256:5e5a7dc82132312d38f6b8d3b82da3d98f9977ecaa880bf4120346b0fe6e68a0 +size 25364 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog.uasset index b096767..6a693ac 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:11df8c1bdf5ed7ec40cffc9ec5643e731957b05aa06728f4e24d6206466e1ab1 -size 12643 +oid sha256:1986572596dd3dd83aa15fe8b82317814c7715de594976db88827c68317b9125 +size 15277 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog_Inst.uasset index 279db4c..8272ee8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/PostProcess/M_PP_Fog_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f76164826eebb8d00c281360409f8aabc4778b5220a08adcf3bc7f7ec9e4096b -size 8102 +oid sha256:997d38f83d4e47ba9e136fe712ed82690f5e0b19b968743dd9025a35cca95dad +size 9163 From 0f1e7c46cc454684f7fff579fe214e80d46ac8c0 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Fri, 10 Oct 2025 16:11:38 +0200 Subject: [PATCH 47/47] SoapDispenser/Trashcan --- VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini | 1 + VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap | 4 ++-- .../Content/Maps/Map_Outside_Default.umap | 4 ++-- VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap | 4 ++-- .../World/Interactibles/Bathroom/BP_ToiletStall.uasset | 4 ++-- .../Bathroom/SoapDispenser/M_SoapDispenser.uasset | 3 +++ .../Interactibles/Bathroom/SoapDispenser/NewMaterial.uasset | 4 ++-- .../World/Interactibles/Bathroom/Trashcan/BP_TrashCan.uasset | 3 +++ .../Bathroom/Trashcan/MergedBake_Bake1_PBR_Diffuse.uasset | 3 +++ ..._Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset | 3 +++ .../Bathroom/Trashcan/MergedBake_Baked_003.uasset | 3 +++ .../Bathroom/Trashcan/trash_can_plastic_0_034.uasset | 3 +++ .../Bathroom/Trashcan/trash_can_plastic_0_035.uasset | 3 +++ .../Bathroom/Trashcan/trash_can_plastic_0_036.uasset | 3 +++ .../Content/World/Materials/WhiteTiles/MI_WhiteTiles.uasset | 4 ++-- 16 files changed, 39 insertions(+), 14 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/M_SoapDispenser.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/BP_TrashCan.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Bake1_PBR_Diffuse.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Baked_003.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_034.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_035.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_036.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index f2a337e..ea57d2d 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -174,6 +174,7 @@ bSendAnonymousUsageDataToEpic=False +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") ++DefaultChannelResponses=(Channel=ECC_GameTraceChannel8,DefaultResponse=ECR_Ignore,bTraceType=False,bStaticObject=False,Name="SPUDStreamVolume") +EditProfiles=(Name="PhysicsActor",CustomResponses=((Channel="VRTraceChannel"))) +EditProfiles=(Name="BlockAllDynamic",CustomResponses=((Channel="VRTraceChannel"))) -ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap index 47ea32c..0a0d0c8 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Bathrooms.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:08f1fc0920bafce6ffa1dca65bcdf3bba87c2eec6002758aff49720201ce8c1c -size 96346 +oid sha256:2d5ab2b68bd4fc3251b71ae554a77de240cc0a52202d9c7774fd65c028d97066 +size 83335 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Gameworld.umap index 668a073..1616489 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:ea451d7b8f74de2295a29b6e42d9bc6ce732c2c0cbbf7694c659cbc59c60a317 -size 2360267 +oid sha256:4d5831d5a93eef80fc503f5b2cc4ba8f2aafcf44fa6410ae48ec100f94385474 +size 2365647 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/Map_Outside_Default.umap index 2ec8b0f..1936031 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:269ecfd9a141be5e244bc51789842ad47c30dc2b018c596635748cf925ce365d -size 49533 +oid sha256:17ea77def7820dd131990b5790c7b9567539e287539923d9f77b6dbc9f635d77 +size 79137 diff --git a/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap b/VIRTUOS_ExpansionPluginTests/Content/Maps/SL_FreezeRoom.umap index 1067954..0273de7 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:12fc2da1aacb29e6a779c54ea6c4d22c1b19c9f043cd89de6097795ad797876d -size 153270 +oid sha256:84d9140e1061d2334e27d572dd66dbe5b89e595ccb5cd84f7078a300e75347d2 +size 152900 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset index 51cb93f..7f8097b 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/BP_ToiletStall.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87d07165b515ed83742cbd48029f3480357c868688a1393e5d9e2a0c1dc6c9c9 -size 62447 +oid sha256:9c1146572bd5efab6814af79486a614b97fac74c7dd20046e72cdf2eba9db61b +size 68838 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/M_SoapDispenser.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/M_SoapDispenser.uasset new file mode 100644 index 0000000..c76f182 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/M_SoapDispenser.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fd3693adafdd15bb822c88ca4c6263a07818ea1287d000e2e46859f5e2561b1 +size 22808 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/NewMaterial.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/NewMaterial.uasset index 57e4dab..29c70de 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/NewMaterial.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/SoapDispenser/NewMaterial.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9221339532cc9eb8ae839e4e365e8561ddb0421c7c4a7d7f4b425591b194b287 -size 12539 +oid sha256:9ba83be8420ebff1e78c3b07db8079f19d8394d78b1cad11c00b9dd8f351a721 +size 1449 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/BP_TrashCan.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/BP_TrashCan.uasset new file mode 100644 index 0000000..5dd4a34 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/BP_TrashCan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eaebff80810a0a9603d3cdfafd9807283a2802af20d2cc72538202d85d21f7c +size 38143 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Bake1_PBR_Diffuse.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Bake1_PBR_Diffuse.uasset new file mode 100644 index 0000000..3c09379 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Bake1_PBR_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26c5d6d75b9e12d15fb125ec417740c1e0464de8403c9bef5a5d04d6362a4bb +size 63180 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset new file mode 100644 index 0000000..b328fcd --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Bake1_PBR_Metalness-MergedBake_Bake1_PBR_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c56bd6607e623397c291e11c491ab1634ed4e724444ae01415f836436eb3050 +size 74061 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Baked_003.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Baked_003.uasset new file mode 100644 index 0000000..1dbfce7 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/MergedBake_Baked_003.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa732084936bd69e0b5e546045bca53f1eb17e20c207f12dd1140dcba27aa2e3 +size 64427 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_034.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_034.uasset new file mode 100644 index 0000000..69e5d24 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_034.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c27f72edf70b139ed4fcfa1809ffc85c50f927234d2faaa5847020649971e5f +size 130341 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_035.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_035.uasset new file mode 100644 index 0000000..df4bb0a --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_035.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85392db890859b5caac6360f86f5637ff95fb9990c44c1cd55b4e8776a4136a5 +size 133828 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_036.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_036.uasset new file mode 100644 index 0000000..89ab00c --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Interactibles/Bathroom/Trashcan/trash_can_plastic_0_036.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bc0d1fc753d5f1f16faa3f315297440f97dc75f140cf0597b115a5b85ec9eb8 +size 75211 diff --git a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/MI_WhiteTiles.uasset b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/MI_WhiteTiles.uasset index 4f84eb1..b5274b4 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/MI_WhiteTiles.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/World/Materials/WhiteTiles/MI_WhiteTiles.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:88e5511da45f9c767dc8a3862393440768c93ebe8d08de6c0551d4354125450f -size 18078 +oid sha256:dcca3439d50df69b67c26a8b431779f00f8aa74e7ffc6177dfb30265b2ed023c +size 17852