Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add quest log - first iteration #50

Open
6 tasks
JaXt0r opened this issue Jun 21, 2024 · 0 comments
Open
6 tasks

Add quest log - first iteration #50

JaXt0r opened this issue Jun 21, 2024 · 0 comments

Comments

@JaXt0r
Copy link
Contributor

JaXt0r commented Jun 21, 2024

Hint: Should be done after #35 as we need to talk to NPCs properly to trigger quest updates.

Implement a quest log where we store information about active and finished quests. The information about quests comes from DaedalusVM. Whenever we do something quest relevant, an external function is triggered and provides us with details.

  • implement external Daedalus functions for
    • Log_AddEntry
    • Log_CreateTopic
    • Log_SetTopicStatus
  • Map a controller button to open the quest log / add a menu entry for the quest log
  • implement the UI in simple 2D as in original G1 (first version)

Image

Links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant