Hey, thanks for the mod! Is there any way to change the planet import filter on any planet? For example, change the planet filter to Vulcanus while on a platform that is at Aquilo.
I use interrupts to set the destination of my platforms, and if the filter isn't there, the platform will never go to the planet to change the filter.
I'm gone playing Space Exploration for now.
Feel free to +1 this thread. If enough people need this - I'll get to it.
Or someone could make and test a PR.
If I understand correctly - this is only useful when using multiple planets in a section name (or Anything symbol).
In that case - this is chicken and egg problem.
I think this can be solved by either:
- Creating multiple logistic sections with all valid planets for import
- Or cycling all possible import locations for items in a section
Both solutions are bad since there is no way to know when interrupt can trigger.
It'd be nice, if Factorio allowed to have several same items in a single logistic section with separate import_from condition. AFAIK this is not possible.
If you could share a screenshot of your exact interrupt setup - that would also help. For now, I don't really see a good solution to this.