This package has been marked as deprecated, and it's suggested another
alternative is used.
CityMonitor
A little panel with the most important metrics of your city without having to browse around
| Last updated | 2 years ago |
| Total downloads | 27585 |
| Total rating | 19 |
| Categories | |
| Dependency string | CaptainOfCoit-CityMonitor-0.3.0 |
| Dependants | 1 other package depends on this package |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100CaptainOfCoit-HookUI
Allows mod authors to inject their own UI into the existing CS2 game UI
Preferred version: 0.3.2README
City Monitor for Cities: Skylines 2
Displays a little window so you can see the most important details of your city without having to open up any panels manually.
Should display the following stats:
- Electricity availability (
electricityInfo.electricityAvailability) - Water availability (
waterInfo.waterAvailability) - Sewage treatment (
waterInfo.sewageAvailability) - Landfill usage (
garbageInfo.landfillAvailability) - Incineration status TODO
- Healthcare availability (
healthcareInfo.healthcareAvailability) - Average health (
healthcareInfo.averageHealth) - Cemetery usage (
healthcareInfo.cemeteryAvailability) - Crematorium availability TODO
- Fire hazard (
fireAndRescueInfo.averageFireHazard) - Crime rate (
policeInfo.averageCrimeProbability) - Jail availability (
policeInfo.jailAvailability) - Elementary school availability (
educationInfo.elementaryAvailability) - High school availability (
educationInfo.highSchoolAvailability) - College availability (
educationInfo.collegeAvailability) - University availability (
educationInfo.universityAvailability) - Employment rate TODO
Requirements
Installation
- Make sure BepInEx 6.0.0 is installed
- Make sure HookUI is installed
- Download latest release from GitHub - https://github.com/Captain-Of-Coit/cs2-city-monitor/releases
- Extract the ZIP archive
- Place
city_monitor.transpiled.jsinCities2_Data\StreamingAssets\~UI~\HookUI\Extensionsdirectory, within your game directory