Barotrauma

Barotrauma

160 ratings
ItemIO BetterMergeStack
6
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
12.710 KB
12 Jan @ 10:31am
19 Jul @ 5:27am
7 Change Notes ( view )

Subscribe to download
ItemIO BetterMergeStack

Description
This mod is specifically designed to make it easier to organize ItemIO boxes.

As we all know, IO boxes add a convenient way to organize items, but the IO box itself, being a container, also brings the pain point of only being able to drag and drop items for organization.

So, I've modified the original stacking button to make it possible to stack items from containers to IO boxes (just like the original stacked the same items!)

And, a new button has been added that when you press the button, it will attempt to organize the items in the handheld container into the corresponding IO box in the cabinet.



Want the deconstruction bench to output items directly into the IO box of the linked container? Try the following mod:
https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=3522626080

Note that the button only works for containers that are directly interacted with.

1.19 New feature:
- Added a button to try to transfer all items in the container in hand to the item box in the opened container

1.2 New Feature:

When crafting items at the fabricator, IO boxes containing the required materials will be highlighted

**This is a client-side mod and only requires a client-side install


Translated with DeepL.com (free version)
Popular Discussions View All (2)
8
19 Jul @ 5:34am
新功能讨论(New Features Discussion)
Diemoe
0
19 Jan @ 12:51am
Bug Report
Diemoe
63 Comments
Vader 12 Aug @ 2:51am 
伟大无需多言
Lancacee 1 Aug @ 6:37am 
找到原因了,c盘的文件被steam吃了
Diemoe  [author] 29 Jul @ 7:55pm 
@Lancacee 需要提供服务端mod列表,否则我无法复现
Lancacee 29 Jul @ 9:58am 
最近我在别人的服务器玩的时候堆叠每次只能放一个进入物品箱,一键放入物品箱无效
Diemoe  [author] 19 Jul @ 10:05pm 
Starempire42 19 Jul @ 12:04pm 
Is there a way to make the deconstructor automatically put stuff into the item IO storages? so I don't have to keep pressing the merge stack button
Diemoe  [author] 19 Jul @ 7:22am 
@寄 可以。没有排序要求
19 Jul @ 7:03am 
请问这个前置可以使用Item IO Framework(Temp Fixed)吗, mod排序应该放在主mod上方还是下方呢, 谢谢啦
Diemoe  [author] 28 Jun @ 11:06pm 
@Azure 感谢,我会进行更新
Azure 28 Jun @ 8:21pm 
解决”需要注意的是,按钮仅对于直接交互的容器生效“
在C盘下找到该mod,C:\Users\UserName\AppData\Local\Daedalic Entertainment GmbH\Barotrauma\WorkshopMods\Installed\3406279065
Bmsmod.cs 84行 改为 Util.PushItems(__instance, true);
BmsUtil.cs 26行 改为 public static void PushItems(ItemContainer selectedContainer, bool toStackBox = false)
BmsUtil.cs 30行 移除