OpenTTD Problems • Re: Pathfinding, why train waits if there is "free" path?
Transport Tycoon Forums - Index page [Unofficial]
February 4, 2026
Most likely the train has an order to "go to the nearest depot". This will always be the depot which was the nearest at the moment when the train had received that order — which could have happened a long distance away. If that path is blocked when the train arrives, it will wait even if there's another free depot nearby.
To mitigate this problem, you need to defer the choice of the "nearest" depot for as long as possible. Ideally this should happen after the train has already taken a branch (example).
Statistics: Posted by odisseus — 04 Feb 2026 21:39
Discussion in the ATmosphere