Dialogue Plugin

Marketplace Link

Hi everyone!

I’m very happy to announce Dialogue Plugin, an editor extension that allows you to easily create dialogues in UE4 and UE5, through a custom node-based editor.

I’ve wanted to create a dialogue editor for more than a year now, and I’ve always felt that the ideal editor should be 1) node-based and 2) fully integrated, without the need of 3d party software such as Excel. Now I finally did it.

Feel free to check out the video and let me know what you think about the workflow:

Documentation:
• 5.0+: CURRENT
• 4.12 - 4.27: deprecated

Used by industry veterans:
• Piranha Games in MechWarrior 5: Mercenaries
• Iron Tower Studio in their upcoming Colony Ship RPG

Features:
• Voiceover support
• Events and conditions (branching) – new system since 4.18
• Variables in text (e.g. %charname%) – since 4.22
• Rich Text – since 4.25
• Customizable appearance
• Gamepad support
• Supports UE4 native localization system
• Doesn’t require third party software
• Source code included

Conditions and events tutorial:
(this video is slightly outdated, you can now use “Get All Actors of Class” nodes in events/conditions)

Screenshots:

Frequently asked questions:

  1. Sample project from the second video: Download

  2. Sample project with VR set up: Download
    This is what you’ll find in it: video link

3 Likes

Hey @ - This looks like a winner what is the price?

looks very interesting to me.(creating a point & click adventure …)
how about cheking variables (so a dialogue branche is only activated when a certain variable is set. maybe the player has to get an object before …)
and how about using your system with multiple languages
price would be relevant, too :wink:

best regards
stucki

1 Like

No submitted plugins have made it out of the Marketplace yet, I understand?

Could you add a basic 3rd person widget? (Out of the box solution please)

Are complex conversations possible? For instance, random NPC comments, greeting/goodbye statements selected from lists, replies based upon NPC personality type.

Condition switched replies?

How would you do Localization?
How do the conditions effect branching, like in the witcher with decisions?
What versions are you going for currently?

Hi everyone. Thanks for your interest. I’m the second co-author of this plugin.

I’d like to answer your questions:

  • Yes, there are conditions, they allow branching and they’re really easy to use. You can make your own conditions, such as check if player has X amount of gold/item(s), or if he’s completed a certain quest, or check any variables. We’ll make a 1-2 min tutorial about conditions later, hopefully before the plugin gets approved on the marketplace.
    There are also events that use the same principle, but instead of checking for things, they perform things, for example give gold/item(s) to player, play a montage, set a variable, etc.

  • UE4 native localization system works with the Dialogue Plugin.

  • We’re going to submit and provide support for UE 4.11 and higher. If you want to use the plugin with a lower version, you’ll have to change a couple of nodes in the UMG widget. We’re only using one new feature (sound concurrency) from 4.11 for voice-over.

  • The price will be set at $65.

You mean the front-end dialogue widget for a 3d person template? Sure, the widget from the video is included with the plugin.

The dialogue plugin looks very promising. Is there an alternative way to acquire it before it gets released on the marketplace?

Looking great.
Congratulations!

This looks great, hopefully up on Marketplace soon (any how long it takes to review?)

Hi.

This looks amazing, it would love to get access to it asap trough an alternate source.

Day 1 buy for me. Looks clean, simple and to the point.

I understand that this has support for voice overs, however, could this drive a text to voice engine / plugin?

This looks very interesting. I do have a few questions, though:

  • Will you be able to trigger animations from within the dialogue editor, the same way you can trigger sound?
  • The video shows that each node has both a sound input and a voice-over input. What’s the difference between the two?
  • Will you be able to set variables within the dialogue editor?
  • Can you assign different controller buttons to different dialogue options? So, for example, if I have four dialogue options, could I assign the Y button to the first, B to the second, A to the third and X to the fourth option and rather than clicking on a dialogue option, I could simply press the corresponding button to trigger it?
  • I’m assuming you can also display the dialogue options in 3D space (like in Heavy Rain/Life is Strange) if you make your own custom widget for it. Is that correct?

I’m super excited for this one. I bought a dialogue system previously that was reliant on data tables and found it to be way too prone to error when moving writing over from something like Articy. Being able to do it in the editor like this would be fantastic!

Can you run Blueprint functions from dialog responses? If its a C++ plugin will the source be available?

Thanks for your interest in Dialogue Plugin. :slight_smile:

You can add your own fields to the events/conditions and add blueprint logic to process them. This way, you can trigger any events/conditions really - playing animations or granting items. The documentation already covers that, and we plan to make a video tutorial as well.

Sound field’s type is USoundBase and Voiceover is UDialogueVoice, both native UE4 types. You can use either of them for voiceover, UDialogueVoice is a bit easier to use if you have different NPC recorded voice depending on player’s gender or language.

Not sure what you mean by that, but if you want to grant a player gold or experience, or do any other gameplay action, you can do it via events (see documentation link above).

All user interface in Dialogue Plugin is handled by a UMG widget. So if you’re familiar with UMG, you can freely customize its appearance and controls.

If you already have a text to voice code/plugin, you can use it in the UMG widget that displays the dialogue.

Yes to both. :slight_smile:

^Awesome, thanks :)! Sounds like this is the right dialogue system for my project, then.

Dialogue Plugin has been released today! :slight_smile: You can get it on the Marketplace.

1 Like

Not sure if I’m just not seeing it, but how do you add conditions?

Hi! We’ll be recording a short 3-4 min video describing the process of creating custom conditions and events in a couple of days, now that the plugin is released. But for now, there’s the documentation that goes over it at length.

1 Like