Space Engineers
Оценок: 99
Cargo Container Filters
   
Наградить
В избранное
В избранном
Удалить
Type: Mod
Mod category: Block, Other
Размер файла
Добавлен
Изменён
61.727 KB
18 июл. 2019 г. в 22:02
13 авг. 2019 г. в 20:42
Обновлений: 20 (просмотреть)

Подпишитесь, чтобы загрузить
Cargo Container Filters

Описание


this mod adds an input filter to cargo containers, allowing you to better organize your inventories without the need for sorters -

- each cargo container has its own unique filter
- each filter is fully configurable in the same manner as sorters
- works with all cargo containers, non-vanilla too
- only affects input side only (putting stuff in is filtered, taking stuff out is not)
- passive filters only, but still may eliminate the need for costly inventory scripts
- keeps your faction members with storage OCD sane
- very low server performance impact - small amounts of code only running when the filter is changed
Популярные обсуждения Просмотреть все (1)
16
24 окт. 2024 г. в 9:26
ЗАКРЕПЛЕНО: ERRORS, BUGS, AND SUGGESTIONS
coldform
Комментариев: 36
G.Admiral_Telcar 27 сен в 16:21 
Doesn't look like theres been a lot of activity here in a while. Trying to clear out some old mods from my qol pack. Does this mod still work, do people still use it??
RaSvet 15 окт. 2022 г. в 8:16 
I found a problem - Your mod periodically stops working. Yes, I use many different mods. It was obvious that this was a conflict between mods. By the method of exclusion, I found that the conflict is caused by another mod - Cargo Container with Fill Level Bars (https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=677790017) .
It's very sad that I had to choose between two good mods, but my choice fell on your mod. After all, the order in the containers is much more important than the scenery.
Thank you for the great work!
StormLondon 5 июл. 2022 г. в 9:56 
Didnt work on my server, but did disable all my other mods :steamfacepalm:
mazrados 13 мар. 2022 г. в 1:52 
Is it possible to add it for other (not production) components with cargo, like cockpits for example?
coldform  [создатель] 25 фев. 2022 г. в 16:27 
I would love to enable this across production inventories as well, but that code is used.

everything that has an inventory, has what's called an inventory constraint . this is essentially what is used to filter inventory. Not every inventory uses the constraint, such as cargo containers. my mod simply "turns on" this constraint for cargo containers, and lets you manipulate it in the terminal.

production inventories - such as assemblers and refineries - have this filter already turned on, set to certain default values, without letting the player change those. this is important to maintain, otherwise, a player can change what is allowed to go into these blocks, and thus may cause problems - everything from players abusing the extra inventory space, to unforeseen bugs.
Oneill_SFA 25 фев. 2022 г. в 14:11 
If you could do as JarutheDamaja suggested and include refineries/assemblers/etc this could replace a lot of inventory/production scripts. Add a way to limit inventory per item by quantity and you could automatically shift cargo whever you wanted, keep reactors filled with just X amount of uranium so you have enough left for ammo, keep turrets full, all kinds of things.
JarutheDamaja 18 апр. 2021 г. в 7:39 
For me both blacklists and whitelists saves well after a reload of the SP savegame.

Any chance the filter list could be applied to all blocks having cargo space? Especially connectors and survival kits and cryo chambers to start with?
I love the idea of passive filters, but I would need it on any other block more than on cargo containers.
Annastasya 4 мар. 2021 г. в 14:42 
It seems almost like the filtration switches from whitelist to blacklist (default for filter dropdown box). I haven't tested this yet to be certain but that seems to be a possibility. Admittedly, I am using quite a large volume of mods, but nothing that effects cargo or sorter filtration. The filter settings for cargo look correct and show up visually as they have been saved correctly but the cargos that are filtered will not allow items to be moved into them (after reload) until I empty the filter list, then it all works as normal. I setup the filter again, as it appeared to be, and it filters without issue as your mod intends. Again, it is only on load of the world that existing whitelist filters on cargos act like blacklist, once they are cleared and setup again it works without issue until reloading the world.
coldform  [создатель] 2 мар. 2021 г. в 12:27 
@Annastasya the biggest trick this mod pulls off isn't actually adding the filter, but loading and saving them. I would dive into the code and figure this out. also, what other mods are you using?
Annastasya 28 фев. 2021 г. в 8:16 
I love the mod and it works great once you set it up, however loading up a save with containers already setup makes the containers not accept anything until they are re-setup. Frustrating when you have a lot of filtered containers to reset.