XCOM 2
[WotC] The MOCX Initiative
156件中 1-10 を表示
< 1  2  3 ... 16 >
更新: 3月14日 @ 12時28分

Updated MOCX Evac to account for edge case scenario of a psionic unit being Sustained while just about to evac - this results in a unit still being active *while* having counted as evacuated, so to prevent unit state weirdness this now just delays their ability to escape a fight.

更新: 2024年2月10日 @ 7時09分

Adjusted bleedout check with help from FearTheBunnies - this should make the MOCX check consistently fire first and obey .ini configuration now.

更新: 2024年1月17日 @ 7時28分

Added logging statements to track reported issues with units dying instead of bleeding out.

更新: 2024年1月10日 @ 16時30分

MOCX Bleedout now fully works like it did before - By default it's a 1d100 roll vs a soldier's will score. They bleedout if it's lower than their current will, die if it's not.

This can be adjusted depending on user preference if you want MOCX soldiers to always bleedout or to always die upon death in the mod's XComGameCore.ini.

更新: 2024年1月8日 @ 18時07分

Fixed MOCX units not evacuating when put in a bleeding out state: forget to update it to account for returning to normal bleedout, whoops.

更新: 2023年12月11日 @ 15時10分

Updating this to let MOCX units naturally bleed out again, since the highlander has fixed the root cause of the issues with it as far as I can tell.

更新: 2022年11月7日 @ 8時35分

Fixed Fear of MOCX not having a proper configuration, whoops. (Thanks to Evilbob22 for pointing this out)

Did a look over at how MOCX units are constructed: I didn't see anything that would cause the missing pawn bug as reported by people but maybe it just needs an update?

更新: 2022年6月26日 @ 16時09分

Semi-reverted changes to MOCX reinforcement checks.

Semi since I found I can use an optional bool so it's ok with null being returned, so hopefully this still solves intermittent crashing issues?

更新: 2022年6月25日 @ 11時22分

Take two at updating the mod to actually spawn the MOCX Leader as intended. Check comments for grabbing an older version of a mod if you're using a mod that Mod Class Overrides a class from *this* mod, because it will cause crashes if there's changes to the class it's overriding.

Also, refactors how the mod checks if we've spawned reinforcements so it stops generating errors when it does the check. Hopefully deals with the intermittent crashes reported for MOCX units dropping in.

更新: 2022年5月11日 @ 13時32分

Reverting to February 11 version since I apparently did something really bad trying to update this.