Trains: help with 1 lane to 2 lanes (not single rails)
Posted: Wed Apr 06, 2016 1:02 am
I've been using FARL, RSO, and Yuoki mods. Since resources are so far away and the Yuoki trains mod adds several new trains and cargo that have different speeds, I want a double lane rail line for the long stretches of my rail so the slower trains don't slow down the faster ones.
I have something like this:
and I want something like this:
The 4 rail lines are in the heavy use part of the rail lines then they go back to just 2 rails when the traffic isn't too bad anymore.
(obviously those aren't exactly what they look like, if you can understand them)
I don't want just pull off lanes so other trains can pass (like I've seen in train tutorials), I'd like for multiple trains to be going the same direction without stopping until the rails combine again at the ends, I just can't figure out how to implement that. Do I just have to make tons of lane switching tracks every so often?
I have something like this:
Code: Select all
station
station ||
/--------\ ||
>--------------->--------------->
<---------------<---------------<
Code: Select all
/------\ ||
/--------\ />--------------->\ ||
>--------------->--------------->--------------->
<---------------<---------------<---------------<
\<---------------</ ||
||
(obviously those aren't exactly what they look like, if you can understand them)
I don't want just pull off lanes so other trains can pass (like I've seen in train tutorials), I'd like for multiple trains to be going the same direction without stopping until the rails combine again at the ends, I just can't figure out how to implement that. Do I just have to make tons of lane switching tracks every so often?