-
Notifications
You must be signed in to change notification settings - Fork 59
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
Correct "per week" stats #59
Comments
Following statistics need to be updated: Main tool selection panel
Tool panels
Main panel
Info panels
|
Nice overview! So are you gonna change to show the actually week stats (7 realtime days)? |
Showing stats for a particular predefined period is not possible (be it an hour, a day, or a week). The reason of that is how the game does calculate the statistics. The game calculates all stats every 3840 simulation frames regardless of what time flow Real Time configures. This leads to a very odd situation: all economy and logistics are based on this 3840 simulation frames period. Set the time flow speed to 7 - and one stats period is 80 minutes. Set the speed to 1 - and the stats period is one minute! Since the statistics gathering is scattered across the whole game, it would be a nightmare trying to synchronize the calculation with the time flow speed. And keeping in mind that the time speed in Real Time can arbitrary change (and often)... So instead, the statistics period will be shown, not the alternatively calculated values. That means:
These are the same 20 passengers in the same time, but the calculation period was different (because of different time speed). This also affects the economy (income / expense), upkeep costs, oil and coal storage, water consumption, etc. etc. You will see this new statistics period for all of those parameters, but the numbers will be the same. |
In the PT lines overview, you have for example 3000 cims per week, but that is in the simulation time and in the real time. I guess it's more like 3000 per hour?
So either replacement of the word "week" to "hour" could work, or show the actual week stat, so i guess more like, 50000 per week.
This also applies for parks and unique buildings, and other stuff i forgot.
The text was updated successfully, but these errors were encountered: