Cybersyn 2


Creates a feature-rich train logistics system controlled by cybernetic combinators and the circuit network. A successor to Project Cybersyn, redesigned for Factorio 2.0.

Content
11 days ago
2.0
267
Logistics Trains Circuit network

Changelog

Version: 0.1.3
Date: 2026-05-01
  Changes:
    - Deprecated the "Wagon" combinator mode, which was an early prototype of the "Wagon Contents" and "Wagon Split" modes that had some technical issues. Stations using this mode will trigger an alert and be ignored by the logistics system. To migrate, replace "Wagon" combinators with the appropriate combination of "Wagon Split" and "Wagon Contents" combinators.
    - Added "Wagon Split" combinator mode, which splits the contents of orders evenly across wagons, outputting per-wagon manifests.
    - Added "Wagon Contents" combinator mode, which reads the inventory of the attached cargo wagon in real time in a UPS-efficient manner using a proxy inventory.
    - Added a mod setting to prefer parallel deliveries across stations with shared inventory. (Enabled by default.)
  Bugfixes:
    - Fixed a race condition that could cause incorrect auto allow lists.
    - Fixed a cache coherency issue that could cause a single provider to be overused when other less busy providers were available.
    - Fixed a crash that could rarely occur when destroying a train stop at a certain point in the logistics loop.
  Compatibility:
    - Disabled the construction of combinators via the Mouse-Over Construction mod, which was causing settings data loss.
Version: 0.1.2
Date: 2026-04-23
  Bugfixes:
    - Fixed a cache invalidation issue with shared or duplicate orders for the same item.
Version: 0.1.1
Date: 2026-04-09
  Bugfixes:
    - Fixed an issue preventing ghost combinators from opening the GUI.
  Compatibility:
    - Pre-alpha migrations have been removed. If you are updating from a pre-alpha version, make sure your save is fast-forwarded to the latest Git version before switching to the mod portal release.
Version: 0.1.0
Date: 2026-01-19
  Features:
    - Initial mod portal release.
    - See online documentation for full details.