mracsys / tootr

Entrance and Location Tracker for OoT Randomizer
MIT License
5 stars 6 forks source link

Spawn selection missing entrances #22

Closed mracsys closed 3 years ago

mracsys commented 3 years ago

We've assigned a number of entrances as we find them, that's all normal. Once the other player found ToT, he went adult and at some point checked his spawn. It was in child shooting gallery.

It seems that some interiors, once placed in the tracker, don't show up for selection as a spawn point.

So far: Both shooting galleries disappear from spawn selection once placed. Bombchu bowling also disappears

It's not all of them though, as I noticed that Guardhouse/Poe Collector still stays. Mask shop and Treasure Chest Game seem to be others that don't disappear.

mracsys commented 3 years ago

Root cause is filtering on the grouping tag field to prevent duplicate aliases. When a group is exhausted, there is no tagrep to show the option. Groups of one are the easiest to notice, where the tag is used as an interior alias different from the overworld side alias. Solution is to maintain the last tagrep as the tagrep after linking. Non-one-way-warps will still filter on aLink/eLink to prevent showing linked entrances.