Barotrauma
231 oy
Item IO Framework
5
2
3
   
Ödül
Favorilere Ekle
Favorilere Eklendi
Favorilerden Çıkar
Dosya Boyutu
Gönderilme
Güncellenme
31.147 KB
21 Mar 2023 @ 16:54
11 Nis @ 5:53
21 Değişiklik Notu ( görüntüle )

İndirmek için abone ol
Item IO Framework

shangjiaxuan tarafından 1 koleksiyonda
Explore europa
13 öğe
Açıklama
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://psteamcommunity.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]
Popüler Tartışmalar Tümünü Görüntüle (1)
25
31 Ağu @ 14:56
Report multiplayer issues here
shangjiaxuan
208 Yorum
Midnight StarBurst 23 saat önce 
How do I access CodintionStorage menu?
是建峰啊 8 Kas @ 10:15 
主播,这个加了x32就能无限造东西,还有这个设置在哪啊?
biris 11 Eki @ 7:39 
没事了,lua更新忘记重新启用了
碎语轻声  [yaratıcı] 11 Eki @ 7:20 
是你的问题
biris 11 Eki @ 7:07 
我的问题?为什么物品箱只能放8个东西了
碎语轻声  [yaratıcı] 9 Eki @ 5:28 
是的
莫诳 8 Eki @ 8:23 
你好,如果使用这个MOD,是不是就不需要Material IO了?
Ryuu Jawzahr 28 Eyl @ 11:50 
thank you so much
碎语轻声  [yaratıcı] 19 Eyl @ 5:11 
Modify the value of maxItemCount="1024" in the XML\ItemBox.xml file to the number you want.
Ryuu Jawzahr 18 Eyl @ 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