Commit Graph

12 Commits

Author SHA1 Message Date
2649f59608 Updated objectives to allow for location objectives
Added objective data to quest data system and added in a location notification and marker as well
2024-11-08 20:57:40 +00:00
a98aa8a310 Updated widgets to allow for kill objectives
Created the first test kill objective and added in test dummy npc
2024-11-08 20:26:32 +00:00
2bca0a1b26 Created test notification widget
I created a test notification widget and check mark asset to appear on screen when completing an objective, and then disappear after a few seconds.
2024-11-08 19:42:57 +00:00
ed0cfc13a5 Updated Quest Log Widgets and Quest base Actor
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
2024-11-08 17:31:36 +00:00
ca9f0c9a94 Created quest log objectives widget
I created a quest objective widget where you can see your objective and progress, and then implemented this widget onto the quest log and the quest giver widgets.
2024-11-07 20:24:02 +00:00
855feaa1e7 Created quest log
I added multiple widgets and edited current assets to create the quest log widget, it allows from quests to be added to the log and for the player to read the quest details and explore them.
2024-11-07 16:42:58 +00:00
67eb1872fb Added quest giver widget
I have added a new widget that would appear on screen when interacting with a quest giver NPC
2024-11-07 12:32:35 +00:00
f8e3d045cb Created and implemented Test NPC
I created and implemented an NPC quest giver in order to test the current features made.
2024-11-06 17:14:11 +00:00
7541243f6b Updated input to add interact controller and an interact trace onto the FPS blueprint
I added an interact button into the default inputs to have an interact feature for our quest system, and also created an interact trace to be able to detect when the player is looking at an NPC in order to allow them to accept the quest
2024-11-06 17:13:32 +00:00
8e52399b01 Updated Quest base and BP First person
Updated these blueprints to interact with the quest giver/log compontents
2024-11-06 16:26:15 +00:00
653de73ebb Created Quest giver and log components
Created these two components in order to give the player a quest log and also a allow there to be quest givers
2024-11-06 16:25:19 +00:00
45d2a1c920 Created Base Quest system assets
I created multiple blueprint structures, Enums and data tables, all housing necessary information for the quest system in the game.
2024-11-05 18:46:59 +00:00