Dialogue Editor

From Wolfire Games Wiki
Revision as of 09:24, 30 January 2018 by Silverfish (talk | contribs) (Dialogue)
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 # "n" "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