XCOM 2
[WotC] The MOCX Initiative
Viser 1-10 af 156 forekomster
< 1  2  3 ... 16 >
Opdatering: 14. mar. kl. 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.

Opdatering: 10. feb. 2024 kl. 7:09

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

Opdatering: 17. jan. 2024 kl. 7:28

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

Opdatering: 10. jan. 2024 kl. 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.

Opdatering: 8. jan. 2024 kl. 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.

Opdatering: 11. dec. 2023 kl. 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.

Opdatering: 7. nov. 2022 kl. 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?

Opdatering: 26. juni 2022 kl. 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?

Opdatering: 25. juni 2022 kl. 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.

Opdatering: 11. maj 2022 kl. 13:32

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