Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
可配置模块的配置文件位置:
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.