Updated ZDBSP nodebuilder to latest version (1.17)

This commit is contained in:
codeimp 2010-08-29 08:28:25 +00:00
parent 3a944a8730
commit 7ad72cd817
2 changed files with 8 additions and 1 deletions

View file

@ -29,11 +29,18 @@ nodebuilders
parameters = "-c -o%FO %FI"; parameters = "-c -o%FO %FI";
// -c adds comment indices in UDMF format. This is not documented in the ZDBSP usage. // -c adds comment indices in UDMF format. This is not documented in the ZDBSP usage.
} }
zdbsp_fast zdbsp_fast
{ {
title = "ZDBSP - Fast (no reject)"; title = "ZDBSP - Fast (no reject)";
compiler = "zdbsp"; compiler = "zdbsp";
parameters = "-R -o%FO %FI"; parameters = "-R -o%FO %FI";
} }
zdbsp_compressed
{
title = "ZDBSP - Compress nodes";
compiler = "zdbsp";
parameters = "-z -o%FO %FI";
}
} }