[XA] TODO: fill this out ;)
This project requires the DoomTools toolchain for building it. Clone this project to a new folder and type:
doommake init ...In order to ensure everything has been prepped correctly (some directories or files may need extracting, downloading, or copying).
To clean the build folder, type:
doommake clean To both initialize and build this project:
doommake To build just the maps WAD:
doommake maps To build the assets WAD:
doommake assets To build all components:
doommake all To build the full release and distributable:
doommake release