Space Engineers

Space Engineers

26 个评价
Assembler Queue Rotator
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
658.000 B
2017 年 10 月 16 日 下午 1:52
1 项改动说明 ( 查看 )

订阅以下载
Assembler Queue Rotator

描述
Description

This script will rotate the production queue of your assemblers each time it's run. It will take the current item in queue and send it to the back of the queue. This is useful if you have some items queued that are missing ingots - that way the rest of the queue is able to process as well.


Setup

For this script to work, you will need the following blocks:
- 1x Programmable Block
- 1x Timer Block
- 1x Assembler

Load this script into the programmable block, compile it, and remember & exit. In the timer settings, set it to Run the programmable block (with default argument), and to also start the timer as well. Set the timer delay to whatever interval you want the queue to rotate at and then start the timer.
9 条留言
Skallabjorn 2018 年 8 月 17 日 下午 11:04 
Sweet. this rocks thanks Lucas
Zilch 2018 年 5 月 29 日 下午 12:40 
mmm, delicious zombie flesh

any chance you can add an option to check if assembler is jammed or not?
Anach 2017 年 10 月 19 日 上午 3:53 
@ArcWolf, @Meridius_IX, interesting side effect. My next question was going to be if these scripts could be combined, and whether we can set the timer individually.
Meridius_IX / Lucas  [作者] 2017 年 10 月 18 日 下午 4:28 
@ArcWolf - Had no idea that it would affect the IMyInventory queue of a refinery, so that's pretty cool!
ArcWolf 2017 年 10 月 18 日 下午 4:21 
Interesting side effect of this script: the Refineries and Arc Furnaces are members of the IMyProductionBlock so adding the rotate tag to them will rotate their smelt queue too. Tested as is and works a charm. Nice little twofer :) saves me running two scripts.
Amiti 2017 年 10 月 17 日 上午 9:00 
Now step 2 more dificult lol

is it possible to make a script can automaticly craft in assembler 1 of each item ingame (referenced in script for modded item have to modify in script to add more components)
and rotate to for dont block assembler if not inof ingot
Amiti 2017 年 10 月 16 日 下午 9:23 
Ce script est tous simplement génial du coup car :

si vous lancez plusieurs craft en boucle, du coup si vous manquez de certains lingot pour craft quelque chose ca passera a l objet suivant du coup plus de bloquage de l assembleur ;)
Amiti 2017 年 10 月 16 日 下午 8:44 
THX ;) good work :p
Anach 2017 年 10 月 16 日 下午 6:16 
Cheers, this should be very handy.