Dialogue Editor

From Wolfire Games Wiki
Revision as of 11:02, 26 January 2018 by Silverfish (talk | contribs) (Started rewriting page from a tutorial to more straight up technical documentation, since the tutorial part is covered in the "Dialogue" article)
Jump to: navigation, search

This is the technical documentation for the dialogue editor. It's used to create scenes with different camera angles, text and poses. It is commonly used to give context and progress the story in a level.

Before reading this article it's recommended that you read the Dialogue article to get a basic understanding of how dialogues work.

Dialogue

Command: say # "x" "m"

Camera Position

Command: set_cam tx ty tz rx ry rz

Character Position

Command: set_character_pos # x y z r

Pose

Command: send_character_message # "set_animation \"a\""

Eye, Head & Torso Movement

Command: send_character_message # "a"

Fading

Other Features

TODO: Add missing features