• 1 Post
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 7th, 2023

help-circle



  • This was very in-depth, thanks a lot!

    If I am reading this correctly, the parking area is only to serve as a buffer for trains that have nowhere to go, right? For example, if there are no stations that have enough resources for a train to pickup, the train will be forced to wait at parking. This is one of the problems that I had been running into with my old system, and this will definitely solve it.

    And yes, I had been using train limits instead of enable/disable. I especially like your idea of

    If you can request 3 trains, you need to make sure that there’s space to park 2 trains by the station where they won’t interrupt traffic. I did it simpler to just have multiple pickup stations in parallel and depending on waiting material request 1 or 0 trains.

    Also, I will be sure to include the train type in my stations, i can see this being very useful if I want to scale up in the future!