Dialogue Editor

Going over the Dialogue Editor.

The Dialogue Editor allows you to visually edit a Dialogue Graph.

Right-clicking in a blank space in the graph will open the menu options.

Option
Description

Disconnect All

Removes all nodes of the last selected node.

Cut

Cuts all selected nodes and connections.

Copy

Copies all selected nodes and connections.

Delete

Deletes all selected nodes and connections.

Replace Node

Opens the node selector to replace the last selected node.

Add Node

Opens the node selector to add a new node.

Nodes

Nodes can be freely moved and connected with other nodes. You can edit a node through the Node Inspector by clicking on the node.

Dialogue

The Dialogue Node allows you to create dialogue for a specific character. You can also use it to set the emotion that the character is currently feeling.

Properties

Name
Description

Suppress Emotion Animation

If the emotion animation should not be executed.

Suppress Emotion Sound

If the emotion sound should not play.

Automatic Next On Complete

If the dialogue should continue automatically when it's finished being typed out. This may skip dialogue entirely if the Dialogue Box's mode is set to instant.

Dialogue

The dialogue line that the character is speaking.

Voice Line

The voice line which represents the dialogue.

Choice

The Choice Node allows you to create choices, which can be used to branch out dialogue into unique paths.

Properties

Name
Description

(Timeout) Enabled

If timeout is enabled.

(Timeout) Length

The length of time the player has to make a choice.

(Timeout) Random

If the automatically selected timeout choice should be random.

(Timeout) Index

The index of the automatically selected choice if time runs out.

Choices

A list of choices.

Choice Properties

Name
Description

Name

The name of the choice. It's recommended to ensure this is unique, but not required.

Text

The display text of the choice.

Delay

The Delay Node simply delays dialogue continuation for some time.

Properties

Name
Description

Delay

The delay length.

Hide Dialogue Box

If the dialogue box should be hidden during this delay.

Sound

The Sound Node simply plays a sound.

Properties

Name
Description

Sound

The sound to play.

Last updated