This is a simple tool to generate data file XML entries from DOSZ files.
Just launch the tool in the command prompt with one or more DOSZ files as its argument(s):
MakePureDOSDAT PathToFile.dosz PathToAnotherFile.dosz
Or to export the output to a file instead of writing it to the console:
MakePureDOSDAT PathToFile.dosz PathToAnotherFile.dosz >MyPureDOSDAT.xml
You can find the download for Windows under the Releases page.
For other platforms, see the section below on how to compile the command line tool.
On Windows you can use Visual Studio to compile the command line tool.
For other platforms use either ./build-gcc.sh
or build-clang.sh
to compile the tool for your system.
Make Pure DOS DAT is available under the Unlicense (public domain).