Space Engineers

Space Engineers

64 ratings
[Deprecated] Automated Inventory Sorting
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
Mod category: Script
File Size
Posted
Updated
924.490 KB
19 Apr, 2019 @ 1:51pm
4 Sep, 2021 @ 8:13pm
4 Change Notes ( view )

Subscribe to download
[Deprecated] Automated Inventory Sorting

Description
Change log:
** Added support for consumables
** Added support for using custom data in addition to the name of the block to manage filters.

Note: This is a *Global* mod, it begins to run in the background upon world load; A programming block is not needed.

---

Original Mod by Tyrsis
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=321588701

Also includes code from the Bottle Fix edit
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1301767562
Popular Discussions View All (2)
3
7 Sep, 2021 @ 12:26pm
errors since the last mod update
Thorr
3
24 Apr, 2019 @ 9:11am
script does not sort connected grids
Keramond
19 Comments
IIxNATHANxII 27 Jan @ 9:25am 
@Gate

Could you explain the custom Data abit more.
Im using assault weapons pack and this mod is pulling all ammo types, i would like it to ignore certain ones for certain containers but this mod is ignoring all extra commands.

Thanks
serjevski 23 Feb, 2023 @ 1:53am 
@Gate, Could you modify the mod so that it would combine the same items in the inventory?
Gate  [author] 19 Feb, 2023 @ 3:10am 
@All

For everyone asking about what to put into the custom data; You use the exact same syntax as you would put in the block name. I just extended the monitoring to include the custom data block.

For those asking about a github -> https://github.com/tgkgate/Simple-Inventory-Sort
serjevski 18 Feb, 2023 @ 4:56pm 
Great mod!
It works with Refiner or manufacturer too

But can You explain about:
"** Added support for consumables
** Added support for using custom data in addition to the name of the block to manage filters."

What should I write to name field of container?
Emperors_Nightmare 22 Jan, 2023 @ 4:44am 
example for the Custem data pls
V8 23 Apr, 2022 @ 12:43am 
Hi! Could help us with warfare 2? I can't sort the new ammo types, etc. Do you have any solution for this?
Aeyos 30 Jan, 2022 @ 1:26pm 
great work man, works like a charm!

Is there a github for this mod? What tag should I use for consumables? Is there a tag for space credits?
Tommyk 15 Sep, 2021 @ 4:47am 
Awesome! I need to check this version out soon! thanks! :p2cube:
Juper0 22 Feb, 2021 @ 5:27pm 
this is awesome! thanks for making this and including the bottle fix. I use scripts that need the name of blocks and it helps when the name can stay short. this mod is so much better than sorter blocks which drive me crazy on servers with anyone making the mistake of adding one without making a backwards option.

honestly, this needs to be vanilla.

I hope some time someone will take this and make it like the Production Quota mod for assemblers. https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=2304715504
Gate  [author] 12 Dec, 2020 @ 5:02pm 
@Malpherian

Basically it monitors your inventory (cargo containers) and moves items around. Please read the original text by Tyrsis; it will explain the grammar and syntax of the filters *you* specify for how you want your containers sorted. I have not duplicated his explanation because i'm not an authorized maintainer. I have simply extended the functionality. I do wish he were to return to SE, his solution was quite elegant.