Willis-QuickStash icon

QuickStash

Allows you to use Compulsively Count on all nearby stashes with 1 click

Last updated 6 months ago
Total downloads 2505
Total rating 1 
Categories Client Server Mods Gloomrot Update
Dependency string Willis-QuickStash-2.0.5
Dependants 0 other packages depend on this package

This mod requires the following mods to function

BepInEx-BepInExPack_V_Rising-1.0.0 icon
BepInEx-BepInExPack_V_Rising

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

Preferred version: 1.0.0
deca-Bloodstone-0.1.6 icon
deca-Bloodstone

Plugin framework and general utilities for V Rising mods.

Preferred version: 0.1.6

README

QuickStash

A fork of QuickStash. Adds improvements compared to the other versions such as:

  • Will not deposit into crafting/refinement stations.
  • Can mark chests that you don't want to deposit into (This way you don't accidentally deposit things you don't want to).
  • Can delete items inside of appropriately marked chests.
  • If both the server and client mod are installed, you will be able to use symbols in your chest names

Chat Commands

  • .stash -- Automatically compulsively counts into all nearby chests. Add a '9' or '*' to the end of the chest name in order to exclude it. You can also set up a keybind if you have the client mod.
  • .clearchests (.clc) -- Add an '8' or '-' to the end of a chest name to mark it for deletion. Any nearby marked chests will have their inventories deleted when this command is run. No more dropping stuff on the ground and waiting for it to despawn!
  • .clearinventory (.ci) -- Deletes everything in your inventory other than the 1st row. (This command is disabled by default to prevent griefing during raids / deleting shards. You can change the settings in the config)

QuickStash can be installed using multiple methods depending on your needs. See installation methods below.

Client and Server Installation (Default)

The default installation which requires the mod to be installed on the client and server. Uses the default keybind G to stash items.

  • Install BepInEx
  • Install Bloodstone
  • Extract QuickStash.dll into (VRising folder)/BepInEx/plugins
  • Extract QuickStash.dll into (VRising folder)/VRising_Server/BepInEx/plugins

Client and Server Installation using VampireCommandFramework (Optional)

Optional installation which requires the mod to be installed on the client and server. Uses the default keybind G or the .stash command to stash items.

  • Install BepInEx
  • Install Bloodstone
  • Install VampireCommandFramework
  • Extract QuickStash.dll into (VRising folder)/BepInEx/plugins
  • Extract QuickStash.dll into (VRising folder)/VRising_Server/BepInEx/plugins

Server Only Installation using VampireCommandFramework (Optional)

Optional installation which is server side only. Uses the .stash command to stash items.

Optional

Singleplayer requires ServerLaunchFix to fix issues with the server mods not working.

Configuration

The keybinding can be changed in the in-game controls menu.

For server configuration, after running the game once, the config file will be generated.

  • Update server config in (VRising folder)/VRising_Server/BepInEx/config/QuickStash.cfg

Troubleshooting

  • If the mod doesn't work, it may be because it is not installed on the server. Check your BepInEx logs on both the client and server to make sure the latest version of both QuickStash and Bloodstone where loaded.

Support

  • Open an issue on github
  • Ask in the V Rising Mod Community discord

Contributors

  • willis: willis#0575 on Discord
  • iZastic: @iZastic on Discord
  • Elmegaard: Elmegaard# on Discord
  • Dresmyr: @小爛土 on Discord

Changelog

2.0.5

  • Performance improvements

2.0.4

  • Added option for clearchests command that doesn't require client mod ('8' at the end of the name).

2.0.3

  • Added clearchests command for a less abuseable option to delete items. Added config options to choose which commands are admin-only

2.0.2

  • Bug fixes

2.0.1

  • Added a command to clear inventory

2.0.0

  • Added exclusions for crafting stations / specially named chests

1.3.3

  • Added support for optional VCF command

1.3.2

  • Moved from Wetstone to Bloodstone

1.3.1

  • Added support for bags

1.3.0

  • Upgrade for Gloomrot

1.2.3

  • Upgrade to Wetstone 1.1.0
  • Potentially fixed rare client crash
  • Fixed silver debuff not getting removed

1.2.2

  • Reduce cooldown from 2 seconds to 0.5 seconds

1.2.1

  • Fixed Readme

1.2.0

  • Increased default range to 50
  • Added Wetstone (keybinds added to controls in-game)
  • Code refactor
  • Fixed memory leak (but added small stutter when depositing)

1.1.2

  • Fixed a client crash

1.1.1

  • Updated Readme

1.1.0

  • Set max distance
  • Made config for keybind
  • Made config for max distance

1.0.1

  • Updated Readme

1.0.0

  • Initial mod upload