Skip to content

hohfchns/DialogueQuest

Repository files navigation

DialogueQuest - An easy dialogue system

What is DialogueQuest?

DialogueQuest is a dialogue system (shocker!) for the Godot 4 game engine, that is designed with a few core principles:

  • Collaboration - DialogueQuest is made with the vision of separating coders from scriptwriters.
  • Simplicity - DialogueQuest does not try to be anything more than it needs to be.
  • Stability - DialogueQuest keeps a limited scope in order to stay managable.
  • Intuitivity - DialogueQuest always attempts to be easy to grasp and pick up quickly.
  • Documentation - DialogueQuest keeps an up to date user manual and developer manual.

What do I do??

Refer to the User Manual and Developer Manual.

The manuals cover everything from installation, to writing dialogue, and even extending the plugin to add your own functionality!

DialogueQuest for non-coders

DialogueQuest features a standalone program called DialogueQuestTester that allows running dialogues without a Godot environment.

This is a core "feature" of DialogueQuest and the app will continuously be updated and improved to match DialogueQuest.

Planned Features

See FUTURE.md.

Contributing, suggestions, and bug reports

See CONTRIBUTING.md.