My general idea is to build a high-speed connection between production and processing facilities. I do this by having two one-way tracks with one-way signals 5-6 block away from each other.
Now the stations get tricky: I want a two-track station, where both tracks can be used simultaneously, something like this:
Code: Select all
Station==========<incoming trains
X
Station==========>outgoing trains
Then I used a single path signal on the incoming track, and two outgoing path signals right after the station. But that led to only one of the two station tracks being used.
Then I found the two-way signal example in the wiki: https://wiki.openttd.org/Signals#Basic_two-way_station
This was when things really got ugly. Multiple trains got jammed, the trains could no longer leave (because the block signals correctly determined that the crossing was in use), and even after getting the train out of the station, I am still figuring out how to resolve the jam of the incoming trains.
Can someone please enlighten me?