XCOM 2
[WOTC] Rulers Pause Timers
Showing 1-7 of 7 entries
Update: 14 Sep, 2022 @ 11:46pm

v2.1

UPDATE: Added some new console commands for adjusting the mission timers

RPT_Timer_Increase
RPT_Timer_Decrease

RPT_Timer_Adjust (int)

... these commands are mostly untested, but should work on most missions. They have some code that adjusts the KISMET timers which is largely experimental but from everything I could test, works and is stable.
Thankfully these are console commands meaning you need to invoke them youself and they won't accidently crash things ...

Update: 30 Aug, 2022 @ 8:39pm

v2.0.1

HOTFIX: Just a small fix to the Console Commands. They now work.

Update: 30 Aug, 2022 @ 8:09pm

v2.0

MAJOR UPDATE:
Version 2.0? What happened to 1.4 ?
Well. The mod has been completely reworked internally, with some assistance from Iridar.
It no longer uses 4 hidden perks and the awkward UnitSeesUnit perk trigger.
The mod now has just one passive perk for information purposes only and uses the PlayerTurnBegun Event. This has improved how it functions dramatically, fixed the 'stasis' bug and means it is hopefully less prone to random CTD's.

From a player-facing functionality nothing should have changed, but please read the mod description again for anything that might be different.

Included some more units in the default configs.

Update: 14 Aug, 2021 @ 10:20am

v1.3

BUGFIX: Fixed an out-of-bounds error in one of my FOR loops. Should have no impact on use of the mod, but will stop an annoying log error.
Many thanks to Iridar for bringing my bad coding habbit to my attention!!

Update: 25 Mar, 2020 @ 5:55pm

v1.2

Fixes the issue of a possibly missing DLC Identifier as discussed in this wiki post;
https://www.reddit.com/r/xcom2mods/wiki/wotc_modding/missing_dlcidentifier

Many thanks to CX Iridar for highlighting the issue :)

Update: 21 Jan, 2020 @ 1:16pm

v1.1 Added the following modded enemies into the default config;

;***** https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1918499687 the HIVE (queen is a ruler!)
+RulerTemplates = CXQueen

;***** https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1360751246 cloned alien rulers
+RulerTemplates = ViperBoss
+RulerTemplates = BerserkerBoss
+RulerTemplates = ArchonBoss

;***** https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1856307251 corrupt avatar
;***** https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1857370380 elders corruption
+RulerTemplates = CorruptAvatar
+RulerTemplates = FinaleCorruptAvatar

Update: 21 Jan, 2020 @ 7:17am

v1.0 Initial Upload