Space Engineers

Space Engineers

38 个评价
Automated Inventory Sorting Munchy's Fork
   
奖励
收藏
已收藏
取消收藏
Type: Mod
Mod category: Script, Other
标签: ServerScripts
文件大小
发表于
更新日期
1.291 MB
2021 年 9 月 4 日 上午 6:53
9 月 9 日 上午 3:52
3 项改动说明 ( 查看 )

订阅以下载
Automated Inventory Sorting Munchy's Fork

在 MunchyG 的 1 个合集中
Munchy's favourites
87 件物品
描述
My Fork of the Automated Inventory Sort mod.

This Fork Contains the Bottle Fix, Economy fix (My old version of this), and the Custom Data add-on.

Bottle Fix Filter Categories:
[GasContainerObject] (Hydrogen)
[OxygenContainerObject] (Oxygen)
Bottles can also be filtered with [Bottle] now

Economy Fix Filter Categories:
[ConsumableItem]

Apex Survival Filter Categories:
Seeds: [SeedItem]
Meals fall under [ConsumableItem] but can be filtered with [Meal]


The Custom Data Add-on allows you to place the filters/item names, in the Custom Data of the block instead of the name.

Link to Original: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=321588701

Link to Bottle Fix: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1301767562

Link to Custom Data Fork: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1717401524

Current Group Definitions
m_validDefinitions.Add("MyObjectBuilder_Component"); [Component]
m_validDefinitions.Add("MyObjectBuilder_Ore"); [Ore]
m_validDefinitions.Add("MyObjectBuilder_Ingot"); [Ingot]
m_validDefinitions.Add("MyObjectBuilder_PhysicalGunObject"); [PhysicalGunObject]
m_validDefinitions.Add("MyObjectBuilder_PhysicalObject"); [PhysicalObject]
m_validDefinitions.Add("MyObjectBuilder_AmmoMagazine"); [AmmoMagazine]
m_validDefinitions.Add("MyObjectBuilder_ConsumableItem"); [ConsumableItem]
m_validDefinitions.Add("MyObjectBuilder_SeedItem"); [SeedItem]
m_validDefinitions.Add("MyObjectBuilder_OxygenContainerObject"); [OxygenContainerObject]
m_validDefinitions.Add("MyObjectBuilder_GasContainerObject"); [GasContainerObject]
m_validDefinitions.Add("MyObjectBuilder_Datapad"); [Datapad]
m_validDefinitions.Add("MyObjectBuilder_Package"); [Package]

I will probably write a full guide myself for this mod (eventually) but for now the below guide covers it pretty well

Link to a pretty good Guide for Mod: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2232184310

I have a beta branch where I am experimenting with changes to the internal workings of the mod: https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3398281115
热门讨论 查看全部(1)
8
2022 年 11 月 5 日 下午 7:12
Bugs
MunchyG
50 条留言
Caazego 9 月 30 日 上午 9:55 
Where do you want feature requests and bugs?
Caazego 9 月 29 日 下午 12:54 
I don't see anything in the guide, mod dir, and here that lists all items and the categories. I also looked in Automatic LCD, but MMaster hasn't added a full data dictionary either. Anyone know where I can find an Apex current list? I'm specifically looking for the algae tubes, but it's best to have one place to look up anything.
MisterCadrega 9 月 24 日 下午 1:32 
naming a container MyContainer_2 [P100] doesn't really do anything. Tried also with [*], [Any], [All] and so on, but nope.

Seems also like the [Ignore] tag isn't just working at all.
Tommyk 9 月 13 日 下午 11:07 
@@ElPumpo
glad you made it work!
I recommend the BETA from MunchyG.
It runs pretty good for me and has the latest changes
I still need to update the guide to the latest changes but the basics are all explained
Ask away if needed! have fun! :lunar2019grinningpig:
ElPumpo 9 月 13 日 下午 5:10 
@Tommyk, That would explain my problems! Had things labeled pretty correct but just didnt have it installed on the server! Thanks for the comment and the very well done guide!
Tommyk 9 月 13 日 上午 4:09 
@ElPumpo
This mod is NO script!

install the mod and then just name the container/machine like you want to go there...

https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2232184310
ElPumpo 9 月 13 日 上午 2:03 
Any idea why this script inparticular wont show up in the ingame list? It does download and exists in the workshop folder but cant seem to get it to show
Tommyk 9 月 12 日 下午 11:31 
untested, I am on business trip... I would try it like this maybe?

MyContainer_1 [Ingot:P10]
MyContainer_2 [P100]
MisterCadrega 9 月 12 日 上午 5:00 
Welp, hats off, great work on this.

Just a question: would be possible to have tags to specify "any item" or "anything else not specified already"?

like this?

MyContainer [Ingots:P10,Ignore:AnythingElse]
MyContainer2 [Anything:P100]
Tommyk 9 月 9 日 上午 5:02 
Awesome! Thanks MunchyG! :p2cube: