武装突袭3

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

With kind regards
Ordo273
最后由 Oͦrͬdͩoͦ𝟚𝟟𝟛𐦖𓅭 编辑于; 2020 年 4 月 26 日 上午 3:27
< >
正在显示第 1 - 11 条,共 11 条留言
Ros 2020 年 2 月 2 日 下午 7: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 2020 年 2 月 16 日 上午 5:55 
Thanks for fixing it!
IceBreakr 2020 年 4 月 22 日 下午 10: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 2020 年 4 月 25 日 下午 4: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
最后由 Oͦrͬdͩoͦ𝟚𝟟𝟛𐦖𓅭 编辑于; 2020 年 4 月 26 日 上午 3:28
hozlucas28 2020 年 5 月 7 日 下午 7:41 
引用自 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 2020 年 5 月 8 日 上午 1:53 
Ok, I will try. If it works well I will post it.
hozlucas28 2020 年 5 月 8 日 下午 1:15 
it works perfect, thanks for help Ordo!
< >
正在显示第 1 - 11 条,共 11 条留言
每页显示数: 1530 50