Skip to content
Snippets Groups Projects
Commit e2a00349 authored by codeimp's avatar codeimp
Browse files

Added ZDBSP nodebuilder profile that compresses nodes

parent 89f8b354
No related branches found
No related tags found
No related merge requests found
......@@ -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";
}
}
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