wang1986one / MounteaDialogueSystem

Mountea Dialogue System is an Open-source Mountea Framework tool for Unreal Engine for creating (not just) complex dialogues! Provides its own Dialogue Tree editor and validation system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MounteaDialogueSystem

Mountea Dialogue System is an Open-source Mountea Framework Unreal Engine tool for creating (not just) complex dialogues within its own editor and validation system.

UE License YouTube Discord Discord

Discord Channel

Discord LINK

Join support and community Discord!

Compatible Engine Version

Legend

Colour Explanation
🟩 Supported
🟨 WIP
πŸŸͺ Deprecated (abaddoned)
πŸŸ₯ Partially supported (Epic Games Policies)

Suport Table

Engine Version Plugin Version Support
UE 4.26 1.0.0.426 πŸŸ₯
UE 4.27 1.0.0.427 πŸŸ₯
UE 5.00 1.0.0.50 🟩
UE 5.1 1.0.0.51 🟩
UE 5.2 1.0.0.52 🟩

Features

Graph Editor

This plugin comes with its own Graph Editor! This way you can easily connect nodes and visualise the Dialogue flow even for the most complex graphs you can imagine.

Graph Editor Validations

We are just humans and we tend to make mistakes. Graph Validator tries its best to track down all issues in the Editor before the project is packed, therefore saving a bunch of debugging hours for all parties included. Bonus: Graph Validator reflects Graph Themes!

Graph Themes Settings

Dialogue Graph Editor settings contain a lot of settings that might help developers tweak the Dialogue Graph Editor to their liking.

Dialogue Previews

To save precious time, Dialogue Previews show the raw context of the Dialogue Data. What is this helpful for? Well, changing Dialogue Data automatically updates the Previews, showing what data will be played for this Node.

Dialogue Decorators

Introducing Decorators, a powerful yet versitale tool of Blueprint based events that could be triggered per Dialogue Node! This provides a simple way to trigger cutscenes, switch cameras, end dialogues when being attacked or anything you like!

Dialogue Node Details

A new feature droped in, and that is Node Style now supporting indications how many Decorators each Node implements and whether it inherits Decorators from Graph or not. This will come handy for debugging dialogues, showing that some nodes might not implement required Decorators!

Installation

Download the plugin (either from Releases or from Marketplace). For more detailed guide take a look at Wiki page.

  1. Download the branch release you are interested in
  2. Instal the plugin to your Game Project (within /Plugin folder)

Branches

  • Master: A master branch, should be always relevant to most current Engine version and stable.
  • Version Branch: A stable branch for specified Engine version.
  • Version Brach_Dev: A development branch for specified Engine version.

About

Mountea Dialogue System is an Open-source Mountea Framework tool for Unreal Engine for creating (not just) complex dialogues! Provides its own Dialogue Tree editor and validation system.

License:Apache License 2.0


Languages

Language:C++ 99.3%Language:C# 0.4%Language:C 0.2%