Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
可配置模块的配置文件位置:
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
Something like 6 years as Children, 6 as Teen, 6 as Young adult, 50 at Adult, and 15 for senior.
Just wondering, is it also possible to mod how much garbage people produce? Would be nice to see the insane amount of garbage trucks and landfills be lowered.