Difference between revisions of "Quest Data Tab"

505 bytes added ,  16:52, 3 January 2015
warning about SEQ
imported>Terra Nova2
imported>Werez
(warning about SEQ)
Line 6: Line 6:
*'''Start Game Enabled:''' This option is only available for quests with no triggering Event. If this box is checked, the quest starts running at the beginning of the game. Otherwise, it will not start running until the [[Start_-_Quest|Start]], [[SetCurrentStageID_-_Quest|SetStage]], or [[SetObjectiveDisplayed_-_Quest|SetObjectiveDisplayed]] commands are used.
*'''Start Game Enabled:''' This option is only available for quests with no triggering Event. If this box is checked, the quest starts running at the beginning of the game. Otherwise, it will not start running until the [[Start_-_Quest|Start]], [[SetCurrentStageID_-_Quest|SetStage]], or [[SetObjectiveDisplayed_-_Quest|SetObjectiveDisplayed]] commands are used.
**Start Game Enabled quests automatically grey out the option for their aliases to "Allow Reserved." However, for Start Game Enabled quests added to a pre-existing save, this may still need to be ticked to avoid problems. To set this flag on a Start Game Enabled quest alias, highlight the alias's line in the alias list window and press CTRL-SHIFT-R to tick the flag.
**Start Game Enabled quests automatically grey out the option for their aliases to "Allow Reserved." However, for Start Game Enabled quests added to a pre-existing save, this may still need to be ticked to avoid problems. To set this flag on a Start Game Enabled quest alias, highlight the alias's line in the alias list window and press CTRL-SHIFT-R to tick the flag.
{{WarningBox|'''Important!''' As of 1.7 the game uses SEQ files in order to track ''Start-Game Enabled'' quests you've added, and possibly ones you've altered. These files are needed for your dialogue and scenes to work properly. See [http://forums.bethsoft.com/topic/1417941-dialoguequest-bug-solution/page__p__21672989#entry21672989 here] how to generate them.}}
*'''Run Once:''' Prevents the Quest from being reset when it starts. If a "Start Game Enabled" quest is not also flagged to "Run Once", its [[OnInit]] event will fire twice.
*'''Run Once:''' Prevents the Quest from being reset when it starts. If a "Start Game Enabled" quest is not also flagged to "Run Once", its [[OnInit]] event will fire twice.
**For clarity, all forms of resetting including [[Reset_-_Quest|Reset()]] will not work when this is checked.
**For clarity, all forms of resetting including [[Reset_-_Quest|Reset()]] will not work when this is checked.
*'''Warn on alias fill failure:''' n/a
*'''Warn on alias fill failure:''' Not used?
*'''Allow Repeated Stages:''' If this box is checked, a journal entry will be displayed (and quest stage results run) every time [[SetCurrentStageID_-_Quest|SetStage]] is called for a particular stage number. Otherwise, [[SetCurrentStageID_-_Quest|SetStage]] has no effect after it is called the first time for any stage on a running quest.
*'''Allow Repeated Stages:''' If this box is checked, a journal entry will be displayed (and quest stage results run) every time [[SetCurrentStageID_-_Quest|SetStage]] is called for a particular stage number. Otherwise, [[SetCurrentStageID_-_Quest|SetStage]] has no effect after it is called the first time for any stage on a running quest.
*'''Type:''' This dropdown determines what icon is displayed next to the quest in the player's quest list. Also, quests tagged to the Miscellaneous type will appear in the Miscellaneous category, meaning only their objectives will be displayed (no quest name or summary text).
*'''Type:''' This dropdown determines what icon is displayed next to the quest in the player's quest list. Also, quests tagged to the Miscellaneous type will appear in the Miscellaneous category, meaning only their objectives will be displayed (no quest name or summary text).
*'''Recompile All Papyrus Scripts:''' All scripts associated with this quest (including scripts on infos, scenes, and packages) are recompiled. This is a useful debugging tool.
*'''Recompile All Papyrus Scripts:''' All scripts associated with this quest (including scripts on infos, scenes, and packages) are recompiled. This is a useful debugging tool.
*'''Export Quest Dialogue:''' Exports all the quest's dialogue to a file.
*'''Export Quest Dialogue:''' Exports all the quest's dialogue to a file.
*'''Export Scene Dialogue:''' Brings up a list of all the voice types which have scene dialogue for this quest. Selecting that voice type will export a scene script customized for that voice type. (See [[Export Scene Scripts]])
**The generated .txt file can be found in the main Skyrim folder.
*'''Export Scene Dialogue:''' Brings up a list of all the voice types which have scene dialogue for this quest. Selecting that voice type will export a scene script customized for that voice type.  
**The generated .txt file can be found in the main Skyrim folder.
**See [[Export Scene Scripts]]
*'''Calculate Voice Assets:''' Evaluates (using the same process as the export) how many actual audio files are used by the quest. If this is larger than the Lines of Dialogue field, it means that some lines can be said by multiple voice types. If it is smaller, it means that some lines cannot be said by any voice types.
*'''Calculate Voice Assets:''' Evaluates (using the same process as the export) how many actual audio files are used by the quest. If this is larger than the Lines of Dialogue field, it means that some lines can be said by multiple voice types. If it is smaller, it means that some lines cannot be said by any voice types.
*'''[[:Category:Conditions|Quest Conditions]]:''' Any conditions here are considered to apply to all dialogue in the quest. The quest conditions are checked first; only if those are true are the conditions on the infos evaluated.
*'''[[:Category:Conditions|Quest Conditions]]:''' Any conditions here are considered to apply to all dialogue in the quest. The quest conditions are checked first; only if those are true are the conditions on the infos evaluated.
Anonymous user