This is an application like the filmation viewer. It lets you view the atic atac game by means of a room and object viewer/inspector.
for developers
It also produces an XML file that details the rooms and room objects in order that you can accurately create a map with whatever tool you like for a remake or other atic atac viewer you may wish to make.
for sadder developers
The download also includes a 'C' based program using the tinyXML library to read the data and convert it (serialise) into a 'C struct' binary. This allows you to then simply load the file using a file stream and voila, a map in your game.
Although the application requires windows (and the .NET framework), all the files can be used by any platform.
|