Tasks:Wastesedge:Dialogues And Quests: Difference between revisions
Jump to navigation
Jump to search
Waste's Edge for 0.4 dialogue and quest requirements |
mNo edit summary |
||
Line 1: | Line 1: | ||
Back to [[Tasks: | Back to [[Tasks:Road_Map#Recreating Waste's Edge|Road Map]]. | ||
__NOTOC__ | |||
== Overview == | == Overview == | ||
Latest revision as of 12:51, 8 January 2012
Back to Road Map.
Overview
The structures of the dialogues is unchanged from v0.3 to v0.4, but the embedded Python code, especially for driving quest progress needs to be adapted to the new quest system.
Dependencies
- [Optional] Complete the dialogue compiler, so "shortcuts" in the embedded Python code can be used. Otherwise need to write the correct Python code by hand.
Requirements
- Collect list of all quest-related flags from dialogues and other scripts
- Design and create Waste's Edge quest tree.
- Update Python code of dialogues to use the quest tree instead of global or NPC specific python variables.
References
- Dialogue scripts in Git [1]
- Quest system documentation
- Dialogue system documentation