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
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.
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.
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
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.
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.
Try this in your bat file ('../../Plugins' and '/Content' removed) Timetable=/HBK_2020/Timetable/HBK_TT_2020