Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rubonnek/dialogue-engine
A minimalistic dialogue engine for the Godot Game Engine
https://github.com/rubonnek/dialogue-engine
dialogue dialogue-system gamedev godot godot-addon godot-engine godot4 godotengine
Last synced: 6 days ago
JSON representation
A minimalistic dialogue engine for the Godot Game Engine
- Host: GitHub
- URL: https://github.com/rubonnek/dialogue-engine
- Owner: Rubonnek
- License: mit
- Created: 2024-02-13T14:39:04.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-01-25T17:28:29.000Z (10 days ago)
- Last Synced: 2025-01-29T04:13:22.378Z (6 days ago)
- Topics: dialogue, dialogue-system, gamedev, godot, godot-addon, godot-engine, godot4, godotengine
- Language: GDScript
- Homepage:
- Size: 126 KB
- Stars: 159
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Dialogue Engine
A minimalistic dialogue engine for the Godot Game Engine.
## ✨ Features
- 🌲 Create dialogue trees with multiple choices and conditions
- 📚 Simple to use -- just write the dialogue in GDScript
- 🎨 Easy to customize -- bring your own GUI nodes
- 🛠️ Automated dialogue graphing for easy debugging## ⚡️ Requirements
- Godot 4.2.1+
## 🚀 Getting Started
- Clone/[download](https://github.com/Rubonnek/godot-dialogue-engine/archive/refs/heads/master.zip) the repository and check out the demos!
## 📦 Installation
[Download](https://github.com/Rubonnek/godot-dialogue-engine/archive/refs/heads/master.zip) or clone this repository and copy the contents of the
`addons` folder to your own project's `addons` folder, and enable the `Dialogue Engine Viewer` plugin in the Project Settings.