XCOM 2
Zombies Don't Count
12 kommentarer
Haite 7. sep. 2019 kl. 23.21 
As said, it seems it does not work with the necromancer class, BUT! It seems to remove the panic when they are removed. I'm not 100% sure, so I'll keep update.
MonkeyDCooper 3. jan. 2018 kl. 18.53 
oh
PZ  [skaper] 3. jan. 2018 kl. 15.08 
If you have issues with this mod and are using WOTC, I recommend unsubscribing from this version of the mod and using the new WOTC version instead. http://sp.zhabite.com/sharedfiles/filedetails/?id=1256370393

(The best time to do this is when starting a new campaign, otherwise you'll get an error message)

I don't think this will help with the Necromancer, though, unfortunately, because that mod has its own override of X2Effect_SpawnPsiZombie.
MonkeyDCooper 31. des. 2017 kl. 9.02 
does not work for me man I wanted the necromancer class too
Tyrant 10. des. 2017 kl. 11.09 
Conflicts with WOTC Nice Mission Debriefing unfortunately.
Drewman784 1. des. 2017 kl. 17.03 
THANK THE GODS FOR THIS MOD
Element UK 29. nov. 2017 kl. 7.55 
Thanks so much for this as the Necromancer Class was ruined without it - cheers
PZ  [skaper] 28. nov. 2017 kl. 19.11 
@shadow79
This mod can probably help you as well.

Presumably you have some sort of class derived from X2Effect_SpawnUnit for your turrets. In its OnSpawnComplete, get the XComGameState_Unit for your celatid turret (in my example I'll call it TurretGameState) and do this:

TurretGameState.SetUnitFloatValue(class'X2Effect_SpawnPsiZombie'.default.TurnedZombieName, 2, eCleanup_BeginTactical);

That will set the same flag that I do for zombies, and will cause it to not count them as dead or injured soldiers. The only other game effect is to cause the AI to not raise dead celatid turrets as zombies, which it wouldn't do anyway. Other than that it will have no effect at all for people who don't use my mod.
MrShadow 28. nov. 2017 kl. 18.39 
I have the same issue with my Celatid Turrets counting as injured or dead soldiers in game.
PZ  [skaper] 28. nov. 2017 kl. 17.16 
Unfortunately, this mod won't work properly with the Necromancer class because that class uses its own effect, rather than using X2Effect_SpawnPsiZombie. That means my override won't have any effect.

To interoperate with this mod is a one-line fix that won't change anything for people not using this mod, though. I'd be happy to work with any mod authors that want to make their mods compatible.
Kaldin 28. nov. 2017 kl. 16.45 
@Imma Cylon: So it doesn't work for that? Have you tried it?
Imma Cylon 28. nov. 2017 kl. 16.44 
I wish there was a fix like this for the Necromancer class. . .