Compact circuits


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

Content
3 months ago
1.1 - 2.0
13.1K
Circuit network

g 2.1 Not working... Is it dead

14 days ago
(updated 14 days ago)

Will this get resurrected in 2.1 ?

Getting

compaktcircuit 2.0.28 errored when running a required file.

compaktcircuit/scripts/processor.lua:1: module flib.migration not found; no such file flib/migration.lua
stack traceback:
[C]: in function 'require'
compaktcircuit/scripts/processor.lua:1: in main chunk
[C]: in function 'require'
compaktcircuit/control.lua:2: in main chunk

When I attempt to load the map. This is a clean map so it's just batling with internals and flib... ????

12 days ago

flib.migration was deprecated and removed in the latest version of flib, which broke mods that use that function. Maybe putting that file back in flib will fix it, but I haven't done much experimentation in that regard personally.

7 days ago

Not many changes seem to be needed to update to 2.1. I submitted a PR for it: https://github.com/Telkine2018/compaktcircuit/pull/64/changes

New response