XCOM 2
Allies Unknown Redux² – LWOTC Compatible
Showing 51-53 of 53 entries
< 1  2  3  4  5  >
Update: 17 Dec, 2024 @ 7:52am

  • I have now properly disabled two EventListeners from the original AU that this mod already replaced. Now the old and new versions won't both run simultaneously.
  • Code Optimization: cached the CanRecruit() check that is called whenever a recruit is generated.
  • Made the existance of the the custom Character Pool Selection Mode for aliens recruits clearer in the mod description and in the config files, as well as properly calling for that variable over the general setting.

Update: 16 Dec, 2024 @ 8:10am

I've found that the free alien recruit given at campaign-start did not call the RandomizeStats function. Mildly-annoying for regular campaigns, but a big deal if playing with LWOTC.
I replaced the code that gives the free alien recruit with new code, along with a new config flag to disable this behavior in XComAlliesUnknownSquared.ini

Update: 15 Dec, 2024 @ 11:08am