Useful Combinators


Adds many useful combinators that do various things! some simplify combinator logic whilst others add new functionality!

Content
2 years ago
0.14 - 1.1
6.76K
Circuit network

i multiple inputs

6 years ago

I would like a set of combinators, that can take to wire Signals and calculate for each Signal type (eg iron) a*b, a/b, min(a,b) or max(a,b).

6 years ago

More details please

6 years ago

so, you have a combinator with 2 Inputs and one Output and Name the Inputs iron_a, iron_b or solid_fuel_a, solid_fuel_b etc and then you have the Option to say for each Signal type (each letter, number, item...) you define Signal_out:= Signal_a * Signal_b. The "*" in the last equation can of Course be replaced by any other in game Operation (-,min,max,/) (+ is not really useful as it is the Basic way factorio adds Signals)

6 years ago
(updated 6 years ago)

So you have (for example) two iron inputs of different sources you want to perform math on directly using one combinator?

6 years ago

exactly. but on the same time i want to be able to apply the same Operation to all Signals, eg iron, copper, water and all other Signals.

6 years ago

Will look into it and see if I can come up with something from this :)

New response