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

Rows Of Inventory Show Even When Backpack Is Not Upgraded. #361

Open LucieG0 opened 4 weeks ago

LucieG0 commented 4 weeks ago

When in a chest, or selling at a shop etc, the mod reads three rows of personal inventory regardless of whether or not you have purchased any of the backpack upgrades. I was wondering if it would be possible for it to only read the number of rows you actually have available to use?

khanshoaib3 commented 3 weeks ago

Well this is tricky. As the mod does not provide the menu navigation, we can't really prevent the cursor from focusing on locked slots without changing some original code, specifically related to component ids. And I don't want to mess with that, at least not for v1.6.0, we could experiment with it later. So for now, should we instead have these slots speak "Locked"? @LucieG0

khanshoaib3 commented 2 weeks ago

@LucieG0 ^^