On my outer-system platform, Fortescue, the "you've got enough Promethium chunks; go home" platform doesn't fire.
Here is a pic of the interrupt:
Here is the full schedule (NOTE: I launch to Edge-Of-Solar-System manually but, again, the interrupt doesn't fire).
Are there special conditions under which interrupts don't fire? (Ex., I saw on another thread that someone had trains with only interrupts, no stops, that blocked them from working.) If so, perhaps they could be better documented (wiki? Tool tip?) or made more discoverable.
Thanks!
Platform interrupts do not fire.
-
- Long Handed Inserter
- Posts: 84
- Joined: Thu Apr 07, 2016 9:17 pm
- Contact:
Platform interrupts do not fire.
- Attachments
-
- Fortesque-schedule.png (252.43 KiB) Viewed 264 times
Last edited by Chumfactor on Tue Mar 04, 2025 3:40 am, edited 1 time in total.
Re: [2.0.23] Platform interrupts do not fire.
Post the save please, see 3638.
Re: [2.0.23] Platform interrupts do not fire.
Interrupts' conditions are checked when a platform is about to leave a station (i.e. that station's wait condition is fulfilled).
For Shattered planet that means when the platform is already about to turn back.
As your "#Promethium chunks < 0" will never be true, the platform never turns back. Should it actually reach the destination, it will sit there forever.
You need to incorporate the "Circuit Prometium chunks OR Damage taken OR Cargo Promethium science packs" as the Shattered planet's fly condition.
For Shattered planet that means when the platform is already about to turn back.
As your "#Promethium chunks < 0" will never be true, the platform never turns back. Should it actually reach the destination, it will sit there forever.
You need to incorporate the "Circuit Prometium chunks OR Damage taken OR Cargo Promethium science packs" as the Shattered planet's fly condition.
-
- Long Handed Inserter
- Posts: 84
- Joined: Thu Apr 07, 2016 9:17 pm
- Contact:
Re: [2.0.32] Platform interrupts do not fire.
OooOOOooo!!! Well, that's not really an "interrupt" in the traditional [circuit/programming] sense...Interrupts' conditions are checked when a platform is about to leave a station.
Ok. I can reset my expectations, but now I have a feature request: REAL interrupts, with the meaning of "interrupt whatever travel-logic is currently underway (or not!) and immediately replace it with [targets / conditions]".