StardewMods icon indicating copy to clipboard operation
StardewMods copied to clipboard

Feature/quick stack button

Open BananaFruit1492 opened this issue 2 years ago • 1 comments

Implemented the following 2 features:

1. QuickStackButton Inspired by the Convenient Inventory Mod, I implemented a quick stack button which tries to transfer all stackable items from the player's inventory to the available chests, if any of these chests contains items that are stackable with the items in the inventory. This should save time pushing all stackable items to all chests.

For this feature I added the following config options controlling which chests are considered when determining the set of chests items can be moved to: "EnableQuickstackToAllAvailableChests": true, "QuickStackOptions": { "ConsiderJunimoHuts": false, "ConsiderShippingBin": false, "ConsiderMiniShippingBins": false, "ConsiderAutoGrabber": false },

2. Search functionality Upon hovering and scrolling over an item in the inventory, the next (scroll up) or last (scroll down) chest in the list of available chests containing at least one item with the same name as the hovered item is selected. This should save time finding chests containing the item being hovered.

BananaFruit1492 avatar Jan 21 '22 17:01 BananaFruit1492

Thanks for all the work!

The chest search sounds interesting, and I think it could fit well with Chests Anywhere. I'd probably want the UI to work a bit differently so it's less hidden though. For example, maybe a UI similar to Lookup Anything's search menu, or a filter button / search box which filters the dropdowns and navigation?

Unfortunately the quick stack feature is out of scope for Chests Anywhere, since the goal is really to simplify access. Ideally that would be handled by a separate mod like Convenient Inventory which focuses on doing that one thing well. (Sorry for all the work you already put into it!)

Pathoschild avatar Jan 25 '22 02:01 Pathoschild