TL;DR
Add an "arbitrary item"-symbol that iterates over all items (not only the items in cargo) for train scedules.Description
Using the new train interrupts, I was able to create the following behavior (similar to the mod LTN):- by default, the train is waiting at a "Depot" station
- (Interrupt:) If a requesting station of type X (ReqX) and a providing station of the same type X (ProX) are available:
- Go to ProX and load item X and
- Go to ReqX and unload item X
(I just found a similar suggestion: Train interrupt station wildcard match.)
I made a minmal example: