mracsys / tootr

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

Valley To Lake Shuffle Broken #37

Closed KankuroGB closed 1 year ago

KankuroGB commented 1 year ago

It doesn't let me change the GV to LH shuffle unless I turn all overworld shuffles on. Turning on the Shuffle Valley/Lake option doesn't seem to change anything, as you can see below

image

mracsys commented 1 year ago

I thought it worked as an extension to OW ER like Hideout ER is an extension to Interior ER. Looks like instead it's a generic warp with the same targets as songs. Can't say I'm a fan of that implementation, but I'll push an update to make it work.

KankuroGB commented 1 year ago

Not sure if it is related or not, but I also can't seem to pick an interior that was already used elsewhere the GV > LH exit. I exit into Impa's House (Front) but that is also where I exit into from Adult Shooting Gallery.

So this is the chain basically: GV > LH = Impa's House (Front) > Kak (From Adult Shooting Gallery) But, this also means that Adult Shooting Gallery entrance leads to Impa's House Front...so it doesn't let me pick it for both.

mracsys commented 1 year ago

This should be fixed in the latest update.

The GV > LH exit used to be an overworld type that was mutually exclusive with all other entrances, unlike the one ways like owl drops. This is how it worked on Roman's fork prior to the new feature from the main fork getting merged. I have an open PR to main to restrict the entrance pool for this entrance to exteriors to be more consistent with the other shuffle designs. If it's merged there will be another update to this issue.

Thanks for the report!