Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
可配置模块的配置文件位置:
Windows-C:\Program Files(x86)\Steam\steamapps\common\Cities\u Skylines\slowCitizenAging.txt
Mac-/Users/<username>/Library/Application-Support/Steam/steamapps/common/Cities\u Skylines/slowCitizenAging.txt
Linux-/home/<username>/.steam/steam/SteamApps/common/Cities\u Skylines/slowCitizenAging.txt
创建文件后,您可以打开它并将文件中的数字更改为速度所需的除数。即:1/5老化速度为5。你不必完全退出游戏就可以进行更新,你可以在游戏运行时更改配置文件,然后加载你的保存,它会改变老化速度。
The "Slow Citizen Aging" thread indicates that it works as follows:
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.
How does this mod do the age stretching?
~/.steam/steam/steamapps/common/Cities_Skylines/slowCitizenAging.txt