You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using combined requester/provider stations, if a train has just finished delivering to it, it would be very good if the train checked if there's something that can be picked up from that very station.
Should be a quite nice reduction in the number of trains required since there'd be fewer empty trains moving around.
Bonus points if an incoming train to a station would make other trains prefer different deliveries not from that station since they would be handled by the incoming train after it's been unloaded.
The text was updated successfully, but these errors were encountered:
Unfortunately running the dispatcher an extra time specifically for when a train leaves a requester would be a huge amount of new code (it'd basically need to an entirely new dispatch function), so is very unlikely to happen.
When using combined requester/provider stations, if a train has just finished delivering to it, it would be very good if the train checked if there's something that can be picked up from that very station.
Should be a quite nice reduction in the number of trains required since there'd be fewer empty trains moving around.
Bonus points if an incoming train to a station would make other trains prefer different deliveries not from that station since they would be handled by the incoming train after it's been unloaded.
The text was updated successfully, but these errors were encountered: