From 51872c65caa13f20a86d4591712349ff6b7b3ddb Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Tue, 7 Oct 2025 16:25:35 +0200 Subject: [PATCH] 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