On dialogue and file formats

When I started on this game project, I put all the data in a bunch of XML files. Some of them were parsed into token trees before use, others were custom-parsed. Eventually I felt like XML’s verbosity was unneeded, and I came up with a format that more closely matched the token tree data structure and was … Continue reading On dialogue and file formats