Hi,
I have built a complex rail network, but the trains prefer to queue up instead of using a free lane in the train station.
1 Like
I think, this is because of fastest first priority.
when choosing a track, a train only considers fastest way possible to reach destination, currently it doesn’t consider if there are already trains on track, or too much traffic / junctions up ahead. it just chooses fastest route by length.
My solution was to create seperate lines, for a whole route. For eg: if there are three stations A,B,C. and A is main, and B and C is where A gets data, i will create one track for A B and one for A C, and they won’t have any junctions.
Good news: 2 weeks ago we released an update to address this.
Oh yes Daniel, I saw it