Inspired by This https://www.reddit.com/r/factorio/comme ... f_concept/ post, i ran lamps next to all my rail in my cityblock style attempt at megabase.
I am approaching 50K lamps now, but my 1Kspm base is running at 50UPS. Do lamps (in ridiculous amounts) impact UPS?
I would like to see if anything changes when I delete all lamps.
Is there a way to delete all lamps from my save file?
-
- Inserter
- Posts: 27
- Joined: Tue Oct 17, 2017 12:03 pm
- Contact:
Re: Is there a way to delete all lamps from my save file?
Code: Select all
/c for _,entity in pairs(game.player.surface.find_entities_filtered{name="small-lamp"}) do entity.destroy() end
-
- Inserter
- Posts: 27
- Joined: Tue Oct 17, 2017 12:03 pm
- Contact:
Re: Is there a way to delete all lamps from my save file?
Thanks a bunch, will report back with the results tonight.DaveMcW wrote:Code: Select all
/c for _,entity in pairs(game.player.surface.find_entities_filtered{name="small-lamp"}) do entity.destroy() end
Re: Is there a way to delete all lamps from my save file?
Shouldn't do, we did a big lamp optimization a while backVonFlaffenhausen wrote: Do lamps (in ridiculous amounts) impact UPS?
-
- Inserter
- Posts: 27
- Joined: Tue Oct 17, 2017 12:03 pm
- Contact:
Re: Is there a way to delete all lamps from my save file?
So, when i gave the command, my UPS went back to 60.
Perhaps it was the way i hooked up all the lamps to signals. I have rows of lamps connected to every rail signal. They then turn a different color when a train is on its way.
Perhaps it was the way i hooked up all the lamps to signals. I have rows of lamps connected to every rail signal. They then turn a different color when a train is on its way.
Re: Is there a way to delete all lamps from my save file?
Yes, circuit lamps are not optimized, and that sounds exactly like something that would hurt UPSVonFlaffenhausen wrote:So, when i gave the command, my UPS went back to 60.
Perhaps it was the way i hooked up all the lamps to signals. I have rows of lamps connected to every rail signal. They then turn a different color when a train is on its way.
-
- Inserter
- Posts: 27
- Joined: Tue Oct 17, 2017 12:03 pm
- Contact:
Re: Is there a way to delete all lamps from my save file?
Thanks for clarifying.
Too bad, I kind of liked the eye candy
Too bad, I kind of liked the eye candy
Re: Is there a way to delete all lamps from my save file?
There is a debug option 'show-rail-signal-states' that might make the signals clearer from the map viewVonFlaffenhausen wrote:Thanks for clarifying.
Too bad, I kind of liked the eye candy