antistasi icon indicating copy to clipboard operation
antistasi copied to clipboard

AI OPFOR Reviving themselves on a loop

Open MacTheGoon opened this issue 6 years ago • 2 comments

Hello,

I know this GitHub hasn't been worked on in ages, however this is absolutely the best antistasi version I have come across. I was wondering if there is a fix for the AI repeatedly reviving themselves once they go down. Some require you to "kill" them a dozen times before they die. Any input would be greatly appreciated. Thank you!!

MacTheGoon avatar Jul 23 '18 17:07 MacTheGoon

Hi,

You can temporarily fix the issue by disabling the ACE AI revive all together by adding this into aceSettings.hpp in the root folder of the mission:

class ace_medical_enableUnconsciousnessAI {
        title = "Unconscious AI";
        ACE_setting = 1;
        values[] = {"Disabled", "50/50", "Enabled"};
        texts[] = {"Disabled", "50/50", "Enabled"};
        default = 0;
        typeName = "BOOL";
        force = 1;
};

This fixes the "down but not out" state AI can get into but nothing protects them from dying upon receiving fatal damage.

SomethingSimpl avatar Aug 02 '18 06:08 SomethingSimpl

Hopefully fixed in a7f5c13

LordGolias avatar Oct 13 '18 14:10 LordGolias