Visual Signals

by zomis

Allows you to keep track of chosen circuit networks on the left hand side in your GUI. Originally a fork of CircuitsUI by Fumelgo.

Utilities
1 year, 4 days ago
0.15 - 2.0
1.61K

b Signal labels don't get removed when player switches force

5 years ago

Solution:
in control.lua onPlayerChangedForce()
after: guiRoot["panel" .. k].destroy()
add: guiRoot["label" .. k].destroy()

Thank you for making this mod, it's really handy.

5 years ago

Thanks, this issue has now been fixed in Visual Signals 0.18.2 (for Factorio 0.18)

New response