mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 02:13:29 +08:00
Dustbin
Can turn Storages and Tanks into Dustbin(Destroy incoming items)
储物仓和储液罐可以转变为垃圾桶(销毁送进的物品)
Changelog
-
1.3.0
- Reworked dustbin support for Tanks, to improve performance and resolve known bugs.
- Be note that the whole tank logic is optimized which may get a slight better performance even if you don't use them as dustbin.
- Nebula Mupltiplayer Mod and bug fixes from ModFixerOne by starfi5h.
- Reworked dustbin support for Tanks, to improve performance and resolve known bugs.
-
1.2.1
- Fix dynamic array bug in codes, which causes various bugs and errors.
-
1.2.0
- Use DSPModSave to save dustbin specified data now, which fixes #1.
- Fix issue for storages on multiple planets.
- Fix issue for multi-level tanks.
- Add a note in README for known bug on tank.
-
1.1.0
- Rewrite whole plugin, make a checkbox on UI so that you can turn storages into dustbin by just ticking it.
- Can turn tank into dustbin now.
Usage
- A checkbox is added to Storages and Tanks UI, which turns them into dustbins.
- Items sent into dustbins are removed immediately.
- Can get sands from destroyed items, configurable through a json encoded config entry.
- You can get item ID list here.
更新日志
-
1.3.0
- 重写了储液罐的垃圾桶实现,以提高性能并解决已知的bug
- 注意:整个储液罐逻辑都被优化了,即使你不把他们作为垃圾桶使用,也可能会获得轻微的性能提升
- Nebula Mupltiplayer Mod支持和Bug修正来自starfi5h的ModFixerOne
- 重写了储液罐的垃圾桶实现,以提高性能并解决已知的bug
-
1.2.1
- 修正了代码中的动态数组Bug,该Bug可能导致各种问题
-
1.2.0
- 现在使用DSPModSave来保存垃圾桶的数据,修正了#1
- 修正了多星球上的储物仓问题
- 修正了多层储液罐的问题
- 在README中添加了一个已知储液罐Bug的说明
-
1.1.0
- 重写了整个插件,现在可以在仓储类建筑的UI上勾选来将其转变为垃圾桶
- 现在可以将储液罐转变为垃圾桶
使用说明
- 在储物仓和储液罐上增加一个垃圾桶的勾选框。
- 送进垃圾桶的物品会立即被移除。
- 可以从移除的物品中获得沙子,可以通过json编码的设置项进行配置。
- 可以在这里获得物品ID列表。