Dialogue Engine
A minimalistic dialogue engine for Godot 4.2.1+ that allows creating dialogue trees with multiple choices and conditions. It offers easy customization and automated dialogue graphing for debugging.
https://github.com/Rubonnek/dialogue-engineDialogue Engine for Godot
The Dialogue Engine is a minimalistic tool designed for the Godot Game Engine, specifically version 4.2.1 and above. It simplifies the creation and management of in-game dialogues, enabling developers to build complex conversation systems with ease.
Key Features
- Dialogue Trees: Construct intricate dialogue trees with multiple choices and conditional branching.
- GDScript Integration: Write dialogue directly in GDScript for a seamless development experience.
- GUI Customization: Easily integrate the engine with your existing GUI nodes for a consistent visual style.
- Automated Graphing: Automatically generate dialogue graphs to visualize and debug complex conversation flows.
Getting Started
To begin using the Dialogue Engine, simply clone or download the repository and explore the provided demos. Installation is straightforward: copy the contents of the addons
folder into your project's addons
directory and enable the Dialogue Engine Viewer plugin within the Project Settings.