Skip to content
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

Negative-positive-repeat #1101

Open
AmgRoni9 opened this issue Mar 1, 2024 · 1 comment
Open

Negative-positive-repeat #1101

AmgRoni9 opened this issue Mar 1, 2024 · 1 comment

Comments

@AmgRoni9
Copy link

AmgRoni9 commented Mar 1, 2024

Every now and then, when i use all of a resource, it will repeatedly go up to a certain amount before using it all while the amount gained changed into a negative.

@chipplyman
Copy link

This is expected - you are consuming more than you are producing. The consumption side temporarily turns off when it doesn't have enough input, so your net production goes positive. Then once your stock is sufficient to consume the resource, consumption turns back on and consumes it, and your net production goes negative until you run out. Then the cycle repeats.

One alternative here would be if the displayed net production number did not account for consumption that has been implicitly disabled for lack of resources. But it would probably be even more confusing for net production to display negative as stock was increasing.

The only way to remove the confusion fully would be to entirely change the model such that production is continuous instead of discreet, such that a set of factories or craftspeople work at e.g. 50% efficiency all the time instead of working at 100% efficiency 50% of the time. But this would require adding another column to track the efficiency, and most of the time this column would be useless.

I think the current approach is the most reasonable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants