Here a screenshot (it is train 34):

Here the chectrain file:

Number of downloads: 276
Here the logfile:

Number of downloads: 253
Here some route files just in case:

Number of downloads: 274
Here the path file:

Number of downloads: 255
Posted 06 May 2014 - 02:41 AM
Posted 06 May 2014 - 08:12 AM
Posted 07 May 2014 - 12:36 PM
Posted 08 May 2014 - 12:40 AM
Posted 08 May 2014 - 01:07 AM
Posted 19 May 2014 - 08:07 AM
if ((PresentPosition[0].RouteListIndex == (ValidRoute[0].Count - 1)) || (NextSignalObject[0] != null && NextSignalObject[0].TCReference == ValidRoute[0][ValidRoute[0].Count - 1].TCSectionIndex) || (NextSignalObject[0] != null && NextSignalObject[0].TCNextTC == ValidRoute[0][ValidRoute[0].Count - 1].TCSectionIndex))
if (!intermediateJunction && !intermediateSignal) // no more junctions and no more signal - reverse subpath { endOfRoute = true; }
Posted 19 May 2014 - 11:20 AM