About this mod
A small utility mod that adds filters to the Stash menu, as well as the ability to bulk-transfer items between your Inventory and your Stash
- Requirements
- Permissions and credits
- Changelogs
- Donations
Version 1.4 of StashManger supports v2.02!
I appreciate you all for your patience 💖
This is StashManager, a small utility mod that gives you two main features:
- The ability to filter your stash the same way you can your inventory
- The ability to bulk-transfer items between your inventory and your stash, based on those filters
- These are (as of v1.2.2) available on both the home stash and car/bike stash.
That's pretty much it! It is built using Redscript and Codeware, and integrates seamlessly into the existing Stash UI:
We've got Buttons (up the top there)!
We've got tooltips (and button hints)!
We've got pop-ups to make sure you don't accidentally transfer a bunch of stuff!
We can even (kinda) tell you how long it'll take, and disable the UI so you can't interfere!
Limitations:
- It is painfully clear to me now that the stash screen was never meant to work this way - as a result, there's a fair bit of "Update Jank" as I like to call it.
- Basically, the screen will be static while the transfer is happening, and once it's done, will do some odd blinking while it figures itself out.
- Occasionally the last item is missed (or the UI doesn't update properly) - most of the time my code picks this up and throws in another update, but YMMV.
- If there are more than 2000 items in a category, you've just gotta do multiple transfers - every attempt I made at doing more just made it lock up.
- In case it wasn't obvious, this is literally transferring every item one-at-a-time - just trying to do it as quickly as possible (around 120/second)
- If you've got two categories with many items selected on both sides (think several thousand) it will lag; but hopefully not unbearably.
Even if something appears to go wrong, usually the worst that happens is just that the UI hasn't refreshed - the items don't just disappear.
Compatibility:
- Probably won't work with anything that modifies the Stash UI significantly.
- Definitely won't work with Stash Filters, but it includes that functionality.
Many thanks to:
- psiberx for Codeware and cp2077-red-hot-tools
- jac3km4 for redscript