Energy Combinator

by VinDust

Fork of PowerCombinator by Peter Meter, updated to 2.0 Quality ignored. Currently not working in global electric networks (Space Platform) Have power consumption and power production as signals in your circuit network. Additional envelope signals for maximal projected electric production/consumption are also provided. We use the electric network id for accounting of all calculated values within each electric network.

Content
a month ago
2.0
232
Circuit network

g What is 1/10^x value?

a month ago

Please explain :)

a month ago

Value of "1/10^x" signal means all production, consumption, etc outputs multiplied by 1 / 10^(value-of-that-signal)
By default it's equals 3
=> multiplier = 1/10^3 (or 1e-3)

Example:
We have 1.5MW consumption = 1_500_000W ("_" is thousand digit separator, for readability)
If "1/10^x" == 3 then
1_500_000 * (1/10^3) = 1_500_000 / 1_000 = 1_500KW
=> consumption-signal = 1_500

Speaking of, what you think, is changing of this value needed? (Currently changing that value not implemented)

a month ago

Oh, I see :)) it's simply divider (multiplier) for W -> kW conversion :)

Well, my opinion is that the more features and settings, the better. :)

But personally, I haven't figured out how to use your wonderful mod in my game yet :)))

New response