mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2024-11-10 06:41:49 +00:00
Add ZenNode option that builds its own blockmap, in case SRB2 can't make one somehow?
This commit is contained in:
parent
77bed468a1
commit
e4b7e71b5f
1 changed files with 7 additions and 0 deletions
|
@ -42,4 +42,11 @@ nodebuilders
|
|||
compiler = "zennode";
|
||||
parameters = "-b- %FI -o %FI";
|
||||
}
|
||||
|
||||
zennode_slow2
|
||||
{
|
||||
title = "ZenNode - Slow (with REJECT & blockmap)";
|
||||
compiler = "zennode";
|
||||
parameters = "%FI -o %FI";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue