YARM - Resource Monitor

by Narc

This mod helps you to keep track of your mining sites, with useful data such as the percent mined, and estimated time to depletion.

Utilities
7 months ago
0.14 - 1.1
124K
Mining

b Mining speed not accurate

3 years ago

On Factorio 1.0, it seems like the mining speed is not the number of items mined since the last update, but an average over a longer period of time. I do not recall this being a problem in Factorio 0.17 and earlier. This is especially noticeable on ore fields with a highly variable production (a high production, but only occasional trains fetching ore) or as an ore field is drying up.

The first case will show production long after all belts are fully backed up, and the second case will show that production is higher than it actually is, with the production rate very slowly dropping according to YARM, even though the extraction rate is constant.

3 years ago

I am also experiencing this.

3 years ago

Fix for this issue:

File: resmon.lua
Line: 641
Fix: Change "if delta_ore_since_last_update > 0 then " to "if delta_ore_since_last_update ~= 0 then"

"delta_ore_since_last_update" is always 0 or a negative number, thus this condition is never true.

3 years ago

Thank you for the investigation! I'm not currently actively maintaining YARM, but I'll try to remember this for the next release.

1 year, 6 months ago

Just a reminder that this bug still exists. If you could fix it for the next release that would be great.

1 year, 1 month ago

I was wondering why YARM was off by a factor of 5+ sometimes. Seems this is why.

1 year, 13 days ago

Just noticed the same issue, especially noticeable with cargo ships and offshore oil.
Fix from FrantzX still works.

Mithaldu β˜†
11 months ago

Yesterdays's release should've improved this.

New response