khanshoaib3 / stardew-access

An accessibility mod for Stardew Valley with screen reader and keyboard only support!
GNU General Public License v3.0
64 stars 19 forks source link

Unable To Pathfind to Secret Woods Hollow Log #354

Open LucieG0 opened 1 month ago

LucieG0 commented 1 month ago

In the object tracker, there is a hollow log under resource clumps which you cannot pathfind to, even if you stand a couple of steps away and then try it cannot take you there. The problem with this is that it is the log which you need to chop down to be able to enter the secret woods. The solution is to manually walk to it at the moment, but various people have had difficulty doing this as they are so used to the pathfinder.

ParadoxiKat commented 3 weeks ago

The issue seems to be that the object tracker is tracking the northwest corner of the log at (1, 6). That tile isn't trackable as it's surrounded on two sides (three if counting the diagonal) by other tiles that are part of the log itself; the map border to the west and unpassable terrain that is effectively map border to the north. Tracking literally any other tile of the 4 tile log would resolve this issue -- but the tracker doesn't seem to consider tiles other than the top left corner of multi-tile objects. It should be updated to track to the tile nearest the player, not always the top left. This would result in the bottom right corner at (2, 8) being tracked -- and that should track with no issue.