Signal Controlled Trains


Send trains to stations receiving signals that match the train's cargo, or use signals to send a train to pickup cargo. Includes an option to automatically add refuelling stops to train schedules.

Content
1 year, 1 month ago
1.1
367
Transportation Logistics Trains Circuit network

Changelog

Version: 1.1.1
Date: 2023.04.18
  Bugfixes:
    - Fixed a crash when adding new surfaces
Version: 1.1.0
Date: 2023.04.12
  Changes:
    - Changed how caching list of train stops accepting/providing a resource works for better performance; instead of removing a train stop from each resource list every single time it's polled during poll_train_stop(), it is instead removed during standard_delivery() or pickup(), when trains check that a stop still has that signal.
    - Stopped storing and updating signal.type, as it was only used in update_train_stop_signals().Removed get_station_signals() as a consequence
  Bugfixes:
    - Fixed an error in poll_deliveries
Version: 1.0.1
Date: 2023.04.11
  Bugfixes:
    - Fix crash on train stop removal
Version: 1.0.0
Date: 2023.04.06
  Changes:
    - Initial release