Skip to content
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

Some regions cannot be marked woth/path/foolish ; some locations can be marked woth/path/foolish while they should not be #59

Open
alkalineace opened this issue Jul 8, 2024 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@alkalineace
Copy link

Some regions cannot be marked as woth/path/foolish.

This is due to the location pool being the Overworld+Dungeon location - but that pool is not exactly the same as the location pool.

The hints that are missing (high priority):

  • Hyrule Castle + Outside Ganon's Castle (special case as they would be marked Castle Grounds - any ideas?)
  • Temple of Time
  • Thieves's Hideout

The hints that should not be there (low priority):

  • Lost Woods Bridge
  • Market Entrance + Temple of Time Entrance
  • Warps

Additionnaly, if Market is hinted Woth or Path, both Market Entrance and Temple of Time Entrance should get the Woth/Path color. Same for Lost Woods Bridge with Lost Woods.

@mracsys mracsys added bug Something isn't working enhancement New feature or request labels Jul 8, 2024
@mracsys
Copy link
Owner

mracsys commented Jul 8, 2024

This is mainly from the different categories I used for the region entrance boundaries compared to what rando defined as their hint areas. Hinting interiors will take some work. I'm thinking color the entrances to them similar to the area title bars.

Castle Grounds is more difficult. With the way regions are structured, I can't have the Market <-> Castle entrance in more than one region. I'm inclined to keep the regions as-is and alias the hints internally for Hyrule/Outside Ganon's to point to Castle Grounds. The system would also work the other way for Lost Woods and Market. The hint summary in #53 would show which area was selected, not the highlighted areas, when that's complete.

Foolish is even harder for Castle Grounds as it by default hides all locations in the area. I could hide just the locations for the selected region instead of the whole merged area. Main issue there would be misleading info from the title bar even if the locations aren't minimized.

@mracsys mracsys added help wanted Extra attention is needed and removed help wanted Extra attention is needed labels Jul 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants