I'm trying to develop a method to "force" alternating A1 trains to use both tracks of an oncoming 2T tunnel.
I have a single track run but there are several 2T tunnels boring through a large mountain chain. What I would like to do is have it setup so that the first train takes the right side, the second takes the left the 3rd takes the right ect..
This is a single direction line so there is no danger of a head on collision.
At present the A1 chooses the shortest line, wether there is a train on the line or not. If the block is occupied he will wait. I would prefer he uses the alternate line.
That make sense? Is there such a way?
trying to program each train to use "via" markers would be almost impossible as each train has way different destinations so the logic would only work briefly.
				
			I have a single track run but there are several 2T tunnels boring through a large mountain chain. What I would like to do is have it setup so that the first train takes the right side, the second takes the left the 3rd takes the right ect..
This is a single direction line so there is no danger of a head on collision.
At present the A1 chooses the shortest line, wether there is a train on the line or not. If the block is occupied he will wait. I would prefer he uses the alternate line.
That make sense? Is there such a way?
trying to program each train to use "via" markers would be almost impossible as each train has way different destinations so the logic would only work briefly.
