Help With Timetable Simulation.

Discussion in 'PC Editor Discussion' started by Fawx, Nov 10, 2023.

Tags:
  1. Fawx

    Fawx Well-Known Member

    Joined:
    Jul 2, 2023
    Messages:
    1,881
    Likes Received:
    4,167
    I'm trying to simulate my timetable, but it is sticking on "[2023.11.10-23.36.14:073][ 0]TS2Editor: Display: Load Asset Registry".

    It doesn't get any further than that, and just sits there.

    My bat file contains the following:

    "C:\Program Files\Epic Games\TrainSimWorld4MOD\TS2Prototype\Binaries\Win64\TrainSimWorldPublicEditor.exe" TS2Prototype -run=SimulateTimetable Timetable=\TVL_NEW_TT\Content\TimeTable\TVL_NEW_TT
     
    Last edited: Nov 10, 2023
  2. Perks390

    Perks390 Well-Known Member

    Joined:
    Dec 8, 2016
    Messages:
    311
    Likes Received:
    369
    How long are you waiting? It takes around 6-7 minutes for it to continue past this point for me
     
    • Like Like x 1
  3. Fawx

    Fawx Well-Known Member

    Joined:
    Jul 2, 2023
    Messages:
    1,881
    Likes Received:
    4,167
    Waited like 20 minutes.
    I've got a good PC, so it shouldn't be taking long on that. Especially since I'm only trying to simulate two services currently.
     
  4. mkraehe#6051

    mkraehe#6051 Well-Known Member

    Joined:
    Sep 14, 2022
    Messages:
    736
    Likes Received:
    1,718
    The number of services doesn't influence how long this step takes -- it's not started simulating anything yet, it's still trying to load up basically the entire game at that point. 20 minutes does seem a bit much, my PC needs about four and a half minutes... Maybe it just takes longer the first time you do it? I'm afraid the best advice I can give is to just wait longer.
     
  5. Fawx

    Fawx Well-Known Member

    Joined:
    Jul 2, 2023
    Messages:
    1,881
    Likes Received:
    4,167
    So it ran that time, but closed. Checking the log it says:
    [2023.11.11-13.15.38:080][ 0]LogUObjectGlobals: Warning: Failed to find object 'RouteTimetableDefinition None.\TVL_NEW_TT\Content\TimeTable\TVL_NEW_TT'
    [2023.11.11-13.15.38:081][ 0]TS2Editor: Error: Timetable not found: \TVL_NEW_TT\Content\TimeTable\TVL_NEW_TT

    Which is the name of my timetable. My timetable is located at:
    C:\Program Files\Epic Games\TrainSimWorld4MOD\TS2Prototype\Plugins\TVL_NEW_TT\Content\TimeTable\TVL_NEW_TT.uasset

    My bat file has the following in it:
    "C:\Program Files\Epic Games\TrainSimWorld4MOD\TS2Prototype\Binaries\Win64\TrainSimWorldPublicEditor.exe" TS2Prototype -run=SimulateTimetable Timetable=\TVL_NEW_TT\Content\TimeTable\TVL_NEW_TT
     
  6. mkraehe#6051

    mkraehe#6051 Well-Known Member

    Joined:
    Sep 14, 2022
    Messages:
    736
    Likes Received:
    1,718
    You'll need to use forward slashes instead of backwards ones for the Timetable= argument.
     
    • Like Like x 1
  7. Fawx

    Fawx Well-Known Member

    Joined:
    Jul 2, 2023
    Messages:
    1,881
    Likes Received:
    4,167
    Swapped them to forward slashes:
    "C:\Program Files\Epic Games\TrainSimWorld4MOD\TS2Prototype\Binaries\Win64\TrainSimWorldPublicEditor.exe" TS2Prototype -run=SimulateTimetable Timetable=/TVL_NEW_TT/Content/TimeTable/TVL_NEW_TT


    Still isn't finding the timetable:
    [2023.11.11-14.20.25:905][ 0]LogUObjectGlobals: Warning: Failed to load '/TVL_NEW_TT/Content/TimeTable/TVL_NEW_TT': Can't find file.
    [2023.11.11-14.20.25:906][ 0]LogUObjectGlobals: Warning: Failed to load '/TVL_NEW_TT/Content/TimeTable/TVL_NEW_TT': Can't find file.
    [2023.11.11-14.20.25:906][ 0]LogUObjectGlobals: Warning: Failed to find object 'RouteTimetableDefinition None./TVL_NEW_TT/Content/TimeTable/TVL_NEW_TT'
    [2023.11.11-14.20.25:907][ 0]TS2Editor: Error: Timetable not found: /TVL_NEW_TT/Content/TimeTable/TVL_NEW_TT

    Timetable is located at:
    C:\Program Files\Epic Games\TrainSimWorld4MOD\TS2Prototype\Plugins\TVL_NEW_TT\Content\TimeTable\TVL_NEW_TT.uasset

    This is driving me mad lol.
     
  8. thegamerniklas428

    thegamerniklas428 New Member

    Joined:
    Feb 26, 2019
    Messages:
    6
    Likes Received:
    2
    Well, having same issue here.

    following batch file:
    Code:
    cd C:\Program Files\Epic Games\TrainSimWorld4MOD\TS2Prototype\Binaries\Win64
    TrainSimWorldPublicEditor TS2Prototype -run=SimulateTimetable Timetable=../../Plugins/HBK_2020/Content/Timetable/HBK_TT_2020.uasset
    Pause
    

    and following is a part of the log, that generated it:

    Code:
    [2024.07.18-17.17.27:556][  0]LogUObjectGlobals: Warning: Failed to find object 'RouteTimetableDefinition None../../Plugins/HBK_2020/Content/Timetable/HBK_TT_2020.uasset'
    [2024.07.18-17.17.27:556][  0]TS2Editor: Error: Timetable not found: ../../Plugins/HBK_2020/Content/Timetable/HBK_TT_2020.uasset
    [2024.07.18-17.17.27:556][  0]LogCore: Engine exit requested (reason: Commandlet SimulateTimetableCommandlet_0 finished execution (result 1))
    [2024.07.18-17.17.27:557][  0]LogInit: Display:
    [2024.07.18-17.17.27:558][  0]LogInit: Display: Warning/Error Summary (Unique only)
    [2024.07.18-17.17.27:558][  0]LogInit: Display: -----------------------------------
    [2024.07.18-17.17.27:559][  0]LogInit: Display: TS2Editor: Error: Timetable not found: ../../Plugins/HBK_2020/Content/Timetable/HBK_TT_2020.uasset
    [2024.07.18-17.17.27:560][  0]LogInit: Display: LogConsoleManager: Warning: Setting the console variable 'r.VolumetricFog.GridPixelSize' with 'SetByScalability' was ignored as it is lower priority than the previous 'SetByProjectSetting'. Value remains '12'
    [2024.07.18-17.17.27:560][  0]LogInit: Display: LogConsoleManager: Warning: Setting the console variable 'r.VolumetricFog.GridSizeZ' with 'SetByScalability' was ignored as it is lower priority than the previous 'SetByProjectSetting'. Value remains '300'
    [2024.07.18-17.17.27:561][  0]LogInit: Display: LogUObjectGlobals: Warning: Failed to load '/Game/Core/Audio/C_Master': Can't find file.
    [2024.07.18-17.17.27:561][  0]LogInit: Display: LogUObjectGlobals: Warning: Failed to find object 'SoundClass /Game/Core/Audio/C_Master.C_Master'
    
    Timetable located at: C:/Program Files/Epic Games/TrainSimWorld4MOD/TS2Prototype/Plugins/HBK_2020/Content/Timetable/

    maybe some has a clue whats wrong.
     
    Last edited: Jul 18, 2024
  9. CFTFC

    CFTFC Active Member

    Joined:
    Apr 18, 2020
    Messages:
    101
    Likes Received:
    121
    Try this in your bat file ('../../Plugins' and '/Content' removed)

    Timetable=/HBK_2020/Timetable/HBK_TT_2020
     

Share This Page