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.com/sharedfiles/filedetails/?id=1606871585
I would love to see this fixed in the main mod <3.

With kind regards
Ordo273
Last edited by Oͦrͬdͩoͦ𝟚𝟟𝟛𐦖𓅭; Apr 26, 2020 @ 3:27am
< >
Showing 1-11 of 11 comments
Ros Feb 2, 2020 @ 7:47pm 
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 Feb 16, 2020 @ 5:55am 
Thanks for fixing it!
IceBreakr Apr 22, 2020 @ 10:59pm 
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 Apr 25, 2020 @ 4:48pm 
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
Last edited by Oͦrͬdͩoͦ𝟚𝟟𝟛𐦖𓅭; Apr 26, 2020 @ 3:28am
hozlucas28 May 7, 2020 @ 7:41pm 
Originally posted by 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 May 8, 2020 @ 1:53am 
Ok, I will try. If it works well I will post it.
hozlucas28 May 8, 2020 @ 1:15pm 
it works perfect, thanks for help Ordo!
< >
Showing 1-11 of 11 comments
Per page: 1530 50