Space Engineers

Space Engineers

Inventory & Nanite Sort Script
15 条留言
MrFox 2019 年 1 月 1 日 下午 6:03 
broken compile issue
British89 2017 年 1 月 6 日 上午 12:40 
@MrEichhorn not sure how recent this issue is but the auto sort feature pulls items out of the nanite control factory before it has a chance to build anything, So the nanite factory never gets the components it needs as they just get pulled to a inventory with the "Component Container" tag
British89 2016 年 12 月 29 日 上午 1:09 
@jafodude2 Yeah you are right, Good catch, works a charm now thanks.
MrEichhorn  [作者] 2016 年 12 月 28 日 下午 3:40 
Thx for this help. Iam rework the script in next days.
jafodude2 2016 年 12 月 28 日 下午 3:16 
The bug British89 is experiencing might be caused by not having a trash connector.
These lines in main(), and the code that follows them, assume there is a trash connector but without verifying the existence of such a connector.

var connectorInv = trashconnector[0].GetInventory(0);
var connectorItems = connectorInv.GetItems();
British89 2016 年 12 月 28 日 上午 2:38 
@MrEichhorn found time to test 1.5, Same Error as before, When it first Run's the program it sorts everything but then stopps working with the index out of range, Peremeter name: Index
British89 2016 年 12 月 27 日 下午 4:44 
Thanks, Much appreciated.
MrEichhorn  [作者] 2016 年 12 月 27 日 下午 2:14 
Version 1.5 with a bugfix for empty collections. Thx for the feedback.
British89 2016 年 12 月 27 日 下午 1:29 
getting exception error, index out of range, must be non-negative and less than the size of collection, paremeter name: Index
MrEichhorn  [作者] 2016 年 12 月 15 日 下午 1:59 
Version 1.4 is now online
MrEichhorn  [作者] 2016 年 12 月 11 日 下午 2:17 
Version 1.4 is coming soon. A new feature is... You can create a own trashlist for items.
MrEichhorn  [作者] 2016 年 12 月 9 日 下午 12:57 
Dont configure Time Frames for the Timer Block less 30 sec. The Nanites must have inventory to work.
Horatio Van Blunt 2016 年 12 月 9 日 上午 11:55 
Just tried the Trash function. Works fine and its fun watching the Tools moving to outer Space :steamhappy:
MrEichhorn  [作者] 2016 年 12 月 9 日 上午 11:53 
The best option to filtering the Trash Connector is a sorter block with configured whitelist.
Horatio Van Blunt 2016 年 12 月 9 日 上午 11:24 
Great! Love it! My ship was never that clean :-D
Not a million things in the Nanite Factories and searching for bottles everywhere.
Next i try the trash option to get rid of all the Welders and Handdrills ;-)
Great work! Thx!