Space Engineers

Space Engineers

Industrial Overhaul - v1.7.4
CousinSteve 2023 年 4 月 22 日 下午 4:10
Subcomponents not automatically queuing
Is this expected? Or am I doing something wrong? - For example, when adding something from the build planner that requires motors (assembler), electromagnets and iron tubes (fabricator/extruder) will not automatically queue for production, I always have to manually queue them. Everything is connected via conveyors because once I manually make electromagnets and iron tubes, they flow to the assembler properly
< >
正在显示第 1 - 2 条,共 2 条留言
Aedako 2023 年 4 月 23 日 下午 11:42 
You need to keep a supply of subcomponents on hand. Options on how to go about that:

* Manually. Keep an eye on basic components and queue up a thousand (ctrl-shift-click) whenever you're running low.

* Using the new Event Controllers. Create a production block for every type of component, turn it off, and queue up the chosen component on auto-repeat. Use an Event Controller to watch your component levels. Whenever you run low, have it turn the production block on. Have another one turn it off once it hits the desired amount. A simple but expensive choice, since you need lots of production blocks and controllers...

* Use a programmable block (and optionally timer) to run a script which automatically queues the components up when they drop below a desired level. You can either go through the painstaking effort of figuring out how to write that script, or...

* You can use this script I spent the weekend writing: pastebin.com/cMaeJcMW . Assumes you have a big container called "stockpile.storage", the production blocks are called "factory.mod", "factory.assembler", "factory.electronics", "factory.fabricator", "factory.plate", "factory.ceramics", "factory.synthetics", "factory.loom", "factory.cement", "factory.wire", "factory.nano", and "factory.extruder", and everything is connected by conveyor. You'll want to adjust the manufacturedItems table to your liking, and dummy out the entry for CeramicPlate. I've briefly tested it, but make no assurances it will work long-term.
CousinSteve 2023 年 4 月 24 日 下午 7:52 
Thank you!!
< >
正在显示第 1 - 2 条,共 2 条留言
每页显示数: 1530 50