Page 1 of 1

My space platform interrupt isn't clearing, anyone know why?

Posted: Thu Dec 12, 2024 8:32 am
by Garick
I'm setting up some interrupts for my Aquilo ship so it will automatically go pick up materials on other planets needed for the components there when they run dry. I don't want to spending time doing a solar system tour when 9 times out of 10 all I really need to do is drop some science packs back on Nauvis. The setup seems fine to me, but the interrupt doesn't seem to drop from the schedule when conditions are met. I use the exact same wait conditions for normal scheduling and it works fine.
platform schedule.jpg
platform schedule.jpg (399.77 KiB) Viewed 164 times
Any idea why the interrupt is not clearing?

Re: My space platform interrupt isn't clearing, anyone know why?

Posted: Thu Dec 12, 2024 8:47 am
by Garick
Whoops never mind, turns out the reason is I forgot to set up one of the items in the interrupt condition. So my requests would finish, the interrupt would clear, but the same interrupt would instantly trigger over and over in an infinite cycle that was so rapid I guess I couldn't even tell it was happening in the UI.
interrupt.jpg
interrupt.jpg (101.65 KiB) Viewed 163 times
Still learning something every time I play.