Skip to content
Snippets Groups Projects
Commit 50668921 authored by William Miller's avatar William Miller Committed by ZZYZX
Browse files

Extra config block for Large Maps (PR#368 by Zanieon)

This extra block helps ZDBSP building better nodes for maps that are too big and starts generating visual issues with regular nodebuilding.
parent 42aa6c88
No related branches found
No related tags found
No related merge requests found
......@@ -65,4 +65,11 @@ nodebuilders
compiler = "zdbsp";
parameters = "-z -X -o%FO %FI";
}
zdbsp_udmf_compressed_huge
{
title = "ZDBSP - Compress nodes (UDMF) (Large Maps)";
compiler = "zdbsp";
parameters = "-z -X -s016 -p128 -d032 -G -5 -o%FO %FI";
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment