top of page
XML
Overview
XML (Extensible Markup Language) is an easy way to create dialogue systems. Nodes must have an ID to identify each node, as well as text and destination nodes. I had a go at using James' sample game and changing the dialogue to fit my game idea more. However, as I had deleted a large chunk, I ended up confusing each of the nodes IDs, and the game would jump to the end nodes no matter what option a player chose. To fix this, I took a step back and planned out how my system would work, and the main change that was needed was to start the IDs from 0 rather than 1. However, as I mentioned previously, I couldn't find a way to make the system more dynamic, and so I will have to reconsider how I go about designing this system.
bottom of page