Barotrauma

Barotrauma

233 betyg
Item IO Framework
5
2
3
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
31.148 KB
21 mar, 2023 @ 16:54
16 nov @ 6:14
23 ändringsnotiser ( visa )

Abonnera för att ladda ner
Item IO Framework

I 1 samling av shangjiaxuan
Explore europa
13 artiklar
Beskrivning
Info
Use c# to implement a stacking box. The box's condition is used for de-spawning and spawning stack-able items. Stores up to 1024 items with one entity.

Since this update introduces new implementation, a new mod is released for safety of user items.

Networking implemented but not tested. Help welcome.

Original mod:

https://steamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2950040937


With this mod enabled, you can have other mods that have a stacking slot like this:

<Item xxxx> <!-- other things --> <ItemContainer xxxx/> <ConditionStorage slotIndex="0" maxItemCount="1024" showCount="true" showIcon="true" iconScale="0.6" iconShiftX="0" iconShiftY="0.1" /> </Item>

All parameters in ConditionStorage are optional, default values are as above.

Open source git repo available at:

Repo[github.com]
Populära diskussioner Visa alla (1)
25
31 aug @ 14:56
Report multiplayer issues here
shangjiaxuan
208 kommentarer
Midnight StarBurst 14 nov @ 1:25 
How do I access CodintionStorage menu?
是建峰啊 8 nov @ 10:15 
主播,这个加了x32就能无限造东西,还有这个设置在哪啊?
biris 11 okt @ 7:39 
没事了,lua更新忘记重新启用了
碎语轻声  [skapare] 11 okt @ 7:20 
是你的问题
biris 11 okt @ 7:07 
我的问题?为什么物品箱只能放8个东西了
碎语轻声  [skapare] 9 okt @ 5:28 
是的
莫诳 8 okt @ 8:23 
你好,如果使用这个MOD,是不是就不需要Material IO了?
Ryuu Jawzahr 28 sep @ 11:50 
thank you so much
碎语轻声  [skapare] 19 sep @ 5:11 
Modify the value of maxItemCount="1024" in the XML\ItemBox.xml file to the number you want.
Ryuu Jawzahr 18 sep @ 20:59 
Could you please tell me how to edit the mod myself to lower the max item per box from 1024 to something like 36 or 40? I want the item optimization part without being able to hold infinite items