Dialogic
Dialogic is a Godot Engine plugin designed to simplify the creation of dialogs, visual novels, and RPGs by managing characters and conversations. Version 2 requires Godot 4.2.2 or later, while version 1 supports Godot 3.x.
https://github.com/coppolaemilio/dialogicPreview Image

Dialogic is a powerful Godot Engine plugin that streamlines the creation of dialog systems for various game genres, including visual novels, RPGs, and adventure games. It allows developers to easily manage characters, create branching conversations, and design interactive scenes.
Key Features
- Visual Dialog Editor: Create complex dialog trees using a visual interface.
- Character Management: Define characters with properties like name, portrait, and custom styles.
- Customizable Appearance: Customize the look and feel of dialog boxes with themes and styles.
- GDScript Integration: Extend Dialogic's functionality with GDScript for dynamic behavior and events.
- Auto-Updater: Easily update Dialogic to the latest version directly from within the plugin.
Getting Started
Dialogic 2 requires Godot 4.2.2 or later. Installation instructions are available in the project's documentation. The plugin includes unit tests to ensure functionality, which can be run using the gdUnit4 addon. Dialogic offers comprehensive documentation, including a class reference, to assist developers in implementing and customizing the plugin for their projects. The project is licensed under the MIT license.