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

"Balance Delta" update interval command #43

Open
QINGKn opened this issue Nov 28, 2024 · 0 comments
Open

"Balance Delta" update interval command #43

QINGKn opened this issue Nov 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@QINGKn
Copy link

QINGKn commented Nov 28, 2024

Is your feature request related to a problem? Please describe.
I am playing a modpack with factories that get inputs from buyers and sell stuff using sellers. They sell a stack of items at a ~5-10 second time interval. The "balance delta" is updated every second (i think) at the moment. So for example, it shows -150 for one second then -350 for another second and then the +2000 when a stack gets sold. This makes it hard to see how much money i am actually making over a bigger time period.

Describe the solution you'd like
My first thought and search was an in game command that lets you set the update interval of the "balance delta" so if you set it to 5 seconds you get the average delta/second over the last 5 seconds.

This can also be put in a config file without a command to make it a bit more simple to implement.

For example: second 1 I earn -150, second 2 I earn -350, second 3 I earn 0, second 4 I earn - 200 and second 5 I earn +2000.
(-150) + (-350) + (0) + (-200) + 2000 = 1300 → +1300/5 seconds → 1300/5 = +260/s
So the UI would show me +260/s and it updates every 5 seconds.

Describe alternatives you've considered
I have searched for this option but could not find it. If this option already exists, please let me know and add it to the documentation on the Github

@QINGKn QINGKn added the enhancement New feature or request label Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant