forgettablePyromaniac

How to run UDB on Linux.

It took me a bit to figure out how to get this to work right, and other people have had trouble in the past, so I’m here to help.

Gonna break this into easy steps:

git clone https://github.com/UltimateDoomBuilder/UltimateDoomBuilder && git clone https://github.com/Doom-Utils/zennode

cd UltimateDoomBuilder && make && cd .. && cd zennode && make && cd ..

cd UltimateDoomBuilder/Build/Compilers/Nodebuilders

cp [location of ZenNode directory]/ZenNode .

cp ZenNode.cfg ZenNode.bak

nano ZenNode.cfg

cd .. && cd .. && ./builder

As a final test, make a really basic level. One square with a player start should be enough. Control + S to save the level, and if you don’t get any errors, you now have UDB running on Linux! Pat yourself on the back.

#Application #Tutorial #Doom