I think i am having the same issue. But not sure if its a bug
V2.0.11
I have 3 stations, schedule goes from "Station 1" to "Station 2". With an interrupt to go to "Test" if "Station 2" is full.
- 10-27-2024, 08-05-11.png (151.98 KiB) Viewed 170 times
- 10-27-2024, 08-06-10.png (208.72 KiB) Viewed 170 times
It proceeds to Station 2 as expected.
- 10-27-2024, 08-07-27.png (157.95 KiB) Viewed 170 times
But when it gets to "station 2". I believe it is detecting that "Station 2" is full because IT is in "Station 2" which triggers the interrupt. It then skips "Station 1" completely.
- 10-27-2024, 08-19-59.png (183.07 KiB) Viewed 170 times
My expectation with this schedule is that it would only go to the interupt after "Station 1" if another train was in "Station 2". And even if there was another train in "Station 2" I would not expect the interrupt to trigger between "Station 2" and "Station 1" because the next station in the schedule ("Station 1") is clear.
That said I understand that interrupts are designed to
interrupt the schedule at any time but i cant think of a situation where you would want a train to be interrupted because a future station is full when the next station in the schedule is clear or that it would read the station as full if the train itself is in the station. Therefore i think this is a bug.
However I did try changing it to "destination full or not path" and it works with one train however when adding a second train the second train behind the first train reads that the first train has blocked the station and therefore skips the next clear station in the schedule. This to me is odd but its doing exactly what it says on the tin and interrupting because the condition is met.
And idea around this would be to put a condition on the station itself so it doesnt interupt the schedule when you dont want it to.
1. Put station 1 in the schedule
2. Put station 2 in the schedule.
3. Set condition on Station 2 (If Station 2 is full go to Parking)
This way the trains would always go to station 1 regardless of the state that station 2 is in.
In summary i am not sure it is a bug as it is doing exactly what its suppose to do but I feel the intention behind the Station full and destiation full interrupts should work differently. therefore I thought i should add my voice to this thread.
Thank you for all your hard work and an amazing game.