Page 1 of 1

Train chooses longer path to destination

Posted: Wed Aug 05, 2020 1:52 am
by thefrolickingman
Greetings developers,

After 3 years of playing, I am pleased to file my first bug report. Applies to 0.18.

Steps to reproduce:
1. Load attached save file. The player should be in the train.
2. Set the train to Automatic. Its destination is a point near "Copper Mine 3" in the northeast.
3. Immediately after activating the train, it will approach a T-intersection.

Expected result:
Train chooses the shorter, northern route.

Actual result:
Train chooses the southern route, which is significantly longer.

As far as I can tell, the shorter, northern route is valid and there is nothing special about the T-intersection that would cause the game to choose the longer, southern route. The T-intersection was created using a well-tested blueprint I've used for two years. I experimented with the track and signals at the T-intersection but was unable to determine why the game chooses to take the longer path.

Re: Train chooses longer path to destination

Posted: Wed Aug 05, 2020 2:08 am
by Loewchen
The short route would require the train to drive through the station "The Hinterlands East!" which is not in the schedule and therefore adds a high penalty to the path making the longer route more attractive. If you remove the station it takes the short route. NaB.

Re: Train chooses longer path to destination

Posted: Wed Aug 05, 2020 2:40 am
by 5thHorseman
Another option is to add the station to your route and not give it a wait condition. Not only will that force your train to go that way (it has to go to that station), it will blow through the station without stopping because there is no wait condition. So you get the best of both worlds.

Re: Train chooses longer path to destination

Posted: Wed Aug 05, 2020 4:49 am
by thefrolickingman
Loewchen, I confirmed the behavior that you described. Removing the station in-between corrects the pathing. NaB. Thanks!