Space Engineers

Space Engineers

Inventory Management
7 条留言
SEMikeC 2023 年 3 月 18 日 上午 9:44 
This script takes ingots from assemblers?
NAUGHTY SANTA 2022 年 11 月 13 日 上午 9:59 
I THINK IT WORKS. like this.
1 program blok
copy this to custom data of the programmable blok.
debug = false
scan interval = 240
sort interval = 120
ignore reactors = true

(containers.ingots ( my group is BASE CARGO ORE- 2 large cargo))
(component = my group is BASE CARGO comp- 2 large cargo)

[item destinations]
$ingot = BASE CARGO ORE
$component = BASE CARGO comp
Ore/Stone =BASE CARGO ORE

1 timer.
rerun the program blok.,.
mazrados 2022 年 8 月 24 日 上午 7:31 
Is it possible to set script to ignore particular connected subgrids or single containers?
For example, if I need to have items in cockpits, I would not like script moving this items to another containers.
bombbandit 2022 年 6 月 23 日 下午 8:20 
thank you
Zemarchus  [作者] 2022 年 6 月 22 日 下午 8:53 
The $ is required. Please note that the script is currently only useful for smaller ships as it is computationally too expensive otherwise (meaning that the script is stopped by the game automatically). I need to rewrite it to be asynchronous to avoid this issue.
bombbandit 2022 年 6 月 16 日 下午 9:59 
is the $ needed or is that example
bombbandit 2022 年 6 月 16 日 下午 9:57 
if possible could you explain a tad better on how to set this up im trying to use this script and having difficulty getting it to work