Game Creator
  • Welcome to Game Creator!
  • Quickstart
    • Get Started
    • Setup
    • Tutorials
  • Game Creator
    • Game Creator
      • Actions
      • Conditions
      • Triggers
      • Hotspots
      • Characters
        • Player
        • Markers
        • Gestures
        • States
        • Advanced
          • IK in custom Animations
      • Camera
        • Camera Motors
      • Variables
        • Global Variables
        • Local Variables
        • List Variables
    • Systems
      • Localization
      • Event System
      • Timeline
      • UI
      • Module Manager
      • Game Creator Toolbar
      • Pool System
      • Game Creator API
        • Custom Actions
        • Custom Conditions
        • Custom Triggers
        • Custom Hooks
        • Custom Save & Load
        • Variables Access
        • Custom Module
  • Dialogue
    • Dialogue
      • Anatomy
      • Actors
      • Dialogue UI
      • API
  • Inventory
    • Inventory
      • Inventory Window
        • Catalogue
        • Recipes
        • Types
        • Settings
      • Merchants
      • Containers
      • Loot Tables
      • Equip Items
      • Actions
      • Conditions
      • Custom Inventory UI
  • Quests
    • Quests
      • Quests Overview
      • Create Quests
      • Quests UI
        • Custom UI
  • Stats
    • Stats
      • Stats Overview
        • Stat
        • Attributes
        • Status Effects
        • Formulas
        • Stat Modifiers
      • Stats UI
      • Common Use Cases
        • Simple Health Bar
        • Regenerative Mana
        • Poison Status Effect
        • Levels and XP
        • Strength and Armor
        • Lockpicking
  • Behavior
    • Behavior
      • Behavior Graph
        • Nodes
        • Blackboard
      • Perception
  • Shooter
    • Shooter
      • Weapons
      • Ammunition
      • Interaction
      • Examples
        • Example 1 - Get Started
        • Example 2 - Pick Weapons
        • Example 3 - Top Down
        • Example 4 - Side Scroll
        • Example 5 - First Person
        • Example 6 - Combat
      • Advanced
        • Custom Crosshairs
        • Shooter API
  • Melee
    • Melee
      • Weapons
        • Blade Component
      • Shields
      • Melee Clips
      • Combat
  • Traversal
    • Traversal
      • Obstacles
      • Climbables
      • Built-in Elements
  • Annex
    • Roadmap
    • FAQ
Powered by GitBook
On this page
  • The Journal
  • The Quests HUD

Was this helpful?

  1. Quests
  2. Quests

Quests UI

PreviousCreate QuestsNextCustom UI

Last updated 6 years ago

Was this helpful?

Setting up Quests is not only useful for internally following a structure when telling your story but also a way to inform the player about the next steps.

The Quests module comes with a couple of UI assets that provide some basic functionality so you can kickstart your project right away: A Journal and a Quests HUD.

These are just some example assets that can be built with the Quest built-in components. You can learn how to modify or create new ones clicking here.

The Journal

The Journal is a complex user interface. On the left panel there are all the current active Quest Roots. Those that are being tracked are bookmarked.

When selecting a Quest Root, an in-depth description will appear on the right side. With the default Journal you'll be able to see which Tasks are active, toggle the tracking property and abandon the Quest Root.

You can show, hide or toggle the Journal using the Journal Action.

The Quests HUD

The Quests HUD is a smaller user interface asset that shows the current active Quest Roots and their active Tasks below which update in realtime.

You can show, hide and toggle the Quests HUD using the Quests HUD Action.