Game Development Community

Reading XML and Data

by Larry Jennings II · in General Discussion · 05/04/2011 (7:46 am) · 1 replies

I was on how i can go about reading an xml file in Torque2D.

Or,

If someone knows of a better way to store large amounts of data.

#1
06/15/2011 (6:07 pm)
You could write scripts to read an XML file into a data structure like an array.

If there is a lot of data or complex data you could incorporate sqlite (cross-platform) or ADO (Windows only) support in source.