mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-18 22:41:46 +00:00
Updated ZDBSP nodebuilder to latest version (1.17)
This commit is contained in:
parent
3a944a8730
commit
7ad72cd817
2 changed files with 8 additions and 1 deletions
|
@ -29,11 +29,18 @@ nodebuilders
|
|||
parameters = "-c -o%FO %FI";
|
||||
// -c adds comment indices in UDMF format. This is not documented in the ZDBSP usage.
|
||||
}
|
||||
|
||||
|
||||
zdbsp_fast
|
||||
{
|
||||
title = "ZDBSP - Fast (no reject)";
|
||||
compiler = "zdbsp";
|
||||
parameters = "-R -o%FO %FI";
|
||||
}
|
||||
|
||||
zdbsp_compressed
|
||||
{
|
||||
title = "ZDBSP - Compress nodes";
|
||||
compiler = "zdbsp";
|
||||
parameters = "-z -o%FO %FI";
|
||||
}
|
||||
}
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue