Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
total_profit is almost equal to the weekly income in the main UI. There is an error in the display depending on the timing of updating the graph.
budget.total >= 0
total_profit = tax.total - budget.total (there is no absolute value)
tax includes fare.
Each value of total will overflow if it is 4294967295 or greater.
The problem of the import/export graphs always being zero could not be confirmed in both 1.0.26.1 before the update and 1.0.26.2 after the update.
In 1.0.26.1 before the update, the tourlist shows a large number of tours.
If the number is still large after the update, we could not confirm it here.
Both were tested multiple times with both a new game and previous save data.
Note that even if the mod is updated, the previous statistics will not be updated, and the changes will be applied from the newly added statistics.
"Import/Export" : Statistics are always zero.
"total_profit" is calculated as tax.total-budget.total.
-> budget.total <= 0 ?
--> Value of total_profit = tax.total + | budget.total |.
"Tourist" : Not sure if correct.
->New Game.The population is only about a thousand people.
For tourists and Import/Export, I will change the source of data from final to average to make the code fit the display.
In this mod, total_profit is calculated as tax.total-budget.total.
-> Fishing products cannot be imported
"total profit" = income + | expenses | ?
"Tourist" statistics may be wrong
What do i miss?
Statistics can be saved in csv format from the options screen under the name cslmoregraphs.csv. Generally, the csv file is saved in the same directory as cities.exe.
@lomarcanys I see, transparency is an interesting idea. I hadn't thought of that.