From b6cac97443956d9917005d69a5ac7e66a210e032 Mon Sep 17 00:00:00 2001 From: Kacper Szelest Date: Sun, 10 Nov 2024 15:48:07 +0000 Subject: [PATCH] Updated Quest Log Widgets and Quest base Actor (again) I have updated the widgets and quest base actor to read updated objective progress and check or uncheck the quest log check box if the objective has been completed or not (I followed the tutorial the exact same and done nothing different so if it works idk why if not im pissed) --- Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset | 4 ++-- Content/Levels/PrototypeLevel.umap | 4 ++-- Content/QuestSystem/QuestData.uasset | 2 +- Content/QuestSystem/Quest_Base.uasset | 4 ++-- Content/QuestSystem/UI/W_QuestLog.uasset | 4 ++-- Content/QuestSystem/UI/W_QuestLogEntry_Objective.uasset | 4 ++-- Content/QuestSystem/UI/W_QuestLog_QuestEntry.uasset | 4 ++-- Content/StrangeObject.uasset | 3 +++ 8 files changed, 16 insertions(+), 13 deletions(-) create mode 100644 Content/StrangeObject.uasset diff --git a/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset b/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset index 67393f9..96d767c 100644 --- a/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset +++ b/Content/FirstPerson/Blueprints/BP_FirstPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:9b82b994267165eab538390fd9123530188949048fecb47b53511d1a408d6bfc -size 240147 +oid sha256:d8b01b558082e6e92fcac9662f7062c21ad7899751d28873245977c880e7b737 +size 238561 diff --git a/Content/Levels/PrototypeLevel.umap b/Content/Levels/PrototypeLevel.umap index 7f10a5f..2761d3b 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:82191c557abc7aa6ea0df5c72a170c0d03c354ded6904c74c34d5902f01ae1e6 -size 8965818 +oid sha256:9642ada76c13bd7f245f011776bd7424f0014002ae51a011aaf2dae79ce694d5 +size 8967169 diff --git a/Content/QuestSystem/QuestData.uasset b/Content/QuestSystem/QuestData.uasset index ee7974a..54cd316 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:c431a1d65083610388344de356fead1a4e2b55044009f0c6e9bcfd55749d641e +oid sha256:883b9d2866ffbd696860ba32d5a9093a3971dd85a85bf890ce5366faa90a20dd size 7041 diff --git a/Content/QuestSystem/Quest_Base.uasset b/Content/QuestSystem/Quest_Base.uasset index d947e0e..7d40761 100644 --- a/Content/QuestSystem/Quest_Base.uasset +++ b/Content/QuestSystem/Quest_Base.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:517e92fed89eb38b5950ada45224994949dea0b7c06de9ed60b7d5bd2bf74e2a -size 31269 +oid sha256:18af190fbf4cd07ddd6e9fff525b7eba1fd99ee13ebe8dd7d36d40896b8cfe87 +size 155071 diff --git a/Content/QuestSystem/UI/W_QuestLog.uasset b/Content/QuestSystem/UI/W_QuestLog.uasset index 25272c3..e46fa28 100644 --- a/Content/QuestSystem/UI/W_QuestLog.uasset +++ b/Content/QuestSystem/UI/W_QuestLog.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:891b0b6a18c5fc0b88368f95621f92ba2d0e28b37ca14421aa0e7df23a9d223c -size 233937 +oid sha256:2b7c7a55849982878d78d7371e01115caece7321324d638ed3e7e432afab3864 +size 244297 diff --git a/Content/QuestSystem/UI/W_QuestLogEntry_Objective.uasset b/Content/QuestSystem/UI/W_QuestLogEntry_Objective.uasset index f83b9a1..92c840c 100644 --- a/Content/QuestSystem/UI/W_QuestLogEntry_Objective.uasset +++ b/Content/QuestSystem/UI/W_QuestLogEntry_Objective.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7b8d8e90bf75f0e0bda1243f6c9cf9ef711d141ab934b8cc218e1c24510e5146 -size 60729 +oid sha256:aa106b97418c6ac57a89fb367870d969f8710b4b7fc25f8c938ce978bac7e3f4 +size 74581 diff --git a/Content/QuestSystem/UI/W_QuestLog_QuestEntry.uasset b/Content/QuestSystem/UI/W_QuestLog_QuestEntry.uasset index caab128..db3e089 100644 --- a/Content/QuestSystem/UI/W_QuestLog_QuestEntry.uasset +++ b/Content/QuestSystem/UI/W_QuestLog_QuestEntry.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b1090bc20e4769830e2afecbb3319ba2a89ff01aec1ae09252c7e6eef0ffeb66 -size 61919 +oid sha256:bbd0db268ff2fbe4fc41863ff17c9c411689fcfc665071215afa0ffafde4ce37 +size 66587 diff --git a/Content/StrangeObject.uasset b/Content/StrangeObject.uasset new file mode 100644 index 0000000..c980589 --- /dev/null +++ b/Content/StrangeObject.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6bfd68a0adb550abd5ca8024b6dc77fae2e7a8f37c8a9e5b2e9aafa30fbffb4 +size 36118