You are viewing a potentially older version of this package. View all versions.
kaer_xy-SmartQuickStash-0.1.2 icon

SmartQuickStash

Press G to smart-deposit inventory into safe nearby castle storage by exact item, native storage type, then ordinary chest.

By kaer_xy
Date uploaded 3 days ago
Version 0.1.2
Download link kaer_xy-SmartQuickStash-0.1.2.zip
Downloads 53
Dependency string kaer_xy-SmartQuickStash-0.1.2

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.733.2 icon
BepInEx-BepInExPack_V_Rising

BepInEx pack for V Rising. Preconfigured and includes Unity Base DLLs.

Preferred version: 1.733.2
deca-VampireCommandFramework-0.11.0 icon
deca-VampireCommandFramework

Command framework for developers to easily create universal commands for their plugins.

Preferred version: 0.11.0

README

SmartQuickStash

Press G anywhere inside your own or allied castle territory to deposit carried items into nearby storage.

Routing priority:

  1. A container already holding the exact item.
  2. The nearest native category/type storage, such as tailoring, herb, or gem storage.
  3. The nearest unrestricted ordinary chest.

The mod never targets wild, unclaimed, or enemy containers. It only considers containers registered to the castle heart for the territory where your character is standing.

The fallback chat command is .smartstash. It is not required for normal hotkey use.

Configuration

After first launch, edit BepInEx/config/kaern.vrising.smartquickstash.cfg.

  • Storage.Range: maximum range in world units; default 50.
  • Input.Hotkey: Unity Input System key name; default G.
  • Safety.SkipUniqueItems: preserves item-entity stacks such as modified equipment; default true.

This mod is intended for single-player/local-server use and must load on both the client and server runtime.

CHANGELOG

Changelog

0.1.2

  • Added territory ownership safety checks.
  • Only containers registered to the current allied castle heart are considered.
  • Wild, unclaimed, and enemy containers are excluded.
  • Added direct G hotkey and .smartstash fallback command.