-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
power usage does not include drain #220
Comments
Ok, but why does this matter? Personally I use the kirkmcdonald to estimate the maximum power that I must supply. If I build enough power to support the maximum, by default, I support the drain. |
No, that's the point: the power totals shown on the calculator do not include the drain, so if you only provide exactly that much power, the factories will be underpowered in game because they require their drain power on top of their active power.
…On November 5, 2020 1:35:33 AM CST, DRY411S ***@***.***> wrote:
Ok, but why does this matter? Personally I use the kirkmcdonald to
estimate the maximum power that I must supply. If I build enough power
to support the maximum, by default, I support the drain.
|
I don't believe that's true. Drain is separate to when the machine works, not additive. In other words when machine is not working it uses 2.5KW. When it is working 75KW , not 77.5KW. |
Happy to stand corrected. Definitely a bug the Devs need to address then. |
I am new to the game, so it's very possible that drain was separate at some point in the past and that assumption continues to propagate by outdated guides and such. :) |
On the topic of power calculations, I'll also take the opportunity to bump issue #113: when a dependency is clicked to ignore it, there should be an option to also exclude that dependency's power requirement from the "total power" tally. It seems to me the point of ignoring dependencies is to indicate that they're produced elsewhere, which means not only their sub-dependencies but also their direct power dependency is not relevant to the current design and should be excluded from the power total. |
or other people not reading things carefully enough, when they are directed to the exact information. 👍 |
Looks like PR #191 already addresses this actually, although it calculates drain as 1/30th of active power which may or may not be true for all entities; it'd be better to add drain to the data definitions from the game. |
The "power" column seems to only reflect the active power use of the factories, but not their passive power drain. Per the wiki: "Drain is cumulative with energy cosumption - for example, an active Assembling machine 2 will consume 155 kW (150kW energy consumption + 5kW drain)."
To reproduce, configure a single Assembling machine 1 producing anything and note its "power" value: 75kW. Then look up that same factory in the wiki and note that its (active) "energy consumption" is 75kW, but it also has a "drain" of 2.5kW that the calculator omits.
The text was updated successfully, but these errors were encountered: