Train Schedule Signals

by Helfima

Simple ways of scheduling trains.

Content
1 year, 7 months ago
1.1
3.26K
Trains

Changelog

Version: 2.1.0
Date: 2022-08-09
  Features:
    - Added option to rename all gares in one time (in station panel)
Version: 2.0.1
Date: 2022-08-04
  Bugfixes:
    - Fix event from any shortcut button
Version: 2.0.0
Date: 2022-06-26
  Features:
    - Allowed signal before retrait and depot signal
    - Added cargo comparition
    - Added condition "AND" between retrait and depot signal in same station name
  Changes:
    - Rebuilded all code of parser
  Bugfixes:
    - Fix add signal with char S
Version: 1.4.2
Date: 2022-06-12
  Changes:
    - Added allowed another signal in station name
  Bugfixes:
    - Fix error signal name with number (ex: uranium-235)
Version: 1.4.1
Date: 2022-06-10
  Changes:
    - Added Russian localization
    - Updated French localization
Version: 1.4.0
Date: 2022-06-06
  Features:
    - Added combine retrait and depot signal in same station name
    - Added automaticaly compute the quantity for wagon
  Changes:
    - Changed the code of parser to add combine signal
Version: 1.3.3
Date: 2022-06-04
  Changes:
    - Allowed value 0
Version: 1.3.2
Date: 2022-05-29
  Changes:
    - Added information in Tips And Tricks menu
  Bugfixes:
    - Fix a suspicious bug train.manual_mode (removed change and restore manual_mode)
Version: 1.3.1
Date: 2022-05-28
  Bugfixes:
    - Fix error when the station name is only a string.
Version: 1.3.0
Date: 2022-05-27
  Features:
    - Added option to signal manage the refuel station with Train_Control_Signals mod
Version: 1.2.1
Date: 2021-01-23
  Bugfixes:
    - Fixed bad select wait condition for depot or retrait (empty/full)
Version: 1.2.0
Date: 2021-01-23
  Features:
    - Added option to add passenger condition on temporary wait condition (shortcut and control CTRL+P)
  Changes:
    - Renamed signal name contain "ouput" by "output"
Version: 1.1.0
Date: 2021-01-21
  Changes:
    - Changed simple regex by a lexical parser to read station name and restored allowed comparition char "+"
Version: 1.0.1
Date: 2021-01-02
  Bugfixes:
    - Removed "+" in allowed comparition char, it was conflic with the "+" comparator type.
    - Fixed to use the virtual signal when is not item or fluid.
Version: 1.0.0
Date: 2020-12-25
  Changes:
    - Initial release