You are viewing a potentially older version of this package. View all versions.
CaptainOfCoit-CityMonitor-0.3.0 icon

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-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100
CaptainOfCoit-HookUI-0.3.2 icon
CaptainOfCoit-HookUI

Allows mod authors to inject their own UI into the existing CS2 game UI

Preferred version: 0.3.2

README

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.

https://github.com/Captain-Of-Coit/cs2-city-monitor/assets/126259864/c75e0b7f-ac10-4086-af54-44e9b19e5fdf

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 in Cities2_Data\StreamingAssets\~UI~\HookUI\Extensions directory, within your game directory