narc0tiq / YARM

Yet another variant of the Resource Monitor for Factorio
https://mods.factorio.com/mod/YARM
MIT License
54 stars 42 forks source link

More filters (e.g., ore per minute < X, ETD < Y) #117

Open wchristian opened 5 years ago

wchristian commented 5 years ago

Right now the filtered view is limited to percentage only, but the ore per minute value is more stable now, and might be a more useful filter for deciding which deposits to show in the small list.

narc0tiq commented 5 years ago

More filters are definitely a good wishlist item; I'm not entirely sure which way an ore-per-minute filter would go -- show only sites not being mined/not mining fast enough?

But really, the main difficulty in adding more filters is making buttons for them. What I want to see are options for:

We could also slot in 'ore per minute < configurable' somewhere in there, but I'm not sure if it would be included in the 'warnings' filter.

wchristian commented 5 years ago

I targeted the wrong variable, was indeed looking for ETD, but i'm honestly on board with simply making it more filters. :)

proegssilb commented 5 years ago

A great starting point for this would be to simply have a mod setting for changing the % warning level, but adding a warning mode for "ETD < [threshold]" would be pretty handy too.

One use case for based on ore per minute would be filtering out sites that have been scanned (And therefore labeled on the map), but aren't hooked up yet; if no resources being mined, don't show. The flip side use case would be "Make sure my highest-traffic mines are always visible so I know how close they are to needing replacement."