Hello, I would like to be able to create a new location for a route so that the location will come up in the list of places to start from when I click to create a new scenario for the route. I have tried placing both a destination marker and an area marker in the route at the location I want, however I still don't see the location show up in the list of starting locations. I know I can select a location in the editor and place a scenario marker there but would rather be able to select the location from the list in the menu. So does anyone know how to do this? Thanks
Thanks, but Where can I find this file? I don't see the route show up in TS-Tools and when I go to the route folder in TS all the folders are just labeled as numbers. Also when you say add X, Y are you referring to coordinates?
Route markers dcsv file can be found in the provider/product folder within Railworks\Assets. Not in Content\Routes. Normally it is located in a folder named "RouteMarkers" You can edit it with notepad etc. Code: <cCSVItem d:id="6"> <X d:type="sFloat32">LONG</X> <Y d:type="sFloat32">LAT</Y> <Name d:type="cDeltaString">MarkerName</Name> </cCSVItem> Remember to change the id.