Interactive dialogue for HTML5 game - part 2
In the previous post I proposed data structure for interactive dialogues for video game. Within a few nights, I cooked GUI Tool Dialogues builder for compose dialogues. In this post I show you how that tool to use.
Examples
Dialogues builder
Dialog Builder is GUI tool for creating interactive dialogues for video games. Because the exported format is JSON you can use it in any programming language.
Work procedure
- Add actors for dialogues.
- Add dialogs and choices.
- Export data as JSON.
Dialogue description
- ID and type ( dialogue | choice )
- Menu text: may be empty if parent is dialogue
- Dialogue text
- Link: ID of ancestors
- Contains: C - condition, A - code after, B - code before
Dialogue as data
It may interest you to know
This comment has been removed by a blog administrator.
ReplyDeletethx
ReplyDelete