XCOM 2
[WotC] The MOCX Initiative
156개 중 1~10개 표시 중
< 1  2  3 ... 16 >
업데이트: 2025년 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일 @ 오후 4시 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일 @ 오후 6시 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일 @ 오후 3시 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일 @ 오후 4시 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일 @ 오후 1시 32분

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