-
Notifications
You must be signed in to change notification settings - Fork 9
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
OWG and MG Support #39
Comments
Fair warning that multiworld has OWG and minor glitches and can mix them with any ER mode. Because of ER support, we don't have MG yet, as ER logic gets real messy and noone has as of yet wrapped their heads around it. |
Thank you for the heads up. I'm aware that dungeon logic gets strange for MG, but wasn't aware that it wasn't compatible with entrance shuffle yet. I've been hesitant to work on this because I don't fully understand glitched modes. |
One of the core issues is that MG relies on importing "dungeon state", and the way that the ER state graph works no state can currently ever be lost. You just get states/events/items, never lose them. But to accurately represent MG logic with ER shuffle this would likely need to added, unless someone can find a smart way to do it within the current logic system confines. As for ALTTPR; it is either glitched logic or ER, it cannot mix the two, at all. |
Recently I reviewed a lot of glitch logic and fixed a fair few bugs with it. That is now all covered by over 12000 unittests in archipelago: Pointing this out as a resource if it happens to be helpful here. |
Hybrid Major Glitches has been in AP for a few months now. Compatible with all other modes, including all forms of Entrance Rando. |
Add OWG and MG support.
The text was updated successfully, but these errors were encountered: