nihilistzsche / LtnManager

A GUI for managing your Logistic Train Network. A mod for Factorio.
https://mods.factorio.com/mod/LtnManager
MIT License
49 stars 13 forks source link

Filter out stations with disabled warnings in inventory page #140

Open wyrd-star opened 3 years ago

wyrd-star commented 3 years ago

Is your feature request related to a problem? Please describe.

I have many requester stations that have warnings disabled for that station. These stations are mainly to handle byproducts produced in other areas of the factory. (Bob+Angel has lots of those.) I want to use the inventory tab to see what unfulfilled requests there are so I know what to make more of, but all of the enormous requests of the waste processing stations are mixed in.

Describe the solution you'd like

Would it be possible to add an option not to include requests from stations that have warnings disabled?

danyax commented 3 years ago

Just an idea how to handle this using LTN - put those "excess resource consumers" on separate network id and filter stations by primary network id. This way still has a minor incovinience as LTN Manager resets network filter on reload, but raiguard promised it will be fixed with the new UI refactor. I also run A&B and this was always a problem for me until I used above way to solve it.