From 5ae64d898fb5a6a92a71c11207daca6d5d027ed5 Mon Sep 17 00:00:00 2001 From: Simeon Wallrath Date: Wed, 13 Nov 2024 11:18:55 +0100 Subject: [PATCH] Added Custom Stecil Buffer to Main Menu. Might need to revisit Translucency on MainMenuMaterial (Masked) --- VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini | 2 +- .../Content/MainMenu/BP_MainMenu.uasset | 4 ++-- .../Content/MainMenu/M_PP_MainMenu.uasset | 3 +++ .../MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset | 4 ++-- .../UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset | 4 ++-- .../Content/VRE/Core/Character/BP_Trace_Controller.uasset | 4 ++-- .../Content/VRE/ExampleMap/MotionControllerMap.umap | 4 ++-- .../VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset | 3 +++ .../Content/VRTemplate/VFX/NS_MenuPointer.uasset | 4 ++-- 9 files changed, 19 insertions(+), 13 deletions(-) create mode 100644 VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_PP_MainMenu.uasset create mode 100644 VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset diff --git a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini index b799363..e341858 100644 --- a/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini +++ b/VIRTUOS_ExpansionPluginTests/Config/DefaultEngine.ini @@ -82,7 +82,7 @@ r.AllowStaticLighting=True r.DefaultFeature.MotionBlur=False r.DefaultFeature.Bloom=True r.DefaultFeature.AutoExposure=False -r.CustomDepth=1 +r.CustomDepth=3 r.CustomDepthTemporalAAJitter=True r.EarlyZPass=3 r.EarlyZPassMovable=True diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset index b1d9938..d3b6743 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/BP_MainMenu.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:07a6441dae0062967db961d3770d0027336c10a4375ec0077e4209c6274d977f -size 707229 +oid sha256:5fb64d2ec8c91005fc3b277f09f6cab5ac4f0c059bc117ff2d9be00a2adcc4a7 +size 707461 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_PP_MainMenu.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_PP_MainMenu.uasset new file mode 100644 index 0000000..6a806c6 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/M_PP_MainMenu.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672fd8afc3179e32354cc4244a056c33cb17c82952be0f0e0df8334aef916980 +size 12948 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset index cf2a85b..bf4edac 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6de2891f7f264c7a832927e8c2a45bbefbe907e46a92c077c19253e69ed56f9e -size 16156 +oid sha256:c79a837f209b163b6cd1a75a3c20e61b3280703f6ec04a2d948f4b7235d03de5 +size 19223 diff --git a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset index 01c7ab4..70abfcd 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/MainMenu/UI_Materials/Widget3DPassThrough_NoDepth_Inst.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:499b667baebf477ab919f5159ce020b6b6228e89e682f1c32110068cf4db2a8d -size 10299 +oid sha256:54ce91d06da51de6b4797b68b71e5f0f7918c8ea894309baf322d6ce0ff2565e +size 10347 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 fca972c..8bae31e 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:058ae6384bd61def0601b610da4ab4dd622f3a5f126c3e6f4b4218a8f8e4b3c7 -size 1811766 +oid sha256:3d1830688d1f2fa23ffa2f9349673e331c68f294137e2be9497e73ced8473695 +size 1815612 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap index b2c11f7..51f2a3c 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap +++ b/VIRTUOS_ExpansionPluginTests/Content/VRE/ExampleMap/MotionControllerMap.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b837e8c8de0ecc0450e4c560752a83f215b84a5683ad2822c46f20a0c0af9685 -size 957683 +oid sha256:ed9e388267ecc4980c18e48d2dc3ad761efa998b35482b0a4b1c3ec411159a3f +size 966032 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset new file mode 100644 index 0000000..be80283 --- /dev/null +++ b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/Materials/M_WidgetTraceRibbon_NoDepth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e61fb9e1505d8830de8a19dc0f9836c532ecce12fb771e347a6e27e1ebe420d +size 15221 diff --git a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_MenuPointer.uasset b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_MenuPointer.uasset index 7fc7c96..bacafac 100644 --- a/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_MenuPointer.uasset +++ b/VIRTUOS_ExpansionPluginTests/Content/VRTemplate/VFX/NS_MenuPointer.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bcdec6aa444cf29778a3366062f50af70544e5b2eddf3deab078b74bef5b2d26 -size 341538 +oid sha256:99f28a4db65e5dc2506b3d6e2aef789138b14a0975dd049a80e9198a8173f70d +size 323970