Hi everyone,
I have been playing around with my model for a while now in OR (originally had the activity set up in MSTS), and I came across the timetable mode in OR.
My goal is to set up AI trains around the player activity, however there are a lot of AI trains to set up my entire day.
I found the manual for the OR timetables, however when the timetable starts, the train does not run by itself as an AI but rather require the user to drive it.
I need some advice on how to set up the OR timetable for some train sets.
This is what my timetable_or file looks like at the moment with just one train, however I would like to include more trains on this list, specifically the AI. The timetable below starts, but does not drive by itself on that path.
,#comment,T150
#comment,TEST,
#path,,T150.pat
#consist,,MPI-L12.con
#start,,7:02
Can I add more trains to it ? perhaps some timetable times as well ? I was thinking something like the code below for the timetable.
,#comment,T150
#comment,TEST,
#path,,T150.pat
#consist,,MPI-L12.con
#start,,7:02
,#comment,T152
#comment,TEST,
#path,,T152.pat
#consist,,MPI-L12.con
#start,,7:05
Any help with this task would be greatly appreciated.