Cities: Skylines

Cities: Skylines

28 个评价
Integrator: Log Generator
   
奖励
收藏
已收藏
取消收藏
Mod
文件大小
发表于
更新日期
20.992 KB
2019 年 9 月 29 日 上午 12:46
2022 年 7 月 23 日 上午 2:28
7 项改动说明 ( 查看 )

订阅以下载
Integrator: Log Generator

描述
Integrator is a mod that generates logs from your cities' stats to be processed and ingested by a log correlation engine, like Splunk.

Integrator generates log files in a key : pair format, for over a dozen different categories, including:

- Cash Balance
- Energy, garbage, sewage and water levels
- Population count
- Traffic efficiency
- Public transport line usage

By default, Integrator logs to C:\temp\citiesout.txt. This can be changed in the mod settings

Tested on Windows 10 only.
14 条留言
macluk 2020 年 11 月 5 日 上午 5:18 
it's just errors only :/
infinitevalence 2020 年 7 月 8 日 下午 8:01 
Any chance this can be tested on Linux? I really want to capture my city data but I keep getting errors every time it polls with a null reference pointer.
McGroggin 2020 年 5 月 19 日 上午 2:16 
An error has occured in mod's OnAfterSimulationFrame method.
Assembly: Integrator, Version=1.0.7428.26061, Culture=neutral, PublicKeyToken=null
Severity: Medium

System.NullReferenceException: Object reference not set to an instance of an object
at Integrator.IncomeExpensesPoll.CalculateArenasExpenses (ArenaIndex arenaIndex, System.Int64+ expenses) [0x00000] in <filename unknown>:0
at Integrator.IncomeExpensesPoll.GetVarsityArenaExpenses (SubService subService, ...
at Integrator.IncomeExpensesPoll.Poll (System.String moneyFormat, System.Globalization.CultureInfo moneyLocale) ...
at Integrator.IntegratorInfo+IntegratorThreading.getExpenses () [0x00000] in <filename unknown>:0
at Integrator.IntegratorInfo+IntegratorThreading.OnAfterSimulationFrame () [0x00000] in <filename unknown>:0
at HealkitMod.Patches.ThreadingWrapperOnAfterSimulationFramePatch.Prefix (System.Collections.Generic.List`1 ___m_ThreadingExtensions) [0x00000] in <filename unknown>:0
McGroggin 2020 年 5 月 19 日 上午 2:14 
Mod is throwing an exception every time it polls with the error below when the game is un-paused.

Log appears to be writing correctly with error suppressed.

Error character count exceeds comment limit. I'll post what I can of it in a following thread.
leftbehind 2020 年 5 月 9 日 下午 10:31 
Marked as updated and fixed in next update to mod compatibility checker.
leftbehind 2020 年 3 月 27 日 下午 9:32 
There were updates to many parts of the game in Sunset Harbor update and it seems one has broken this mod.
rkumob 2020 年 3 月 13 日 上午 10:08 
Unfortunately mod is generating null reference exception every N seconds where N is number of seconds in poll interval. However the file is updating.

This is the first time I install this mod, so I'm not familiar with output format and contents, but I don't get that "line_passengers" rows in the file as seen on mod's thumbnail. I see types from "energy" to "building_stats".

I have TMPE 11 and IPT2, if this helps.

Also, recently I removed Natural Disasters DLC. Might that be the problem? All other non-radio DLCs including Mass Transit are installed.
ace0015 2019 年 12 月 14 日 下午 9:01 
This mod is wonderful, thank you for this. I'm using Python to parse the log and create some interesting charts. I am wondering if it is possible to also provide district-specific stats for each of these categories? It would allow for some very interesting comparisons of how different parts of the city are specializing and developing. Thanks for the great tool.
Lachlan  [作者] 2019 年 11 月 15 日 下午 2:42 
@zoltan.kocsis.1990 make sure C:\temp exists, or try changing the output destination in the settings
zoltan.kocsis.1990 2019 年 11 月 13 日 上午 1:40 
Windows 7: Could not find a part of the path "C:\temp\citiesout.txt". [System.IO.DirectoryNotFoundException]

Details:
No details