Space Engineers

Space Engineers

评价数不足
Dissasembly Blocker (BB)
   
奖励
收藏
已收藏
取消收藏
Type: Mod
Mod category: Script
标签: ServerScripts
文件大小
发表于
更新日期
713.174 KB
9 月 13 日 上午 7:00
9 月 13 日 上午 7:19
2 项改动说明 ( 查看 )

订阅以下载
Dissasembly Blocker (BB)

在 BookBurner 的 1 个合集中
Maintained/Created by BookBurner
27 件物品
描述
This is a simple mod which adds a new config file to the world storage (DissasemblyBlock -> Blocked.xml). When any item from the Blocked config is getting disassembled in any assembler, the queue is cleared and the disassembly is blocked. This does not mean that the block is not able to disassemble stuff, it can still disassemble the other items, it just means that the defined items can't be disassembled anywhere.

The Blocked.xml is a simple list of items in the following format:
<BlockedItem> <Type>MyObjectBuilder_Component</Type> <SubType>Tech2x</SubType> </BlockedItem>

couple of items are filled by default, so you have some idea what it should look like.