Quick Stack Gun

If you liked this item, please rate it up on Steam Workshop page.

Author: anasvn

Last revision: 1 Feb, 2024 at 12:11 UTC

File size: 787.5 KB

On Steam Workshop

Description:
What Is This Mod For?

This mod is an attempt to bring "Quickstack to nearby chests" feature of Terraria.

How Do I Use It?

this mod adds a new tool ‘Quick Stack Gun’. You can craft it from crafting menu. After you craft one,

  • Left click to quickstack to nearby chests
  • Right click to configure chest scan range.

Quckbar Menu Support

https://steamcommunity.com/workshop/filedetails/?id=2512589532
https://steamcommunity.com/sharedfiles/filedetails/?id=764887546

If you have stardust core or stardust core lite mod installed, Quick Stack button will be added to Quickbar menu.

Key Binding Support

https://github.com/StarExtensions/StarExtensions

If you have StarExtensions mod installed, Shift+B is bound to quick stacking.

Is there Criteria to Which Chest Is Scanned?

https://drive.google.com/file/d/1_iK1tzJrstBVman7z3NIAuc5umUwMVUd/view?usp=sharing

you can patch `/qsg/qsginore.config` → `/ignoreContainerNames` property to expand list of containers that need to be ignored.
For example `/qsg/qsgignore.config.patch` file might look like

[ { "op": "add", "path": "/ignoreContainerNames/novakidshiplocker", "value": true } ]
  • op : it must be "add"
  • path : it must start with "/ignoreContainerNames/" append container name to be ignored i.e. novakidshiplocker
  • value : container is ignored when the value is `true`. container is scanned when the value is `false`

WARNING

This mod is only tested on single player. I don’t know if it will work on multiplayer.

TODO
  • play responsive sfx when quickstacked over quickbar, keybinding
  • make range setting accessible without the gun
  • provide option to turn off parameter comparing based on item type(i.e. food expire date)
  • provide ‘stack only; option