From 48ef006aaed5038418509061c487f481ea08612a Mon Sep 17 00:00:00 2001 From: boo3 <33006056+Booo3@users.noreply.github.com> Date: Fri, 10 Jan 2025 22:07:01 +0100 Subject: [PATCH] Created waypoints and added some materials for the health bar --- Content/Core/Materials/MF_RamappableGradient.uasset | 3 +++ Content/Core/Materials/MI_Dots.uasset | 3 +++ Content/Core/Materials/M_Dots.uasset | 3 +++ Content/Core/Materials/M_Vignette.uasset | 3 +++ Content/Core/Materials/M_VignetteHealthBar.uasset | 3 +++ Content/Core/Materials/M_Waypoint.uasset | 3 --- Content/Core/Materials/Waypoints/M_Waypoint.uasset | 3 +++ Content/Core/Objects/BP_Waypoint.uasset | 2 +- .../UI/Blocks/AdvancedHealthBars/WBP_AdvancedHealthBar.uasset | 4 ++-- .../Blocks/AdvancedHealthBars/WBP_AdvancedHealthBars.uasset | 4 ++-- Content/Core/UI/Blocks/WBP_HealthBar.uasset | 4 ++-- Content/Core/UI/Blocks/WBP_WayPoint.uasset | 4 ++-- .../Debug/MainMap/2/YF/YCG779MQWXHL1EB7GUIZEI.uasset | 2 +- .../Debug/MainMap/6/SO/LKKFSV14J8POTJ6CRXW0DX.uasset | 4 ++-- .../Debug/MainMap/9/JT/E1H6XU8XK9I42WLO8F7Q4S.uasset | 4 ++-- .../Debug/MainMap/B/Z2/7PYHWEYOXNK67P0VNR2UPC.uasset | 4 ++-- .../Debug/MainMap/C/B3/207P3LCWGJQIXJL95O7AXQ.uasset | 2 +- .../Debug/MainMap/E/RB/39ON8NIRAR7S3XK778JFCD.uasset | 2 +- 18 files changed, 36 insertions(+), 21 deletions(-) create mode 100644 Content/Core/Materials/MF_RamappableGradient.uasset create mode 100644 Content/Core/Materials/MI_Dots.uasset create mode 100644 Content/Core/Materials/M_Dots.uasset create mode 100644 Content/Core/Materials/M_Vignette.uasset create mode 100644 Content/Core/Materials/M_VignetteHealthBar.uasset delete mode 100644 Content/Core/Materials/M_Waypoint.uasset create mode 100644 Content/Core/Materials/Waypoints/M_Waypoint.uasset diff --git a/Content/Core/Materials/MF_RamappableGradient.uasset b/Content/Core/Materials/MF_RamappableGradient.uasset new file mode 100644 index 0000000..24cc86b --- /dev/null +++ b/Content/Core/Materials/MF_RamappableGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b93ae8813eda1d1d284a970c184ab2780cb4527e641ec7c86f4fe5798f1e499 +size 46404 diff --git a/Content/Core/Materials/MI_Dots.uasset b/Content/Core/Materials/MI_Dots.uasset new file mode 100644 index 0000000..deb4781 --- /dev/null +++ b/Content/Core/Materials/MI_Dots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f87142e79cee78567f8171983924caccdc4c43fb5d7dadfc5b920483f4a2b30 +size 9029 diff --git a/Content/Core/Materials/M_Dots.uasset b/Content/Core/Materials/M_Dots.uasset new file mode 100644 index 0000000..416ee2c --- /dev/null +++ b/Content/Core/Materials/M_Dots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b5a189dff2b498ff1bbca4253a6ce904d9dcdfa43c616294ccc5479fb7e6b3 +size 22157 diff --git a/Content/Core/Materials/M_Vignette.uasset b/Content/Core/Materials/M_Vignette.uasset new file mode 100644 index 0000000..103e52a --- /dev/null +++ b/Content/Core/Materials/M_Vignette.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b892ebd7111bcb17b5f86d49af6dc42eeb6fb83c737e98fe07fd2e07ae977c7 +size 19284 diff --git a/Content/Core/Materials/M_VignetteHealthBar.uasset b/Content/Core/Materials/M_VignetteHealthBar.uasset new file mode 100644 index 0000000..a1ee0ed --- /dev/null +++ b/Content/Core/Materials/M_VignetteHealthBar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce710710510c9ba8be9fd75c49b3f3f91558ed63a07e312adae78c3607333a2e +size 20780 diff --git a/Content/Core/Materials/M_Waypoint.uasset b/Content/Core/Materials/M_Waypoint.uasset deleted file mode 100644 index a39dca8..0000000 --- a/Content/Core/Materials/M_Waypoint.uasset +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76510f17e5e688bff124ecdd00b1612164634dc110e3f1634d05cfdb494f1d63 -size 19175 diff --git a/Content/Core/Materials/Waypoints/M_Waypoint.uasset b/Content/Core/Materials/Waypoints/M_Waypoint.uasset new file mode 100644 index 0000000..6b1266a --- /dev/null +++ b/Content/Core/Materials/Waypoints/M_Waypoint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2d8d692a87c7040ff90cd3673dd59023fe1ff65fc7f23c31ab5715ef61df25 +size 20463 diff --git a/Content/Core/Objects/BP_Waypoint.uasset b/Content/Core/Objects/BP_Waypoint.uasset index 50a5f57..c2dad3f 100644 --- a/Content/Core/Objects/BP_Waypoint.uasset +++ b/Content/Core/Objects/BP_Waypoint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dbc4d62238e4219ad27e56b8b2d24e0aaf69bb0824f6c4a15c8bdd6fb2180d0b +oid sha256:271991f6485689bcc83700a1a315ceb9737527d3cdeed9c10b45ca2f09dfdd34 size 89394 diff --git a/Content/Core/UI/Blocks/AdvancedHealthBars/WBP_AdvancedHealthBar.uasset b/Content/Core/UI/Blocks/AdvancedHealthBars/WBP_AdvancedHealthBar.uasset index f444e80..154320f 100644 --- a/Content/Core/UI/Blocks/AdvancedHealthBars/WBP_AdvancedHealthBar.uasset +++ b/Content/Core/UI/Blocks/AdvancedHealthBars/WBP_AdvancedHealthBar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dcd6d7bbbb3e357f78f6a13ba71989001246ed4d321798e9d0e357f9b2fe36ef -size 112936 +oid sha256:607951a222723c2de5e41ebec5abdf227cc7d3c63f453912d5da8f8798e1aed2 +size 112754 diff --git a/Content/Core/UI/Blocks/AdvancedHealthBars/WBP_AdvancedHealthBars.uasset b/Content/Core/UI/Blocks/AdvancedHealthBars/WBP_AdvancedHealthBars.uasset index fba383a..97e3762 100644 --- a/Content/Core/UI/Blocks/AdvancedHealthBars/WBP_AdvancedHealthBars.uasset +++ b/Content/Core/UI/Blocks/AdvancedHealthBars/WBP_AdvancedHealthBars.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:49f51bd86ace92494780cb565720760e53932e61658010325c584e48cc8771c8 -size 217465 +oid sha256:da80e69d7d3d71d59d3d3bc169a1f76e41208a9dbb515240c8132be97450521e +size 215551 diff --git a/Content/Core/UI/Blocks/WBP_HealthBar.uasset b/Content/Core/UI/Blocks/WBP_HealthBar.uasset index 5b30ec6..6e87336 100644 --- a/Content/Core/UI/Blocks/WBP_HealthBar.uasset +++ b/Content/Core/UI/Blocks/WBP_HealthBar.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dc4c45d672453c9ccea479953db0799cbd1d43496a796bd1ec273431e3f8a9c9 -size 399347 +oid sha256:e28d72c598a3bb27dca59e39518fae7e16f7ccca7aec16af7840f82e74906f36 +size 403230 diff --git a/Content/Core/UI/Blocks/WBP_WayPoint.uasset b/Content/Core/UI/Blocks/WBP_WayPoint.uasset index 3a44513..7613bb6 100644 --- a/Content/Core/UI/Blocks/WBP_WayPoint.uasset +++ b/Content/Core/UI/Blocks/WBP_WayPoint.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4da76ed6e78cf561af08a6cbd2295a6390b1187bcb1aebec2185970e38f78b85 -size 85007 +oid sha256:46fe0bc166c99d4bbf4a3122557006dfd87a0396346007b398dab41382d29f30 +size 85017 diff --git a/Content/__ExternalActors__/Debug/MainMap/2/YF/YCG779MQWXHL1EB7GUIZEI.uasset b/Content/__ExternalActors__/Debug/MainMap/2/YF/YCG779MQWXHL1EB7GUIZEI.uasset index 3994e43..b04e212 100644 --- a/Content/__ExternalActors__/Debug/MainMap/2/YF/YCG779MQWXHL1EB7GUIZEI.uasset +++ b/Content/__ExternalActors__/Debug/MainMap/2/YF/YCG779MQWXHL1EB7GUIZEI.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:acd3d4e00ec0fc778871caff974c7b9f28988a84744bc4414c3acefbac184da9 +oid sha256:2dea8be062e5fd244e194e883242eb0da695b31043fea2d1906f355930eb7871 size 5212 diff --git a/Content/__ExternalActors__/Debug/MainMap/6/SO/LKKFSV14J8POTJ6CRXW0DX.uasset b/Content/__ExternalActors__/Debug/MainMap/6/SO/LKKFSV14J8POTJ6CRXW0DX.uasset index b9a3860..e5c8198 100644 --- a/Content/__ExternalActors__/Debug/MainMap/6/SO/LKKFSV14J8POTJ6CRXW0DX.uasset +++ b/Content/__ExternalActors__/Debug/MainMap/6/SO/LKKFSV14J8POTJ6CRXW0DX.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:627b0b6bb5049472951979377e01620b7c285a30fdf2085c4393af86cbfb460f -size 7492 +oid sha256:a47e36977472c13383411d3f4b2bf442832faa5f0ca9c752e0e6bfcea4cc5b25 +size 7350 diff --git a/Content/__ExternalActors__/Debug/MainMap/9/JT/E1H6XU8XK9I42WLO8F7Q4S.uasset b/Content/__ExternalActors__/Debug/MainMap/9/JT/E1H6XU8XK9I42WLO8F7Q4S.uasset index baf569a..49a1346 100644 --- a/Content/__ExternalActors__/Debug/MainMap/9/JT/E1H6XU8XK9I42WLO8F7Q4S.uasset +++ b/Content/__ExternalActors__/Debug/MainMap/9/JT/E1H6XU8XK9I42WLO8F7Q4S.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:db5937b996840685543560975611b34ed76b4ce144d47a1f45a6d2aaea908ba8 -size 5447 +oid sha256:b100c30ea11f947947177f8f61ed83af5093e556032b86dd94803c7c6a339eda +size 5620 diff --git a/Content/__ExternalActors__/Debug/MainMap/B/Z2/7PYHWEYOXNK67P0VNR2UPC.uasset b/Content/__ExternalActors__/Debug/MainMap/B/Z2/7PYHWEYOXNK67P0VNR2UPC.uasset index 8be038c..d43d7fc 100644 --- a/Content/__ExternalActors__/Debug/MainMap/B/Z2/7PYHWEYOXNK67P0VNR2UPC.uasset +++ b/Content/__ExternalActors__/Debug/MainMap/B/Z2/7PYHWEYOXNK67P0VNR2UPC.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e7ce9cc4d94cd1e3b3a5755985ca8bd0a4aeb32461cc89a4cc4a93ae3713d2da -size 5842 +oid sha256:58ecd70d7ee0c652975823fbb2c87eb238d1838ffdf06579112bd8754fa8be59 +size 6015 diff --git a/Content/__ExternalActors__/Debug/MainMap/C/B3/207P3LCWGJQIXJL95O7AXQ.uasset b/Content/__ExternalActors__/Debug/MainMap/C/B3/207P3LCWGJQIXJL95O7AXQ.uasset index 14c0eea..231ed14 100644 --- a/Content/__ExternalActors__/Debug/MainMap/C/B3/207P3LCWGJQIXJL95O7AXQ.uasset +++ b/Content/__ExternalActors__/Debug/MainMap/C/B3/207P3LCWGJQIXJL95O7AXQ.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:515df1994e30691d5799a7bf16e2bff39170f1cce5e6aa78c1304c407f665289 +oid sha256:f641ff53cb620f1c74128e36d2d224f4179cae2872cac56935e4315bcd4e7551 size 4592 diff --git a/Content/__ExternalActors__/Debug/MainMap/E/RB/39ON8NIRAR7S3XK778JFCD.uasset b/Content/__ExternalActors__/Debug/MainMap/E/RB/39ON8NIRAR7S3XK778JFCD.uasset index ad3a792..0867f75 100644 --- a/Content/__ExternalActors__/Debug/MainMap/E/RB/39ON8NIRAR7S3XK778JFCD.uasset +++ b/Content/__ExternalActors__/Debug/MainMap/E/RB/39ON8NIRAR7S3XK778JFCD.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ce4dbd371aa78c27a2163ba50706176a056d33b08f7c5bfcf60e027a1daaa234 +oid sha256:a5beeb773534a2519f02c3206763a3f050b30b13afe4a6054dd17a959b7b0268 size 4756