"Stop exists" interrupt condition

Post your ideas and suggestions how to improve the game.

Moderator: ickputzdirwech

djrvywfbjr
Manual Inserter
Manual Inserter
Posts: 2
Joined: Fri Sep 26, 2025 7:54 am
Contact:

"Stop exists" interrupt condition

Post by djrvywfbjr »

TL;DR
Interrupt condition to check whether a given train stop exists.

What?
Same as the "stop is full/not full" conditions we already have, except check for whether it exists instead.
Why?
It's not uncommon that I find myself building a provider station for some item before the item is needed elsewhere. When using generic interrupts, this means I have to turn the station off until there's a corresponding requester station that the interrupt would send the train to, or a train will come in, load up, and then no-path at me. I understand why this design decision was made, but there needs to be some deliberate action I can take to turn it off (such as adding a "stop exists" condition). Using a "stop is not full" condition instead breaks priority as interrupt firing is not ordered by stop priority, so it's not a good solution.
Epb7304
Long Handed Inserter
Long Handed Inserter
Posts: 79
Joined: Thu Feb 28, 2019 8:02 pm
Contact:

Re: "Stop exists" interrupt condition

Post by Epb7304 »

+1 more flexibility is always good

Can you think of a way to disable your provider stations until a requester station exists? or perhaps even until a requester station can actually use the train? (Circuit network)
eugenekay
Smart Inserter
Smart Inserter
Posts: 1083
Joined: Tue May 15, 2018 2:14 am
Contact:

Re: "Stop exists" interrupt condition

Post by eugenekay »

Epb7304 wrote: Sun Nov 02, 2025 1:02 pmCan you think of a way to disable your provider stations until a requester station exists? or perhaps even until a requester station can actually use the train? (Circuit network)
Wire the Requester stations to a global Circuit network (or Radar) to send a "Demand signal" when they are actually low on resources (and exist). Only enable the Provider stations when there is a Demand for the items that they produce.
Shadowhawk
Inserter
Inserter
Posts: 43
Joined: Mon Oct 06, 2025 7:17 am
Contact:

Re: "Stop exists" interrupt condition

Post by Shadowhawk »

Why not have the requester stations trigger the train, in that case the train can do other things if your defences are all wel enough supplied.
macdjord
Fast Inserter
Fast Inserter
Posts: 143
Joined: Fri Feb 22, 2013 4:26 am
Contact:

Re: "Stop exists" interrupt condition

Post by macdjord »

My solution to the 'no path' issue is to just add a dummy station with the correct name and a train limit of 0. Note that the station has to be reachable, so it needs to be connected to the rail network, but no trains will ever actually go there, so you don't need an exit or anything.
djrvywfbjr
Manual Inserter
Manual Inserter
Posts: 2
Joined: Fri Sep 26, 2025 7:54 am
Contact:

Re: "Stop exists" interrupt condition

Post by djrvywfbjr »

That's what I eventually end up doing after there's too many trains to turn on and off all the time, but I'd much rather not have to do any of that. Still hoping this eventually makes it into 2.1.
Post Reply

Return to “Ideas and Suggestions”