Steam telepítése
belépés
|
nyelv
简体中文 (egyszerűsített kínai)
繁體中文 (hagyományos kínai)
日本語 (japán)
한국어 (koreai)
ไทย (thai)
Български (bolgár)
Čeština (cseh)
Dansk (dán)
Deutsch (német)
English (angol)
Español - España (spanyolországi spanyol)
Español - Latinoamérica (latin-amerikai spanyol)
Ελληνικά (görög)
Français (francia)
Italiano (olasz)
Bahasa Indonesia (indonéz)
Nederlands (holland)
Norsk (norvég)
Polski (lengyel)
Português (portugáliai portugál)
Português - Brasil (brazíliai portugál)
Română (román)
Русский (orosz)
Suomi (finn)
Svenska (svéd)
Türkçe (török)
Tiếng Việt (vietnámi)
Українська (ukrán)
Fordítási probléma jelentése
可配置模块的配置文件位置:
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.