From e4b7e71b5facd274cead99c1430acd67348b764a Mon Sep 17 00:00:00 2001 From: sphere Date: Mon, 25 Oct 2021 21:01:35 +0200 Subject: [PATCH] Add ZenNode option that builds its own blockmap, in case SRB2 can't make one somehow? --- Build/Compilers/Nodebuilders/ZenNode.cfg | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Build/Compilers/Nodebuilders/ZenNode.cfg b/Build/Compilers/Nodebuilders/ZenNode.cfg index 4747695..d7aac82 100644 --- a/Build/Compilers/Nodebuilders/ZenNode.cfg +++ b/Build/Compilers/Nodebuilders/ZenNode.cfg @@ -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"; + } }