Skip to content

Instantly share code, notes, and snippets.

@WiserTixx
WiserTixx / Remove Arrows.md
Last active February 4, 2024 11:33
(Cities: Skylines 2): Remove population & city budget arrows and replace them with the per hour value

Remove arrows for Cities: Skylines 2

  1. Go to index.js found in *GAME_DIRECTORY*\Cities2_Data\StreamingAssets\~UI~\GameUI (I suggest beautifying the file before making the edit)
  2. search for var JOe = function(t) { in index.js.
  3. select all the text from there to className: rEe.populationField and remove it.
  4. Paste the contents of the file below where the text was. then just save the file and you're good to go!

image (3) image (4)