PenlsSticky-QuickerStack icon

QuickerStack

Allows players to quickly stack their items in nearby chests by pressing a configurable key. This mod is based on the popular Quick Stack mod by damnsneaker, but updated for Valheim 0.212.7 and improved performances. Created by klaoude on Nexus.

Last updated 2 years ago
Total downloads 1808
Total rating 0 
Categories Mods Tweaks Client-side Utility Mistlands Update
Dependency string PenlsSticky-QuickerStack-0.0.1
Dependants 8 other packages depend on this package

This mod requires the following mods to function

denikson-BepInExPack_Valheim-5.4.701 icon
denikson-BepInExPack_Valheim

BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.

Preferred version: 5.4.701

README

Installation

To install QuickerStack, follow these steps:

  1. Download the latest release of QuickerStack.
  2. Extract the downloaded archive into your Valheim BepInEx folder. (Valheim/BepInEx/plugins)
  3. Start Valheim and enjoy QuickerStack!

Features

  • Press a configured key (NumPad0 by default) to quickly stack items from your inventory into a currently opened or nearby containers.

  • Alt+Click an item in inventory to exclude that inventory slot from automatic stacking.

  • Alt+Right Click an item in inventory to exclude that item from automatic stacking (item tooltip will change).

Configuration

After you first run your game with the mod enabled, a config file will appear at .../Valheim/BepInEx/config/org.bepinex.plugins.valheim.quicker_stack.cfg You can customize the values to best suit your needs: [QuickerStack]

Get key codes here: https://docs.unity3d.com/ScriptReference/KeyCode.html

Setting type: String

Default value: Keypad0

QuickStackKey = Keypad0

How far from you is nearby, greater value = greater range

Setting type: Single

Default value: 150

NearbyRange = 15

Whether to completely exclude consumables from quick stacking (food, potions).

Setting type: Boolean

Default value: true

IgnoreCjavascript-event-stripped true

Whether to completely exclude ammo from quick stacking (arrows)

Setting type: Boolean

Default value: true

IgnoreAmmo = true

Whether to put all types of trophies in the container if any trophy is found in that container.

Setting type: Boolean

Default value: true

CoalesceTrophies = true

Sources https://github.com/klaoude/QuickerStack https://www.nexusmods.com/valheim/mods/2049

Credits

  • QuickStack is based on the Quick Stack mod by damnsneaker.