Compact circuits


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

Content
3 days ago
1.1 - 2.0
8.35K
Circuit network

b Does not play well with factorissimo 3's recursive blueprint features.

16 days ago
(updated 16 days ago)

https://github.com/notnotmelon/factorissimo-2-notnotmelon/issues/53

Here is my code to script-create the blueprint.

local mapping = stack.create_blueprint {
surface = source.inside_surface,
force = source.force,
area = {first_anchor.position, second_anchor.position},
always_include_tiles = true,
include_trains = true,
include_station_names = true
}
setup_blueprint_tags(stack, mapping)

It seems there are no blueprint_setup events I can raise for this, however 2.0 does allow definition of custom events. Are you willing to implement a listener for this event if I add it to the mod?

13 days ago

Il will.

12 days ago

Merged and published

New response