Arma 3
Zombies and Demons
Zombies no longer can deal ACE-damage
Heyho, its me again.

Thanks to the medical rewrite an error is thrown any time a Zombie attacks someone if ace is installed.
This is thanks to
ace_medical_selections
no longer beeing a global variable. Therefore the acedamage.sqf function can't find a body-part to damage. It would be fixed, by simply using this array
["Head", "Body", "LeftArm", "RightArm", "LeftLeg", "RightLeg"]
instead.

I also incooperated this fix in my addon mod now. For that I needed to copy-paste the damage function from ZaD. I hope this will is fine.

My addon mod:
https://steamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1606871585
I would love to see this fixed in the main mod <3.

With kind regards
Ordo273
Sidst redigeret af Oͦrͬdͩoͦ𝟚𝟟𝟛𐦖𓅭; 26. apr. 2020 kl. 3:27
< >
Viser 1-11 af 11 kommentarer
Ros 2. feb. 2020 kl. 19:47 
Hey ther buddy ...

Thanks for this quick fix .. wondering whether u have noticed that now zombies are not dying whenver u shoot them directly on the head (zombie config module set to blow heads with lower mm bullets) .. instead they continue walking to enemies, would that be because of the new ACE MED update?
Hey I'm glad I could help you ;)

As for the Headshots. It works perfectly on my end. So it does not seem to be broken. That beeing said I'm not actually a developer for this mod.. so take it with a grain of salt ;)
Fenix 16. feb. 2020 kl. 5:55 
Thanks for fixing it!
IceBreakr 22. apr. 2020 kl. 22:59 
So it seems the original author won't fix the mod. How can we make a patch that fixes ACE issue?
Hey. Ue Wikis ne fixed by either subscribing to my addon-mod. Or simply setting the mentioned variable to the mentioned array in your mission files ;)
IceBreakr 25. apr. 2020 kl. 16:48 
Can u provide a line that fixes that?
Oh sorry turns out I actually forgot the problem:

ace_medical_selections = ["Head", "Body", "LeftArm", "RightArm", "LeftLeg", "RightLeg"]

Haven't really tested it thoug. but it "SHOULD" work
Sidst redigeret af Oͦrͬdͩoͦ𝟚𝟟𝟛𐦖𓅭; 26. apr. 2020 kl. 3:28
hozlucas28 7. maj 2020 kl. 19:41 
Oprindeligt skrevet af Oͦrͬdͩoͦ273:
Oh sorry turns out I actually forgot the problem:

ace_medical_selections = ["Head", "Body", "LeftArm", "RightArm", "LeftLeg", "RightLeg"]

Haven't really tested it thoug. but it "SHOULD" work

I have to put that code in the description.txt file of my mission to fix the error without install your addon?
If you really want to fix it without an additional mod, you would need to put it into the
init.sqs
file of any mission you create. (Not tested, but SHOULD work)
hozlucas28 8. maj 2020 kl. 1:53 
Ok, I will try. If it works well I will post it.
hozlucas28 8. maj 2020 kl. 13:15 
it works perfect, thanks for help Ordo!
< >
Viser 1-11 af 11 kommentarer
Per side: 1530 50