Help - Simulating Timetable Problems

Discussion in 'PC Editor Discussion' started by YorksAndy, Apr 11, 2025.

  1. YorksAndy

    YorksAndy Active Member

    Joined:
    Mar 2, 2018
    Messages:
    113
    Likes Received:
    82
    Have created a batch file in the following location D:\Epic Games\TrainSimWorld5Mod\SimTT.bat
    The editor location is D:\Epic Games\TrainSimWorld5Mod\TS2Prototype\Binaries\Win64\TrainSimWorldPublicEditor.exe
    My Timetable is at D:\Epic Games\TrainSimWorld5Mod\TS2Prototype\Plugins\Yorks_Andy\Content\Birmingham_Cross_City\Birmingham_Cross_City_2025_03_14_Timetable.uasset

    The content of the batch file is "D:\Epic Games\TrainSimWorld5Mod\TS2Prototype\Binaries\Win64\TrainSimWorldPublicEditor.exe" TS2Prototype -run=SimulateTimetable Timetable=Yorks_Andy/Content/Birmingham_Cross_City/Birmingham_Cross_City_2025_03_14_Timetable

    When I run the batch file, it seems to start the simulation, then fails almost immediately.

    Is there a problem with the paths in the batch file?

    Quick video at
     
  2. Isaak

    Isaak Well-Known Member

    Joined:
    Aug 5, 2019
    Messages:
    374
    Likes Received:
    442
    You have to omit the 'content' folder in your DLC path.

    The content of the batch file should be "D:\Epic Games\TrainSimWorld5Mod\TS2Prototype\Binaries\Win64\TrainSimWorldPublicEditor.exe" TS2Prototype -run=SimulateTimetable Timetable=Yorks_Andy/Birmingham_Cross_City/Birmingham_Cross_City_2025_03_14_Timetable
     
  3. YorksAndy

    YorksAndy Active Member

    Joined:
    Mar 2, 2018
    Messages:
    113
    Likes Received:
    82
    Have tried that and still no luck.
     
  4. CFTFC

    CFTFC Active Member

    Joined:
    Apr 18, 2020
    Messages:
    141
    Likes Received:
    139
    Try adding a / after Timetable=,
    "D:\Epic Games\TrainSimWorld5Mod\TS2Prototype\Binaries\Win64\TrainSimWorldPublicEditor.exe" TS2Prototype -run=SimulateTimetable Timetable=/Yorks_Andy/Birmingham_Cross_City/Birmingham_Cross_City_2025_03_14_Timetable
     
  5. YorksAndy

    YorksAndy Active Member

    Joined:
    Mar 2, 2018
    Messages:
    113
    Likes Received:
    82
    Thanks, that’s the answer.
    Now simulating.

    then I’ll have to sort the problems inside the (part) timetable.
     
  6. YorksAndy

    YorksAndy Active Member

    Joined:
    Mar 2, 2018
    Messages:
    113
    Likes Received:
    82
    Simulating timetables now working.

    Tried creating a 350 formation, but it won’t simulate saying ‘too few coupled cars’.
    Wonder if this is to do with the lack of wires into some of the portals, as they seem to simulate when I set it as a 170.
     

Share This Page