-
Notifications
You must be signed in to change notification settings - Fork 678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Witness: Fix unreachable locations on certain settings (Keep PP2 EP, Theater Flowers EP) #2499
Conversation
I didn't actually fix the bug fully. Turning this back to draft |
Ok, well, I can't recreate any more problems, even though I could've sworn I still had an invalid gen. But even rerunning that same seed like 20 times didn't cause an issue. Gonna keep running random generations to see if I can hit any issues. Anyway, this definitely fixes something that badly needs fixing, and whatever other error I had, if it was real, is unrelated to this issue. So, ready for review again. |
Co-authored-by: Fabian Dill <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested changes locally; errors were fixed.
…EP, Theater Flowers EP) (ArchipelagoMW#2499) Basically, the function for "checking entrances both ways" only checked one way. This resulted in unreachable locations. This affects Expert seeds with (non-remote doors and specific types of EP Shuffle), as well as seeds with non-remote doors + specific types of disabled panels + specific types of EP Shuffle. Also includes two changes that makes spoiler logs nicer (not creating unnecessary events).
Basically, the function for "checking entrances both ways" only checked one way. This resulted in unreachable locations.
This affects Expert seeds with (non-remote doors and specific types of EP Shuffle), as well as seeds with non-remote doors + specific types of disabled panels + specific types of EP Shuffle.
Also includes two changes that makes spoiler logs nicer (not creating unnecessary events).