I see a few possibilities, but none that is both working and clean:
- Let inserter not insert fuel in a wagon. Unfortunately it seems that it's not possible as of now.
- Have all the trains have the same length. Well, yes, but that's precisely what I'm trying to avoid.
- Have different parallel stations, tailored to the train size. It would work, but then you have to give up on load balancing.
- Have both locomotives on the same side of the train. That would be the simplest workaround, but when I tried that, my train got stuck at the first railroad switch, the wagon that was heading the train went on the wrong path. Did I do something wrong or is there a way to make it work?
- Fuel the back facing locomotive in the remote station.
- Use only one locomotive, and turn-arounds at both sides of the railway. I'd like to avoid this solution though.
- Use extra stations just for refueling, these stations being tailored to the train size. On one hand it's quite nice, it would be service stations only, on the other hand it's clumsy, space consuming, and a bit less time efficient. Unless we could let the train go to the servicing station only once in a few trips, but I don't think it's possible.