Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AI OPFOR Reviving themselves on a loop #185

Open
MacTheGoon opened this issue Jul 23, 2018 · 2 comments
Open

AI OPFOR Reviving themselves on a loop #185

MacTheGoon opened this issue Jul 23, 2018 · 2 comments

Comments

@MacTheGoon
Copy link

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!!

@SomethingSimpl
Copy link
Contributor

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.

@LordGolias
Copy link
Owner

Hopefully fixed in a7f5c13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants