From 22c32a43c9d17a85a95dd8f37774ee989b14755e Mon Sep 17 00:00:00 2001 From: codemann8 Date: Fri, 7 May 2021 04:19:24 -0500 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ OverworldShuffle.py | 2 +- README.md | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7abe6b..d24f0c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.1.2.1 +- Made possible fix for Standard +- Merged DR v0.3.1.10 - Fixed Standard generation + ### 0.1.2.0 - Added 'Parallel Worlds' toggle option - Updated shuffle algorithm diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 16225518..901582f2 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -3,7 +3,7 @@ from BaseClasses import OWEdge, WorldType, Direction, Terrain from Utils import bidict from OWEdges import OWEdgeGroups, IsParallel -__version__ = '0.1.2.0-u' +__version__ = '0.1.2.1u' def link_overworld(world, player): # setup mandatory connections diff --git a/README.md b/README.md index b65ca346..990970ba 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This is a very new mode of LTTPR so the tools and info is very limited. There is ### If you want to playtest this, know these things: - Big Red Bomb may require bomb duping as ledge drops may be in the way of your path to the Pyramid Fairy crack - Do NOT grab the Frogsmith until you have seen the Blacksmith location. Doing so may prevent you from continuing in your save file. -- Inverted/Standard regions/rules/logic is NOT implemented yet. Generation should fail 100%. +- Inverted regions/rules/logic is NOT implemented yet. Generation should fail 100%. - If you fake flipper, beware of transitioning south. You could end up at the top of the waterfall in the southeast of either world. If you mistakenly drop down, it is important to NOT make any other movements and S+Q immediately or there will be a hardlock. Falling from the waterfall is avoidable but it is super easy to do as it is super close the the transition. ### Known bugs: