Csantucci, on 28 January 2017 - 01:45 PM, said:
- is it correct that the platform is meant at the side where the central part of the green line lies (in this case optically at the left side)?
Yes. The green track marker for the platform has an "extruded middle" that corresponds to this setting. If both check-boxes are checked, then the extrusions appear over both rails forming a square loop.
Csantucci, on 28 January 2017 - 01:45 PM, said:
- are there routes where the platforms have this parameter correctly set (I know for sure an Italian one)?
I have observed that most route authors set these values correctly.
Csantucci, on 28 January 2017 - 01:45 PM, said:
- what does MSTS mean when it says "when looking down the platform (from start to end) the platform is actually on this side"? Where is start and where is end?
Not sure where you go that text, but I'm guessing it refers to the internal definition of the Platform interactive marker in the TDB. Passing down the track from the beginning of the marker to the end, left is left and right is right.
Looking at the
.tit code for a platform...
PlatformItem (
TrItemId ( 119 )
TrItemSData ( 508.624 00000002 )
TrItemRData ( 571.194 1 379.515 -12324 14363 )
PlatformTrItemData ( 00000000 120 )
PlatformName ( "Platform1" )
Station ( "Platform1" )
PlatformMinWaitingTime ( 180 )
PlatformNumPassengersWaiting ( 50 )
)
PlatformItem (
TrItemId ( 120 )
TrItemSData ( 211.14 00000002 )
TrItemRData ( 854.484 1 470.306 -12324 14363 )
PlatformTrItemData ( ffff0000 119 )
PlatformName ( "Platform1" )
Station ( "Platform1" )
PlatformMinWaitingTime ( 180 )
PlatformNumPassengersWaiting ( 50 )
)
I won't pretend to know what all the values do, but the first entry is the "start" and the second entry is the "end," which just depend on the whim of the route author at the time.