XCOM 2
[WOTC] Gotcha Again Redux
Showing 1-10 of 18 entries
< 1  2 >
Update: 27 Apr @ 5:27am

v3

UPDATE: Why the big jump from 2.4? Well, because it's been near on a year since any updates!
This version adds in some code from Tedster around the Revert Overwatch Rules checking. Specifically looking for diagonal tiles and better showing if an overwatch will happen or not.

It is largely untested by myself but Tedster has claimed to run multiple tests with everything working much better. I trust him in this regard.

~ Enjoy!

Update: 7 Jul, 2024 @ 10:13pm

v2.4

BUGFIX: Fixed a minor issue that shouldn't come up in normal gameplay. If you use X2AllowSelectAll true to select an enemy unit and target XCom with any damaging perk, the unit flag health and shield pips would continue flashing until the next game/ui update, due to the ClearAbilityPreview function only working for 'enemies to the player'. This is now set to work for 'any' unit.

Update: 5 Feb, 2024 @ 12:58pm

v2.3.1

HOTFIX: Fixing the same issue, altered the logic a bit, seems to be working now :)

Update: 5 Feb, 2024 @ 7:17am

v2.3

BUGFIX: Should fix an issue with Squadsight mec-hacking indicators being visible in the FoW

Update: 15 Oct, 2023 @ 8:14pm

v2.2

BUGFIX: Hopefully fixes an issue where the overwatch eye was busted ... ...

Update: 3 Sep, 2023 @ 7:45am

v2.1

UDPATE: Code review from Iridar that has massive improvements to the Waypoint Marker system, particularly for the Delayed Damage Indicator (PsiBomb) and finding the perks range.

BUGFIX: Added code to auto-detect controller users and auto-disable MissClick Protection if a controller is in use. Force overrides the MCP-on/off MCM setting.

Decreased the default MCP delay to 0.3 for all the people complaining that the 0.7 was too long ....

Update: 1 Sep, 2023 @ 6:45pm

v2.0.1

No change but the last version didn't upload correctly

[EDIT]: this version looks good :)

Update: 1 Sep, 2023 @ 6:36pm

v2.0

BUGFIX: Fixed an issue with Pistol Overwatch not registering Post-Markers. Many thanks to OnyxLock for the bug report!

Update: 19 Aug, 2023 @ 8:00pm

v1.9

UPDATE: Added a new MCM option to turn on/off some logging for overwatch/squadsight overwatch and suppression triggers... to help my fellow (LWotC) ModDev Tedster (and others) debug random spurious Indicators, to try and figure out what is creating them!

Update: 5 Aug, 2023 @ 5:47pm

v1.8

BUGFIX: Added an "is alive" check to the function that gets revealed enemies (for overwatch or suppression). Should fix some edge cases where 'dead overwatching units' were confusing things.