mracsys / tootr

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

Consider Farore's Wind temporary warps #54

Open mracsys opened 2 months ago

mracsys commented 2 months ago

Allow users to set Farore's Wind warp points as both ages. The next time the FW warp for that age is clicked, the warp is unset. More useful for simulator mode than real tracking.

Setting the warps could be a new element on dungeon area cards, or an additional action on dungeon entrances. Entrance/exit does not matter in this context as the warp is a convenience setting, not an input to the graph search. It's already handled there by the upstream randomizer logic.

Another option is to add FW pseudo-entrances to the Warps card. Target entrances would be each dungeon. Clicking the warp target after it's set will jump to the area and unset the target.

Activating the warps would be at a minimum on the global warp menu. The Warps area can be another option.

Low priority.