Difference between revisions of "Category:Dialogue"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Were
(favors)
imported>Bug64
m (Added some debugging tips)
Line 22: Line 22:


For an introduction to the Dialogue System, see [[Bethesda_Tutorial_Dialogue|Bethesda Tutorial: Dialogue]].
For an introduction to the Dialogue System, see [[Bethesda_Tutorial_Dialogue|Bethesda Tutorial: Dialogue]].
'''Why isn't my dialogue displaying?'''
* As noted in the intro, the quest containing the dialogue must be running before the dialogue will display.
* If your quest is start game enabled, ensure you've [[TES5Edit Documentation#Creating Start-Game Enabled Quest (SEQ) Files|generated an SEQ file]].
* If you have [[Quest Alias Tab|aliases]], make sure they are filled or marked as optional.
* Double check your [[Topic Info| Topic Info Conditions]] or any conditions specified on the [[Quest Data Tab]].


{{Languages|:Category:Dialogue}}
{{Languages|:Category:Dialogue}}

Revision as of 18:06, 17 July 2015

Overview

Dialogue is any text that is spoken in the game. In the Creation Kit, all dialogue is organized into Quests. Some Quests exist solely for the purpose of containing dialogue (such as DialogueWhiterun), while others include both quest and dialogue content. Note that a Quest must be running in order for any of its Dialogue to be used.


Nine of the tabs in the Quest Form allow you to create, view, and modify dialogue. They are:


All of these tabs share the same underlying concepts (like Branches, Topics, and Infos), and many share a similar interface. In general, dialogue is organized into:

  • Branches, which contain collections of Topics. Branches represent a 'thread' of the conversation, giving the dialogue system a place to start and a chain of Topics to follow from there.
  • Topics, which are stacks of Infos. Much of the time, they contain exactly one Info, but they can have more. The first Info whose conditions are satisfied will be used.
  • Infos, which represent one or more lines of dialogue to be spoken.


For an introduction to the Dialogue System, see Bethesda Tutorial: Dialogue.


Why isn't my dialogue displaying?

  • As noted in the intro, the quest containing the dialogue must be running before the dialogue will display.
  • If your quest is start game enabled, ensure you've generated an SEQ file.
  • If you have aliases, make sure they are filled or marked as optional.
  • Double check your Topic Info Conditions or any conditions specified on the Quest Data Tab.


Language: English  • русский


Subcategories

This category has only the following subcategory.

S