Get insights into what your logistics bots are doing and what to improve in your network. Provides concrete suggestions, an overview of what's in short supply and well as stats and information about robots charging, idle, picking up and delivering, information on items most frequently delivered, time to deliver, and the quality level of both robots and roboports. Supports multiplayer games and multi-network information, with easy navigation between them.
Providing the player with new tools or adjusting the game interface, without fundamentally changing gameplay.
Version: 0.10.9 Date: 2025-09-04 Bugfixes: - Fixed a crash when adding a new player to a game, or creating a new game. (D'oh!)
Version: 0.10.8 Date: 2025-09-04 Features: - Added a new "Add more bots" suggestion when less than 2% of bots are idle over a period of time Changes: - Networks window now auto sizes up to around 10 networks, then adds a scrollbar - Removed the distracting progress bars, replacing them with grey text in small font - Removed pause buttons to reduce UI clutter - No longer foreground-scan the active network when the Logistics Insights window is hidden - Removed per-player settings "show delivery" and "show activity" that are unnecessary Bugfixes: - Fixed a bug where the global chunk size setting was not being applied correctly - The suggestion stop adding more bots was never triggered, even when it should have been
Version: 0.10.7 Date: 2025-09-02 Changes: - Added a proper thumbnail/logo for Logistics Insights
Version: 0.10.6 Date: 2025-09-01 Features: - Add new Networks window, which can show a summary of all logistics networks being monitored - Networks can be monitored in the background, making it easy to keep an eye on multiple networks - A setting controls whether only networks with players active are monitored Changes: - Many performance optimisations for both single- and multiplayer games - Much improved scheduler, which distributes load across ticks much better - Spread out calculation of undersupply across multiple ticks to reduce performance impact - Move several settings to be runtime-global instead of per-player - Remove "Show mini window" and "Pause while hidden" settings Bugfixes: - Make sure robot qualities are counted even when nothing is being delivered
Version: 0.9.12 Date: 2025-08-24 Bugfixes: - Fixed a crash that could happen when moving the main window in a multiplayer game
Version: 0.9.11 Date: 2025-08-16 Bugfixes: - Fixed an issue where the paused state would be inconsistent, with no way for the UI to refresh correctly
Version: 0.9.10 Date: 2025-08-13 Features: - New suggestion: if >50% of bots are idle and more are still being added, stop adding more bots Changes: - Many internal changes and optimisations to prepare for future features Bugfixes: - The Delivery, History and Undersupply rows now clear when there is no active network - Messages about who freezes or unfreezes the game are now only shown once - Use paused state more aggressively to avoid unnecessary calculations - Now takes on-the-way deliveries into account when calculating undersupply
Version: 0.9.9 Date: 2025-08-12 Features: - Click on any item in the Delivery row to highlight/focus on the bots delivering it
Version: 0.9.8 Date: 2025-08-11 Features: - Now fully supports multiplayer games Bugfixes: - Fixed a situation where a suggestion button sometimes would keep a past click action
Version: 0.9.7 Date: 2025-08-08 Features: - Undersupply: Now shows a list of top items that where demand is greater than supply. - Suggestions: Now identifies key issues in the logistics network and suggests actions to improve it. - Each row in the UI can now be paused and unpaused depending on need. Changes: - When changing the Chunk size setting, immediately start using the new value. - Substantial refactoring of the code to make it possible to add more features. Bugfixes: - Clearing delivery history also unpaused delivery tracking, and left the UI in an inconsistent state. - Fix a crash when loading a game without a mod that defined an item that was previously delivered
Version: 0.9.6 Date: 2025-07-29 Changes: - "Pause while hidden" is now False by default, because the perf impact is now low enough for most networks - Several minor cosmetic enhancements to tooltip formatting and settings Bugfixes: - Clear active delivery icons when there is no current network
Version: 0.9.5 Date: 2025-07-27 Features: - Now counts robot and roboport qualities, making it easier to see if you have the right quality mix. - Qualities are shown in the tooltips everywhere it's relevant. Changes: - Added the ability to translate the mod into other languages using Crowdin Bugfixes: - Delivery history would sometimes be significantly overcounted, now it's an "at-most" figure. - This bug also affected the time taken to deliver an item, which was too low.
Version: 0.9.4 Date: 2025-07-27 Bugfixes: - Fixed a crash bug that could happen when networks were deleted or merged
Version: 0.9.3 Date: 2025-07-25 Changes: - Another modest performance improvement for large bot networks Bugfixes: - Tooltips now work correctly when the quality mod is not installed - Tooltips now show the correct localised name in all instances (before, entities were not correct)
Version: 0.9.2 Date: 2025-07-23 Changes: - Dramatically lower performance impact when analysing networks with many, many bots. This is a big optimisation. - More accurate history tracking data, though it gets worse when many chunks are needed - Now handle bot deletion better Bugfixes: - Fixed a crash when the network split or was deleted while watching it
Version: 0.9.1 Date: 2025-07-20 Bugfixes: - Fixed a stupid crash on creating new world
Version: 0.9.0 Date: 2025-07-20 Features: - Added a Factorio hotbar shortcut to toggle the Logistics Insights window, made the mini window optional - Added a hotkey to toggle the main window (Defaults to Alt/Option-L)
Version: 0.8.9 Date: 2025-07-19 Features: - More tooltip details about the network being monitored, including time active, paused and location Bugfixes: - When paused, the relevant buttons in the Activity row are now disabled - Don't show the Deliveries row if disabled, even if it's calculated to show History - Keep window position and retain history when upgrading from earlier mod versions - Make the code more robust in several places, particularly around player data handling
Version: 0.8.8 Date: 2025-07-15 Bugfixes: - Fixed a crash when the network being watched was entirely destroyed
Version: 0.8.7 Date: 2025-07-13 Bugfixes: - Fixed a crash when loading a game that had been used for multiplayer
Version: 0.8.6 Date: 2025-07-13 Features: - New ability to fix the network being watched, even if focus changes to another one - Added a Danish language translation (mostly to prove it can be done :) - Item names and quality in tooltips are now localized Changes: - Improved performance by only checking for a change of network twice per second
Version: 0.8.5 Date: 2025-07-12 Features: - Added setting to control the chunk processing interval, allowing better control of performance/accuracy trade-offs - Added setting to control the UI update interval Changes: - Tooltips now show icons instead of text wherever appropriate - Numerous minor performance improvements for bot activity tracking and UI updates Bugfixes: - Delivery history now takes chunk size into account, avoiding undercounting for short-distance deliveries - Fixed an issue where the tooltip for delivering/picking up would show template text if no bots were in the network - Fixed a crash when clicking on an activity button when outside of a logistics network
Version: 0.8.4 Date: 2025-07-11 Bugfixes: - Fixed a crash when there was no active logistics network introduced in 0.8.3.
Version: 0.8.3 Date: 2025-07-11 Features: - The main tooltip now shows information about bots and what the mod is doing, even when the window is hidden. - Added a setting to pause gathering of bot activity while the window is hidden Changes: - Tooltip for the toggle button now shows what the number represents: idle/available bots - The main window is now 90% opaque instead of 50% transparent - There are now separate buttons for toggling delivery information and clearing the history.
Version: 0.8.2 Date: 2025-07-10 Changes: - Hides the main window when the player looks at a Space Platform Bugfixes: - Fixed an issue where the Activity row would not update correctly when no network was present.
Version: 0.8.1 Date: 2025-07-10 Features: - First release. Keeps track of your logistic bots and their activity.