Inventory Organizing Features (Ported to 3.11.x) 1.4.0

Do not ask when mod authors will update their mods or if they can upload older versions of their mods.
Bothering mod authors will lead to warnings and repeat offenses will lead to bans.
Due to an unusually high volume of traffic, our site may be experiencing intermittent slowdowns. If you notice any issues, log out of your account and browse anonymously so you can better utilize caching or try using forge.sp-tarkov.com to search for and download mods.

Adds several inventory organizing features which rely on item tags, such as sort locking, move locking and container organizing. Also adds a button to take out all the items from a container.

THIS IS A QUICK FIX FOR THE MOD.

IF NIGHTINGALE OR ANY CONTRIBUTOR WANTS; I WILL TAKE IT DOWN NO QUESTIONS ASKED.


DeadLeaves updated the original mod to 3.8.3.

Yume added recursive container sort.

Meepowski updated the mod to support 3.9.0.

KyoMiko updated the mod to support 3.10.0.

garlicbreadtcg updated the mod to support 3.11.x.


To install drop the .dll file into the \BepInEx\plugins folder.


See full documentation and explanation of all the features here: Inventory Organizing Features


Remember to go there and thank Nightingale! They did all the hard work.


Very little support will be provided. But if you get any errors, post them in the comments and I'll see if there is anything that can be done.



Original mod description:

Description


This mod adds several inventory organizing features that should save you some time when managing your stash. These features use the in-game item tags. In general, to use it's features you have to write a @ tag and parameters(if needed) into item's tag name.

Installation

Drop the contents of the archive into your SP Tarkov directory.

Tags

There are several tags you can use:


@sl - Sort Lock. Prevents the item from being moved when sorting inventory.

@ml - Move Lock. Prevents the item from being moved by user or when sorting inventory.

@o - Organize. Makes a container pull items which can fit into it. Items which are being pulled are determined by container's filters and parameters which user has specified.


The "Organize" feature is the only one that can use additional parameters. It's probably not the most elegant solution, but also not the worst and decently usable even as a simple proof of concept.

Multiple tags

If you wish to specify multiple tags, make sure to separate them with spaces.


Example: @ml @o, @sl @o, @o money; @ml.


"Take Out" button

This button is located on container view panel, near the sort and organize button. It's label should say "T/O". It takes out every item from the container into it's parent container. When used on equipped items - transfers contents into stash.


Demo: https://streamable.com/0sx49w

How to use the organizing feature

Video demonstration/examples