-
Notifications
You must be signed in to change notification settings - Fork 234
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
Altar in child now give information about SoT and OoT #2338
base: Dev
Are you sure you want to change the base?
Conversation
90fdd79
to
dfbc636
Compare
This definitely needs to be a separate option. |
3d3ed04
to
30b81ce
Compare
I added an option in misc_hints. |
'Reuniting the stones' also maybe leads to 4 checks in the mask shop, or one check in the deku theatre, or maybe you're on stone bridge so it actually unlocks whatever's across that, so I'm not sure if 'Reuniting the stones' is the best way to word this text. I'm not sure the altar is the right place to hint these checks (I'm not sure where is the right place though), since the altar is supposed to be about your boss rewards and your win condition, and OoT, despite the amount of importance we players tend to place on it, is really just another check. If it's about what the dungeon rewards directly lead to, why aren't the Nocturne, LACS, or Prelude checks on the adult altar? Or if it's some flavour of dungeon reward bridge, why isn't the Ganon's entrance on the altar? I'm not sure, I think you probably do need to do something, to have some sort of logic to have it so if your OoT misc hint is on and the altar hint is reachable, then no gossip stone hints for these checks appear in the seed. I saw an image where it said in the text whether the checks were 'required' or 'not required' and I caution against the use of that kind of language. It's pretty easy to imagine, Requiem on OoT for a key in child side you don't actually need, and yet the text would say it's 'required'. Or imagine both checks are your only available Bows. Both would say 'not required' since logically you could get either one as your first bow, despite one of them definitely being required. We don't have a good way of calculating whether an item might be 'soft required' in cases like this. So this is why we use terms like "way of the hero" and "foolish choice" since determining what actually is or isn't required is not so simple. |
Just had a thought, I don't know that it's normal that a check would be hinted if it's not shuffled. |
This PR adds the ability to see the item on OoT and the Song at SoT on the Altar as a child. The goal is to make the child altar more useful, as it is rarely checked. The information about which dungeon corresponds to which specific stone isn’t very relevant since the three child dungeons can be deduced by reading the adult altar.
Additionally, this kind of information is crucial early in a seed and can completely change routing when, for example, you learn that Nocturne is on AD.
Currently, I’ve set the display to be conditional on misc_hints.altar being enabled. I’m not sure if I should create a specific option for this in misc_hints, such as altar-oot, for example.