Beginners guide to dialogue and quests in Godot 4
September 4, 2024 ยท View on GitHub
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
questsdirectory. - The
main.dialoguefile, 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:
- shortcuts.gd - Shortcuts calls to QuestSystem's main methods.
- state.gd - Global data
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.