Edit: figured out how to get it on Steam Workshop.
I have 3 versions, slow aging speed, very slow aging speed, and configurable speed. Slow gives your Citizens about 20-24 years to live and Very Slow gives them 80-96 years. Default game is about 5-6 years.
Download: Slow Aging Speed to 1/4
Download: Slow Aging Speed to 1/16
Subscribe to Slow Citizen Aging on Steam Workshop
Subscribe to Very Slow Citizen Aging on Steam Workshop
Subscribe to Configurable Citizen Aging on Steam Workshop
Instructions: unzip the file into your mod folder. You may have to create the addons and mods folders because they won't be there.
Or, subscribe to the items on the Steam Workshop.
When in the game, go to the content manager mods tab and turn on the mod.
How it works: it uses the ThreadingExtensionBase from the modding API to do a OnAfterSimulationFrame call. I loop through the Citizens in the same way that the CitizenManager does it in the main game. I subtract 1 from their age except every 4th time in the slow and every 16th time in the very slow. I also won't reduce their age below certain thresholds to avoid setting off education/job change events again.
Update: Download a new configurable speed version.
After first loading up a map, it will create a file in your Cities: Skylines game directory called slowCitizenAging.txt, located like so:
After the file is created, you can open it up and change the number in the file to the divisor you want for your speed. I.e: 5 for 1/5 aging speed. You don't have to completely exit the game for the update to take place, as long as you exit to the main menu and load a new map it will read the new value.
I have 3 versions, slow aging speed, very slow aging speed, and configurable speed. Slow gives your Citizens about 20-24 years to live and Very Slow gives them 80-96 years. Default game is about 5-6 years.
Download: Slow Aging Speed to 1/4
Download: Slow Aging Speed to 1/16
Subscribe to Slow Citizen Aging on Steam Workshop
Subscribe to Very Slow Citizen Aging on Steam Workshop
Subscribe to Configurable Citizen Aging on Steam Workshop
Instructions: unzip the file into your mod folder. You may have to create the addons and mods folders because they won't be there.
Or, subscribe to the items on the Steam Workshop.
The mod user folder is located at:
On Windows C:\Users\<username>\AppData\Local\Colossal Order\Cities_Skylines\Addons\Mods
On Mac /Users/<username>/Library/Application Support/Colossal Order/Cities_Skylines/Addons/Mods
On Linux /home/<username>/.local/share/Colossal Order/Cities_Skylines/Addons/Mods/
When in the game, go to the content manager mods tab and turn on the mod.
How it works: it uses the ThreadingExtensionBase from the modding API to do a OnAfterSimulationFrame call. I loop through the Citizens in the same way that the CitizenManager does it in the main game. I subtract 1 from their age except every 4th time in the slow and every 16th time in the very slow. I also won't reduce their age below certain thresholds to avoid setting off education/job change events again.
Update: Download a new configurable speed version.
After first loading up a map, it will create a file in your Cities: Skylines game directory called slowCitizenAging.txt, located like so:
Windows - C:\Program Files (x86)\Steam\steamapps\common\Cities_Skylines\slowCitizenAging.txt
Mac - /Users/<username>/Library/Application Support/Steam/steamapps/common/Cities_Skylines/slowCitizenAging.txt
Linux - /home/<username>/.steam/steam/SteamApps/common/Cities_Skylines/slowCitizenAging.txt
After the file is created, you can open it up and change the number in the file to the divisor you want for your speed. I.e: 5 for 1/5 aging speed. You don't have to completely exit the game for the update to take place, as long as you exit to the main menu and load a new map it will read the new value.
Last edited: