From 4a326a5463d1569ec14cb61c9ea8f4b7be11d0a8 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 26 Apr 2021 17:34:32 -0500 Subject: [PATCH] Fix default value of new Keep Similar option --- CLI.py | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CLI.py b/CLI.py index 8084d57a..06f36e53 100644 --- a/CLI.py +++ b/CLI.py @@ -143,7 +143,7 @@ def parse_settings(): "openpyramid": False, "shuffleganon": True, "ow_shuffle": "vanilla", - "ow_keepsimilar": True, + "ow_keepsimilar": False, "shuffle": "vanilla", "shufflepots": False, diff --git a/README.md b/README.md index a1f82b8d..f3a75f42 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ OW Transitions are shuffled within each world separately. OW is not shuffled. +## Keep Similar Edges Together (--ow_keepsimilar) + +This keeps similar edge transitions together. ie. The 2 west edges will be paired to another set of two similar edges + # Command Line Options