Display panel can display circuit amount as text

by Quezler

When you leave the label empty (or when it is a valid number) it'll show the circuit amount.

Utilities
3 days ago
2.0
182
Circuit network
Owner:
Quezler
Source:
https://github.com/Quezler/glutenfree
Homepage:
https://discord.gg/ktZNgJcaVA
License:
MIT
Created:
9 days ago
Latest Version:
1.0.5 (3 days ago)
Factorio version:
2.0
Downloaded by:
182 users

This mod will update display panels every tick to match the value of the signal, but there are some optimizations in place:

  • only surfaces with connected players on them are updated at all
  • "show in chart" ones always update every tick if a player is looking at that surface
  • "always show" ones will only update if there's a player looking at that surface with alt mode on (and is nearby enough that it is on their screen)
  • other than that they only update when you have selected them with your cursor, or have opened their gui
  • display panels without wires are checked way less often since it is very unlikely the mod will have to do stuff

So for performance, try to avoid putting too many messages into a single display panel & do not spam map "show in chart"

And of course with many of my quality of life mods i hope wube sees value in them and adds them to the game itself, but for now: enjoy!