

Deposit Similar Items
Automatically moves similar items from inventory to the opened chest.

Description
[en]
Adds a hotkey (default ctrl+X) to automatically move items from your inventory to an opened chest if matching items are already inside.
<span class="ng-star-inserted">Deposit Similar</span><span class="ng-star-inserted"> is a simple Quality of Life mod for Vintage Story that allows you to quickly merge items from your inventory into an open container (chest, barrel, vessel, etc.).</span>
<span class="ng-star-inserted">How it works</span>
-
<span class="ng-star-inserted">Open any container (Chest, Reed Basket, Barrel, Vessel).</span>
-
<span class="ng-star-inserted">Press the hotkey (Default: </span><span class="ng-star-inserted">Ctrl + X</span><span class="ng-star-inserted">).</span>
-
<span class="ng-star-inserted">The mod scans your inventory (Backpack and Hotbar).</span>
-
<span class="ng-star-inserted">If it finds items that match those already inside the container, it automatically moves them into the container.</span>
-
<span class="ng-star-inserted">Items are stacked or placed in empty slots if a matching type exists.</span>
<span class="ng-star-inserted">Notes:</span>
-
<span class="ng-star-inserted">The mod is smart enough to ignore the crafting grid, ground items, and other non-container interfaces.</span>
-
<span class="ng-star-inserted">It works in Multiplayer (Client-Server communication is handled safely).</span>
<span class="ng-star-inserted">Configuration</span>
<span class="ng-star-inserted">You can change the default keybinding in the game settings:</span>
-
<span class="ng-star-inserted">Go to </span><span class="ng-star-inserted">Settings</span><span class="ng-star-inserted"> -> </span><span class="ng-star-inserted">Controls</span><span class="ng-star-inserted">.</span>
-
<span class="ng-star-inserted">Scroll down to the </span><span class="ng-star-inserted">"Interface"</span><span class="ng-star-inserted"> section.</span>
-
<span class="ng-star-inserted">Find </span><span class="ng-star-inserted">"Deposit Similar (Chest)"</span><span class="ng-star-inserted">.</span>
-
<span class="ng-star-inserted">Click and assign your preferred key.</span>
<span class="ng-star-inserted">For Developers / Source Code Users</span>
<span class="ng-star-inserted">If you want to compile this mod from source and your game is installed in a custom location (not in </span><span class="inline-code ng-star-inserted">%AppData%</span><span class="ng-star-inserted">), you can configure the path without editing the </span><span class="inline-code ng-star-inserted">.csproj</span><span class="ng-star-inserted"> file.</span>
-
<span class="ng-star-inserted">In the project root folder, create a file named </span><span class="inline-code ng-star-inserted">Environment.props</span><span class="ng-star-inserted">.</span>
-
<span class="ng-star-inserted">Add the following content, replacing the path with your installation folder:</span>
<Project> <PropertyGroup> <VintagestoryPath>D:\Games\VintageStory</VintagestoryPath> </PropertyGroup> </Project></pre>
<pre class="ng-star-inserted"><span class="inline-code ng-star-inserted" style="font-family: sans-serif;">Run dotnet build</span><span class="ng-star-inserted" style="font-family: sans-serif;">. The project will automatically detect this file and use your custom path.</span></pre>
[pl]
Mod dodaje skrót klawiszowy (domyślnie ctrl+X), który automatycznie przenosi przedmioty z ekwipunku do otwartej skrzyni, jeśli takie same przedmioty już się tam znajdują.
Ratings & reviews
Sign in to leave a rating or comment.

