HomeGamesUpdatesPricingMethodology
Steam News19 November 20214y ago

Devlog #13

Hello there. Today we will try to explain how the quest system works in a technical way. First, we have a window with Main Quest_1. It looks very basic but allows us to make complete quests even those complex ones.

Full notes

Full Buried in Ice update

Read the full published notes in a cleaner layout. The original post stays linked below.

Repeated intro

Hello there.

What changed

0 fixes0 additions3 changes0 removals
  • Maps
changedThere are options for skipping the quest and deciding if the quest needs to be timed. To make the quest work we need stages for it. Stages are steps needed to complete the quest. The quest itself is a collection of those stages.
changedNow the question is coming. How do stages work? Stages work by using zones. In order to make the stage work you need to make a zone with the task, for example, if you need stage “go somewhere” you need to make a zone where the player should go after that you need to make a stage with the task enter that zone.
changedWhen a stage is ready you need to place it in quest set what will happen after completing that stage. That’s it for today. Oh, I forgot about snow, so here it is: let it snow... Until next time.

Today we will try to explain how the quest system works in a technical way. First, we have a window with Main Quest_1.

It looks very basic but allows us to make complete quests even those complex ones. That means the system is rather simple to use and a powerful tool at the same time.

There are options for skipping the quest and deciding if the quest needs to be timed. To make the quest work we need stages for it. Stages are steps needed to complete the quest. The quest itself is a collection of those stages.

Now the question is coming. How do stages work? Stages work by using zones. In order to make the stage work you need to make a zone with the task, for example, if you need stage “go somewhere” you need to make a zone where the player should go after that you need to make a stage with the task enter that zone.

When a stage is ready you need to place it in quest set what will happen after completing that stage. That’s it for today. Oh, I forgot about snow, so here it is: let it snow... Until next time.

Source

Steam News / 19 November 2021

Open original post

Changelog.gg summarizes and formats this update. How we read updates.