[2.0.43] Interrupt not activating when condition is meet

Bugs that are actually features.
caiopinho9@gmail.com
Manual Inserter
Manual Inserter
Posts: 2
Joined: Fri Apr 04, 2025 7:56 pm
Contact:

[2.0.43] Interrupt not activating when condition is meet

Post by caiopinho9@gmail.com »

I have a fuel interrupt that allow rockets to return to Nauvis and refuel with Uranium Cells, but it never activated.

I tried many conditions, but none made the rocket go to target
04-04-2025, 17-04-32.png
04-04-2025, 17-04-32.png (465.62 KiB) Viewed 286 times
robot256
Smart Inserter
Smart Inserter
Posts: 1208
Joined: Sun Mar 17, 2019 1:52 am
Contact:

Re: [2.0.43] Interrupt not activating when condition is meet

Post by robot256 »

Interrupts only trigger after the wait conditions of the current stop are satisfied and the platform/train needs to decide where to go next. You will need to add an extra condition to your Aquilo stop that says "OR fuel cells < 10" so that it will leave Aquilo at that time. At which point it will return to nauvis even without the interrupt.
caiopinho9@gmail.com
Manual Inserter
Manual Inserter
Posts: 2
Joined: Fri Apr 04, 2025 7:56 pm
Contact:

Re: [2.0.43] Interrupt not activating when condition is meet

Post by caiopinho9@gmail.com »

ah that make sense, thank you!
Post Reply

Return to “Not a bug”