Skip to content

Well-known-Game-Studio/DlgSystem

This branch is 2 commits behind NotYetGames/DlgSystem:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e4e08e Β· Nov 24, 2024
Nov 17, 2022
Jun 13, 2022
May 6, 2024
Jan 17, 2018
Nov 24, 2024
Jul 14, 2020
Aug 9, 2018
Jan 17, 2018
Jan 17, 2018
Sep 20, 2019
May 6, 2024
Mar 12, 2021
Nov 24, 2024

Repository files navigation

Not Yet: Dialogue Plugin System

Supported unreal versions: 5.3, 5.4, 5.5

Features

  • 100% free, source code included
  • Full Blueprint and C++ support
  • Events and conditions
  • Branching based on different node types and conditions
  • Well structured runtime and editor modules
  • Full editor support including:
    • Graph Editor
    • Search window
    • Dialogue Browser to get a good overview of all the dialogues
    • Customized blueprint nodes to handle certain events and conditions in Blueprint easily
    • Settings panel in Project Settings to modify the layout
    • Option to import from and export to plain text formats (e.g. json)
    • Real time display/edit functionality of the Dialogue runtime data.

Not yet convinced? Have you seen our showcase page?

Links

Showcase games

Games that use this Plugin:

Want to have your game showcased here? Contact us!

General Information

This plugin is primary developed and used for our own game (WarriOrb). We have put significant effort into it and decided to make it open source in order to help out other teams facing similar challenges.

Contribution, feedback and constructive criticism are appreciated and we would be really happy to hear about your game using our tool.

Support

NOTE: that initially the plugin was free on the marketplace but later we switched to a small fee because maintaining all of the binary versions for different engine targets took a lot of time, consider buying the plugin on the marketplace as a donation :).

Buy

You can buy this plugin or our other plugins on the unreal engine marketplace and always get binary support for the latest 3 engine versions.

Spread the word

Should it prove useful to you, the best way to say thanks is to mention us and our game to your own audience.

Conventions

Branches

The supported unreal versions have their own branches. The outdated version branches are kept but not updated anymore.

Code Style

The code style follows the one from the UE Coding Standard with the additional changes located in the .editorconfig.

Commit messages

Every commit message that has [C] means that after updating to that commit, a recompile is required. Eg: [C] Added awesome Dialogue feature

Every commit message that has [G] means that after updating to that commit the solution files should be regenerated (and recompiled, obvious).

Right click on project file -> Generate Visual Studio project files (or from the command line regenerate the project).

Eg: [G] New Dialogue Editor mode

About

Dialogue Plugin System for Unreal Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 97.5%
  • Python 2.0%
  • Other 0.5%