Skip to content

A tutorial project for using QuestSystem in addition of Nathan's Dialogue Manager

License

Notifications You must be signed in to change notification settings

shomykohai/quest-system-example

 
 

Repository files navigation

Beginners guide to dialogue and quests in Godot 4

This project is based on Nathan's beginner dialogue tutorial.

This project is an example on how to use the QuestSystem addon with Nathan Hoad's dialogue manager.

For a more advanced example project, that shows the addon usage with other addons, look at the advanced-quest-system-example repo.

Useful informations

Here you can find some info on the project.

Which files are useful?

  • All the files under the quests directory.
  • The main.dialogue file, in which the QuestSystem methods are called.
  • The shortcuts.gd file.

Helpers scripts

This example comes with some helpers scripts that makes the use of quest system easier when writing dialogues:

Quests

Quests scripts and resources are stored under the quests directory.

The files ending in .gd are the quest scripts, whether the files ending in .tres are the quest resources themselves.

License

Licensed under the MIT license, see LICENSE for more information.

About

A tutorial project for using QuestSystem in addition of Nathan's Dialogue Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • GDScript 94.6%
  • C# 5.4%