Carts (mini cars) carry items around a network of painted paths. Original mod by dorfl. Fork by SingletonFactory. This fork of fork by DE_Schmitt. Compatibility with Nanobots added.
Mods introducing new content into the game.
Version: 1.1.9 Date: 04.07.2024 Added: - Another shortcut to auto-set inventory filters of transfer load/transfer unload chests, but instead of filtering one inventory slot per item, now filtering a whole inventory row for each item
Version: 1.1.8 Date: 01.07.2024 Added: - Shortcut to delete all logicarts of the selected route (select a route by hovering over any path tile of that route)
Version: 1.1.7 Date: 30.06.2024 Changed: - The hotkey to auto-set inventory filters of transfer load/transfer unload chests is now optimized in the way, that items inside the path loop that are requested and provided at the same time are ignored when setting the transfer chest inventory filters Thus only the very basic raw materials are part of the transfer load station filters and only the very final products are part of the transfer unload station filters. In other words: Transfer chests are only needed for stuff that is not produced locally.
Version: 1.1.6 Date: 25.06.2024 Changed: - Even is "coal" is not part of any inventory filter along the route, still add "coal" as inventory filter to the chest of a "transfer stop load" if its inventory filters are auto-configured by the user via hotkey (That way it is ensured that the burner logicarts on the side route get coal for themselves from the main route)
Version: 1.1.5 Date: 24.06.2024 Added: - Shortcut to automatically set chest slot filters by analyzing the complete route - When hovering over an unload station then slot filters are set by adding slot filters of all load stations along the route; - When hovering over a load station, then slot filters are set by adding slot filters of all unload stations along the route - Added new path type "transfer stop load" and "transfer stop unload" which acts just like normal "stop load" and "stop unload" path tiles with the only difference that the following shortcut to automatically set chest slot filters ignores this special load/unload tiles Changed: - Mining time for logicart paths increased to avoid accidental removals of logicart paths
Version: 1.1.4 Date: 10.06.2024 Fixed: - Bug "Item stack count has to be a positive integer." in control.lua:2754
Version: 1.1.3 Date: 09.06.2024 Added: - When using the shortcut to automatically place enough logicarts on a looped path and there were already carts on that course, then the items of the deleted logicarts are inserted into player inventory so that the items do not get lost when the old logicarts get deleted.
Version: 1.1.2 Date: 04.06.2024 Added: - Shortcut to automatically place enough logicarts on a looped path and automatically configure their inventory filters to match the inventory filters of all chests near unload stops along the path Changed: - Path tiles can be mined 10 times faster
Version: 1.1.1 Date: 27.05.2024 Fixed: - Items with stack size of 5 were not loaded since minimum count of 10 was not reached
Version: 1.1.0 Date: 20.05.2024 Fixed: - "Filter Path" script error led to logicarts using filter path turn in some cases where they should not do it
Version: 1.0.9 Date: 20.05.2024 Added: - New path type "Filter path" (which turns the logicart in that direction if any of the directly following chests' inventory filters match any of the logicarts inventory filters) Changed: - Less ingredients needed to build logicarts stops (only paint needed, but no ores anymore)
Version: 1.0.8 Date: 17.05.2024 Changed: - Path graphics
Version: 1.0.7 Date: 13.05.2024 Added: - Dependency to https://mods.factorio.com/mod/CustomColor
Version: 1.0.6 Date: 18.04.2024 Added: - Mask layer for logicart entity graphics so that the carts can be colored differently when using the mod https://mods.factorio.com/mod/CustomColor (currently only for burner carts) - When a new cart is placed it gets assigned a random color (currently only for burner carts)
Version: 1.0.5 Date: 16.04.2024 Changed: - Carts dont wait for 3 seconds inactivity anymore but only for 1.5 seconds inactivity
Version: 1.0.4 Date: 15.04.2024 Changed: - Carts load items faster - Carts only load/unload if at least 10 items can be transferred