How to hide certain quests in journal?

Announcements, support questions, and discussion for Quest Machine.
Post Reply
skyrevdev
Posts: 3
Joined: Sun Sep 22, 2024 12:18 pm

How to hide certain quests in journal?

Post by skyrevdev »

Is there a way to flag/set a quest to be hidden in the default Quest Journal UI?

Right now, all quests in a quest database seem to be displayed in the Quest Journal UI. I want to be able to setup certain special quests, where the player is not able to see any of its progress (but the quest will still be active to track certain conditions and trigger events).
User avatar
Tony Li
Posts: 22034
Joined: Thu Jul 18, 2013 1:27 pm

Re: How to hide certain quests in journal?

Post by Tony Li »

Hi,

Yes, you can do that.

1. Don't add any Journal Text to the quest.

2. UNtick Is Trackable so it can't appear in the tracker HUD.

3. Inspect your quest journal UI (e.g,. UnityUIQuestJournalUI component) and UNtick Show Quests That Have No Content.
Post Reply