Creating Locations On Routes.

Discussion in 'General Discussion' started by class325guy, Apr 15, 2024.

  1. class325guy

    class325guy Member

    Joined:
    Jan 12, 2022
    Messages:
    37
    Likes Received:
    9
    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
     
  2. Spikee1975

    Spikee1975 Guest

    Add it to the RouteMarkers dcsv text file. Format is self explaining, add X, Y and Name.
     
  3. class325guy

    class325guy Member

    Joined:
    Jan 12, 2022
    Messages:
    37
    Likes Received:
    9
    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?
     
  4. Oystein

    Oystein Well-Known Member

    Joined:
    May 24, 2018
    Messages:
    302
    Likes Received:
    316
    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.
     

Share This Page