Available Checks Entrance Shuffle#5363
Merged
Malkierian merged 31 commits intoHarbourMasters:develop-blairfrom May 24, 2025
Merged
Available Checks Entrance Shuffle#5363Malkierian merged 31 commits intoHarbourMasters:develop-blairfrom
Malkierian merged 31 commits intoHarbourMasters:develop-blairfrom
Conversation
serprex
reviewed
Apr 9, 2025
78a51b2 to
51289ea
Compare
…o the save when calculating available checks.
xxAtrain223
commented
Apr 20, 2025
Contributor
Author
There was a problem hiding this comment.
The GitHub diff for this file shows more intermingled changes than there really are because the entranceShuffleTable was moved into the SetAllEntrancesData function. I did this because the ShuffleAllEntrances function was the only function to create the entranceShuffleTable and pass it to SetAllEntrancesData, but the data was also needed for ApplyEntranceOverrides.
This file is better reviewed manually in an external program like VS Code.
…e starting region.
serprex
reviewed
May 24, 2025
| return 0; | ||
| } | ||
|
|
||
| static bool AvailabeChecksProcessUndiscoveredExitsHandler(std::shared_ptr<Ship::Console> Console, |
Contributor
Author
There was a problem hiding this comment.
krazyjakee
pushed a commit
to krazyjakee/OOT
that referenced
this pull request
Sep 6, 2025
* EntranceShuffler ApplyEntranceOverrides. * Updated ApplyEntranceOverrides. * Updated ApplyEntranceOverrides. * Initial Entrance Discovery. * Added Randomizer_EntranceDiscovered. * Updated Randomizer_DiscoverRegion to discover unshuffled connected regions. * Removed extra semi-colon. * Update to latest entranceShuffleTable. * Format fixes. * Updated EntranceDiscovered to account for entrances not in the entranceShuffleTable. * Rediscover regions when loading a game. * Rediscover entrances when enabling Available Checks. * Added Rando::Context::ParseTricksJson. * Updated ApplyEntranceOverrides to skip default (unset) overrides. * Fix clang-format failed check. * Set mLACSCondition when loading a Randomizer game. * Updated rediscover loop to use MAX_ENTRANCE_RANDO_USED_INDEX. * Move entrance discovered into ProcessExits. * Discover spawns when pulling/placing the master sword. * Discover adult/child spawn when using Song of Time to switch age. * Reset logic and ApplyOrStoreItems without applying the item effects to the save when calculating available checks. * Removed !itemLoc->IsAddedToPool() from the check tracker. * Remove region discovery as its not needed anymore. * Cleanup changed files for PR. * Added Available Checks - Process Undiscovered Exits DebugConsole command. * Added initial Available Checks - Recalculate DebugConsole command. * ACPUE, recalculate only if save loaded. ACR, set age and times for the starting region.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Updates Available Checks to handle Entrance Shuffling. It does this by applying shuffled entrance overrides to the entrance data, this lets the
ReachabilitySearchproperly traverse the region data. InProcessExits, it now checks if the entrance was shuffled and if it was discovered. Unshuffled exits are processed normally.Fixes #5284
Build Artifacts