Blueprint Share

by imoth_f

Share blueprints between two Factorio instances on the same device with multi-monitor setup over UDP. Also supports blueprint books, deconstruction planners, and upgrade planners.

Utilities
a month ago
2.0
146
Blueprints

Changelog

Version: 0.3.1
Date: 2026-05-21
  Gui:
    - Added time ago label.
Version: 0.3.0
Date: 2026-05-02
  Features:
    - Added chunked transfer. Large blueprints, books, and planners are now split across multiple UDP packets and reassembled on the receiver, lifting the prior single-packet size cap.
    - Added a progress bar in the inbox for in-flight transfers.
    - Added a Max transfer size setting (map-wide, default 512 KiB; 0 = unlimited). Incoming and outgoing transfers larger than this are rejected.
    - Receiver now warns on mismatched mod version, in addition to the existing Factorio version check.
  Changes:
    - Minimum base game version raised to 2.0.67.
Version: 0.2.1
Date: 2026-04-28
  Gui:
    - Added a shortcut for toggling the inbox window.
    - Added a mod GUI button (top-left of the screen) for toggling the inbox window.
    - Added a setting to show or hide the mod GUI button (per-player, default: enabled).
  Changes:
    - Renamed the inbox window title to "Blueprint inbox".
  Bugfixes:
    - Fixed empty blueprint books not being exported correctly.
Version: 0.2.0
Date: 2026-04-26
  Features:
    - Added an inbox window with history of received blueprints, books, deconstruction and upgrade planners. Toggle with Ctrl + Shift + B.
    - Added an inbox capacity setting (per-player, 1–16 slots, default 5).
    - Auto-received items are now placed in the cursor as a temporary stack. Pressing Q clears the item instead of placing it in the inventory.
  Bugfixes:
    - Fixed an import-result check that could misreport a successful receive.
    - Fixed locale inconsistencies in English and Ukrainian.
Version: 0.1.1
Date: 2026-04-22
  Bugfixes:
    - Fixed blueprint being received multiple times when connected to a server.
Version: 0.1.0
Date: 2026-04-21
  Features:
    - Share blueprints, blueprint books, deconstruction planners, and upgrade planners between two Factorio instances over localhost UDP.
    - Send and receive hotkeys (Ctrl + B, Ctrl + R).
    - Per-player settings: destination port, auto-receive, log level.
    - English and Ukrainian localisations.