Cities: Skylines

Cities: Skylines

CSL Stats Panel
Hiển thị 1-10 trong 25 mục
< 1  2  3 >
Cập nhật: 5 Thg08, 2016 @ 3:28pm

See notes at: http://sp.zhabite.com/workshop/filedetails/discussion/412708301/405692758709794502/

Cập nhật: 5 Thg08, 2015 @ 7:20pm

possibly fixed onReleased errors when exiting and starting new game after stats panel is both visible and non-visible.

Cập nhật: 16 Thg04, 2015 @ 10:43am

added new category "Trade" shows some import / export figures.

made button font a little smaller on config screen to fit everything (config screen also scrolls with mouse wheel if you size it smaller)

changed graphic on "Unemployment" category.. it was using the outside connections graphic, which I'm now using for Trade..

Cập nhật: 7 Thg04, 2015 @ 9:57am

fixed bugs vehicle logic that checks if source building is full or emptying

Cập nhật: 6 Thg04, 2015 @ 7:14am

fixed crash on exit to main menu then start new game

Cập nhật: 5 Thg04, 2015 @ 6:37pm

- excluded vehicles from garbage and death stats when their building is full or emptying

- re-organized education stats a little to show both % and raw number for educated levels.

- added new stat category "Unemployment", remember you can disable this entire category in the config screen.. yellow = 15%, red = 25%

- restricted panel move to left or right mouse buttons (no middle click to move the stats panel anymore, this caused some weirdness)

let me know what you think of the new changes

Cập nhật: 2 Thg04, 2015 @ 11:24pm

added traffic stats. the summary % is based on average "delay" per car which is wait time + block time. it also averages over the past several data readings, so it doesn't jump around so much. 100% traffic is 1.00 delay, so it's pretty easy to hit. I think this is about how the game treats it as well -- I was able to play to 22k population just now and kept under 19% traffic (.19 delay) most of the time, not without effort..

added a try / catch on the data timer

Cập nhật: 2 Thg04, 2015 @ 1:07pm

updated total vehicles count with secret sauce
productionRate * (count + 99) / 100

updated Educated Count stat to subtract Educated0 group

Cập nhật: 2 Thg04, 2015 @ 11:40am

excluded police from considering vehicle stats numbers in summary % (they always use all their cars)

Cập nhật: 2 Thg04, 2015 @ 10:53am

added education level 1, 2, 3 stats

added option "Vehicle Usage" to consider usedVehicles / totalVehicles in the % summary. When on it will display whatever is higher -- vehicle usage or normal usage/capacity

refined data refresh to better align with UI update interval; data should refresh in the background a half second before the UI refreshes, rather than a steady 1s interval

fixed format issues with garbage numbers, showing "K" when they were less then 1000.

tooltips in mini-mode - mouse over a stat in mini-mode to get details from the expanded view in a tooltip