Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
Tech progression is now year based instead of era based.
The only thing the era does nowadays is setting your starting setting
Thanks :)
Probably named year handler or something like that
I've hunted around in the scripts folders and also tried the "Year_cycles" setting mentioned above, but no luck on either one. Any pointers towards the right line to tweak would be appreciated. :)
In: [Steam Install Location]\Steam\steamapps\workshop\content\32470\1125571106\Data\Scripts\Library\eawx-plugins\year-handler
Find: YearHandler.lua
On Line 17, change self.cycles_per_month = 1 to self.cycles_per_month = x where x is your desired months per cycle. I can confirm it works with self.cycles_per_month = 3, making it 3 cycles per month. I also set the file to read-only, unsure if that effected whether the change was confirmed. I also started a new game so can't confirm it will work with saves, but I imagine it would since it's a script file change and not a campaign setup file.