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.
This commit is contained in:
William Miller 2020-01-15 01:26:35 -03:00 committed by ZZYZX
parent 42aa6c8832
commit 50668921e8

View file

@ -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";
}
}