mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-02-21 03:11:40 +00:00
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:
parent
42aa6c8832
commit
50668921e8
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue