Page 1 of 1

Show interrupt name

Posted: Tue Jan 14, 2025 12:29 am
by Falcubar
Hey,

I have several different interrupts that send a space platform to a planet, with multiple interrupts being for a single planet. When heading to that planet, it would be useful to see which interrupt was triggered. This way I can see why my platform is heading there.

In the image below, there is 3 that head to Nauvis for different reasons, yes I could combine them however I use these interrupts on other platforms
01-14-2025, 00-28-51.png
01-14-2025, 00-28-51.png (168.75 KiB) Viewed 308 times
Thanks!

/F

Re: Show interrupt name

Posted: Tue Jan 14, 2025 1:45 am
by Muche
In the meantime you could add a Circuit condition A=A, and each interrupt would have a different signal it adds.

Re: Show interrupt name

Posted: Tue Feb 25, 2025 1:36 am
by Yarias
Showing the name of the interrupt would also be useful for train interrupts.

Note on the workaround: I'm using [0s passed OR A=A] to "document" my interrupts because just [A=A] will not be satisfied if the train is parked at a station not connected to a circuit network.