Tasks:Wastesedge:Dialogues And Quests
Jump to navigation
Jump to search
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