From 2649f59608dd8d0eb91111e89cbb6b1a9ecfae0d Mon Sep 17 00:00:00 2001 From: Kacper Szelest Date: Fri, 8 Nov 2024 20:57:40 +0000 Subject: [PATCH] Updated objectives to allow for location objectives Added objective data to quest data system and added in a location notification and marker as well --- Content/Levels/PrototypeLevel.umap | 4 ++-- Content/LocationMarker.uasset | 3 +++ Content/LocationNotify.uasset | 3 +++ Content/QuestSystem/QuestData.uasset | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 Content/LocationMarker.uasset create mode 100644 Content/LocationNotify.uasset diff --git a/Content/Levels/PrototypeLevel.umap b/Content/Levels/PrototypeLevel.umap index c0530b9..a4cfb17 100644 --- a/Content/Levels/PrototypeLevel.umap +++ b/Content/Levels/PrototypeLevel.umap @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6bef5a7f0d77900fa44bbb777bc7e9bca584aa7a2ac32a166d18e6462f40f5d4 -size 8972177 +oid sha256:48fc38425fa75d41daed09d7ed0b0e4a545402d814a86ffd2ef0ec3b34d0a926 +size 8973911 diff --git a/Content/LocationMarker.uasset b/Content/LocationMarker.uasset new file mode 100644 index 0000000..90418ac --- /dev/null +++ b/Content/LocationMarker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97b83d121e81afdd1254c4cf2e5f8f92fac069b6472450460232bf2bc615c3e +size 48950 diff --git a/Content/LocationNotify.uasset b/Content/LocationNotify.uasset new file mode 100644 index 0000000..a7d7536 --- /dev/null +++ b/Content/LocationNotify.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa751a22ab6ed5908f8bae636a0c1893ad2c2aa2f6bb74ba31db65273584c19 +size 65975 diff --git a/Content/QuestSystem/QuestData.uasset b/Content/QuestSystem/QuestData.uasset index 517450c..5aecb1f 100644 --- a/Content/QuestSystem/QuestData.uasset +++ b/Content/QuestSystem/QuestData.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5bb90dcc9c67a2dd49abd190940788113a6b702f3c378541bff09ec9ad2c6d94 -size 8251 +oid sha256:b82ae858e3205a0bc93c3fc37f30b0860b9c15726b4a0cf8d224391ee43df122 +size 9410