Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Simple Dialogue

An asset by Raphalex
The page banner background of a mountain and forest
Simple Dialogue hero image

Quick Information

0 ratings
Simple Dialogue icon image
Raphalex
Simple Dialogue

A very simple dialogue plugin.

Supported Engine Version
4.5
Version String
0.1.1
License Version
GPLv3
Support Level
community
Modified Date
2 days ago
Git URL
Issue URL

Simple Dialogue Godot Plugin

A very simple dialogue plugin for my game projects.

Features

Resources

This plugin adds the Character and DialogueLine resources.

  • A Character simply has a name.
  • A DialogueLine has a speaker (a Character), a line, and can trigger an optional callback.

Nodes

This plugin works with two main nodes:

  • DialogueHolder: This node holds an array of DialogueLines and sends them to a specified DialogueDisplay node.
  • DialogueDisplay: A UI element which can display dialogue. It has a mode to display text progressively.

Usage

Simply drop a DialogueHolder in your scene and fill it with DialogueLines. Create Character resources if needed, these define the name of the speaker when dialogue is displayed.

The DialogueHolder can simply play automatically when the scene is loaded (tick autoplay), or can be trigger by any node by calling its play function.

When calling play, the DialogueHolder will play all its dialogue. If you want to split dialogue in multiple different pieces, use different DialogueHolders.

A very simple dialogue plugin.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Simple Dialogue icon image
Raphalex
Simple Dialogue

A very simple dialogue plugin.

Supported Engine Version
4.5
Version String
0.1.1
License Version
GPLv3
Support Level
community
Modified Date
2 days ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers