Circuit Repeater deprecated


update

Content
6 months ago
2.0
50
Circuit network Blueprints

b Changing the name for train stations

7 months ago

Hi!
There is a problem.
If you place a station and move it, the mod changes the station name to a digit number, although it should not do this. I have not tried it on other objects.
It seems like the mod should only change the name of the mini-radar, but it also changes the train station.

7 months ago

This seems to have solved the problem, but I don't know how well it's written.

if entity.name == "mini-radar" or entity.ghost_name == "mini-radar" then
    entity.backer_name = "ID: " .. count .. result
end
6 months ago

Hey,

Yeah thanks for looking at this. None of my mods are well written :D

I've fixed in 1.0.9 now, I think.

You might want to look at our new circuit network mod. You'd probably be one of the first to test it, so it might have some bugs.

https://mods.factorio.com/mod/Multi_Circuit_Repeater

New response