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