LogisticSection::filters should work on constant combinators

Place to ask discuss and request the modding support of Factorio. Don't request mods here.
MeteorSwarm
Inserter
Inserter
Posts: 28
Joined: Thu Sep 25, 2025 10:49 pm
Contact:

LogisticSection::filters should work on constant combinators

Post by MeteorSwarm »

At the moment, LogisticSection::filters does not return any values or change any values when applied to a constant combinator. This means that LogisticSection::set_slot() is the only method of writing data to the output of a constant combinator, which performs poorly when done over for many signals. This makes Muluna's telescope combinator perform worse than I suspect is necessary. If LogisticSection::filters can not be made accessible to constant combinator circuit sections, another method of assigning large numbers of signals to a constant combinator should be added.

The below performance trace shows the on_tick behavior of Muluna's telescope. get_telescope_combinator_signals gathers information of space platforms orbiting the planet the telescope is on, and each gray box to the right of it is a separate call of LogisticSection::get_slot().
07-08-2026, 22-18-35.png
07-08-2026, 22-18-35.png (51.22 KiB) Viewed 176 times
User avatar
boskid
Factorio Staff
Factorio Staff
Posts: 4728
Joined: Thu Dec 14, 2017 6:56 pm
Contact:

Re: LogisticSection::filters should work on constant combinators

Post by boskid »

Which part does not work?

07-09-2026, 08-19-36.png
07-09-2026, 08-19-36.png (162.96 KiB) Viewed 151 times
07-09-2026, 08-21-34.png
07-09-2026, 08-21-34.png (116.21 KiB) Viewed 151 times
Post Reply

Return to “Modding interface requests”