Page 1 of 1

[2.0.20] Train wait condition broken

Posted: Fri Nov 22, 2024 10:38 pm
by SuSuSeR
I build an interrupt with a wait condition of 5 sec of inactivity but it just restarts itself. I tried other conditions but they aren't working either. The only one that is still working is empty or full inventory.
What i was expecting is that if one condition is activated it would make the train move to the next action. and it worked for some time, but just started being bugged at one point.
Now every wait conditions in every train is "stuck" like this

I'm adding a video. I've recorded the issue on my screen.

I hope I've followed the instructions for the bug report well.

See you soon

Re: Train wait condition broken

Posted: Sat Nov 23, 2024 1:10 pm
by robot256
(Edit: Looks like not a bug / gameplay help to me)

I loaded your save and everything is behaving as you have programmed it.

The Firearm Magaine train that is "stuck" is simply re-triggering the interrupt because the interrupt condition is still met. (The OR means it only needs 1 item in it to trigger.)
Screenshot 2024-11-23 080656.png
Screenshot 2024-11-23 080656.png (102.69 KiB) Viewed 666 times
The Crude Oil train correctly returns to the supply station after 60 seconds of inactivity if any fluid has been unloaded, because its interrupt condition is different and is not met. (The AND means it will only trigger if the wildcard is present and the wagon is completely full.)
Screenshot 2024-11-23 080715.png
Screenshot 2024-11-23 080715.png (103.06 KiB) Viewed 666 times

Re: Train wait condition broken

Posted: Sat Nov 23, 2024 3:15 pm
by SuSuSeR
Thank you so much for your fast, thorough, and complete response. I deeply appreciate it. I’m sorry for any trouble I caused in the bug report over this issue. I spent a few days trying to figure out the problem, but thanks to your help, my trains are now back on schedule