Compact circuits


Miniaturize a whole logic network into a single entity to save place (similar to factorissimo but for signals).

Content
a month ago
1.1 - 2.0
9.94K
Circuit network

g Can not open processor in editor mode

5 months ago

[Factorio 2.0.23, CC 2.0.11]

In the map editor, I can place compact processors just fine, but left-click (and control click) does nothing. It works fine in a "regular" game mode.

this boils down to lines 242-244 in editor.lua where the mod does:

if not allow_controller_types[player.controller_type] then
return
end

which returns false on the map editor.

5 months ago

I sent you a PR (https://github.com/Telkine2018/compaktcircuit/pull/40) that fixes this (and the persistent "Inputa" typo in the english locale :-) )

5 months ago

Your PR has been merged

5 months ago

thanks!

New response