This package has been marked as deprecated, and it's suggested another
alternative is used.
You are viewing a potentially older version of this package.
View all versions.
CityMonitor
A little panel with the most important metrics of your city without having to browse around
Date uploaded | a year ago |
Version | 0.3.0 |
Download link | CaptainOfCoit-CityMonitor-0.3.0.zip |
Downloads | 25366 |
Dependency string | CaptainOfCoit-CityMonitor-0.3.0 |
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.js
inCities2_Data\StreamingAssets\~UI~\HookUI\Extensions
directory, within your game directory