Mods introducing new content into the game.
Version: 3.1.2
Date: 2025-08-21
Changes:
- Removed deprecated API code, all code use LuaSchedule.
Bugfixes:
- Fixed add passenger on temporary stop from user
Version: 3.1.1
Date: 2025-05-11
Bugfixes:
- Fix error when use wagon value, API changed game.item_prototypes to prototypes.item.
Version: 3.1.0
Date: 2025-04-28
Bugfixes:
- Fix working with interrupts, the script keeps interrupts.
Changes:
- Removed renamming all stations, it was implemented in factorio 2.0, use ctrl+click on validate button when you rename station
Version: 3.0.0
Date: 2024-10-26
Changes:
- Updated for Factorio 2.0
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