Add Torvus Logic - #5
Open
hopesgit wants to merge 41 commits into
Open
Conversation
Torvus: - Transport to Temple Grounds - Temple Transport Access - Torvus Lagoon - Save Station A - Ruined Alcove - Path of Roots - Portal Chamber (Light) - Great Bridge - Forgotten Bridge - Torvus Map Station - Abandoned Worksite - Plaza Access add tricks to Options.py (some have yet to be added for the rooms specified)
- controller_access.py - grove_access.py - temple_access.py - torvus_energy_controller.py - torvus_temple.py - transport_to_agon_wastes.py Added tricks for those rooms
- Underground Transport - Underground Tunnel - Torvus Grove - Meditation Vista Added tricks logic for: - all the above - Torvus Temple Added tricks to Options.py to support tricks logic for these rooms
- hydrochamber_storage.py - main_hydrochamber.py - save_station_b.py - hydrodynamo_shaft.py - hydrodynamo_station.py Added options to Options.py to support tricks in these locations
- gathering_access.py - training_access.py - catacombs_access.py Added options to Options.py to support tricks in these locations
… files Added Training Chamber, Transit Tunnel West, Transport to Sanctuary Fortress, Gathering Hall, Fortress Transport Access rooms Adjusted class names of any Torvus rooms that aren't unique to be unique (in order to prevent conflicts later on)
Add Catacombs parts to __init__.py Add Options relating to Catacombs to Options.py
hopesgit
marked this pull request as draft
December 19, 2025 22:33
Also update Abandoned Worksite to the new imports format Signed-off-by: hopesgit <hope.gochnour@gmail.com>
…ew format for rooms where that applies.
hopesgit
marked this pull request as ready for review
February 19, 2026 15:46
UltiNaruto
reviewed
Feb 19, 2026
UltiNaruto
reviewed
Feb 19, 2026
UltiNaruto
reviewed
Feb 19, 2026
UltiNaruto
reviewed
Feb 19, 2026
UltiNaruto
reviewed
Feb 19, 2026
UltiNaruto
reviewed
Feb 19, 2026
UltiNaruto
reviewed
Feb 19, 2026
UltiNaruto
reviewed
Feb 19, 2026
…the changes from a couple of rooms outside of Torvus that somehow ended up in here
UltiNaruto
reviewed
Feb 21, 2026
UltiNaruto
reviewed
Feb 21, 2026
Owner
|
Also no need to mention |
UltiNaruto
reviewed
Apr 28, 2026
UltiNaruto
reviewed
Apr 28, 2026
UltiNaruto
reviewed
Apr 28, 2026
UltiNaruto
reviewed
Apr 28, 2026
UltiNaruto
reviewed
Apr 28, 2026
UltiNaruto
reviewed
Apr 28, 2026
UltiNaruto
reviewed
Apr 28, 2026
UltiNaruto
reviewed
Apr 28, 2026
UltiNaruto
requested changes
Apr 28, 2026
…eferences, for rooms abandoned worksite to hydrodynamo station
…eferences, for rooms main hydrochamber to underground tunnel Also removed some unnecessary room subregions Fixed some door mistakes and logical omissions
…tions, assume worse player behavior, split the bottom subregion into two, and add using the roll jump trick to reach the track segments
- added room method for forgotten bridge forgotten_bridge.py: - recalculated bridge logic Options.py: - rename "Air Underwater" trick to "Reverse Air Underwater" for Forgotten Bridge - Reorder tricks for Forgotten Bridge
- add tricks for Fortress Transport Access fortress_transport_access.py: - added trick movement
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
reviewed
Jun 16, 2026
UltiNaruto
requested changes
Jun 16, 2026
- resolve a couple of imports differently - split has_trick_enabled usages onto separate lines in some spots
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.
Torvus Logic. I had to fix some issues with my local environment before I could grab the newer version of this upstream, which delayed posting this pretty severely. I fixed all of the imports to use the new style along the way. Hpefully, this is good!