武装突袭3

武装突袭3

Zombies and Demons
nicefive 2018 年 12 月 30 日 上午 8:21
New mod and multiplayer jumping issue.
We are making mod which optionally makes use of Zombies and Demons (if it is installed) because they are best zombies around. We have several game modes including 4 zombie-based modes that can use Z&D. I assume we are OK to do this as we are not actually including anything from Z&D and our mod will be free/NC + open source.

I'm not sure if this has been mentioned before but the zombies die in multiplayer after jumping.
We noticed there is variable that seems to stop them taking falling damage called "rz_isJumping" but this is only set to true on the computer which created the zombie.

See screenshot of variables dump here: http://www.jbserver.com/temp/zombieVars.jpg

After managing to globally set a variable for an in-air zombie using "_nearestZombo setVariable ["rz_isJumping", true];" the zombie lived!

I’m not sure if you are still maintaining the code or if this will be fixed. Sadly our workaround is to simply disable jumping via the Zombie Abilities module.

Is the source code for Z&D available in an onlie repo (I could not find anything) or are you looking for a developer? I have some ideas about target detection, mainly being able to hide behind a wall or in a building and not be detected unless a zombie sees or hears me.