antistasi
antistasi copied to clipboard
AI OPFOR Reviving themselves on a loop
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!!
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.
Hopefully fixed in a7f5c13