Arma 3
Zombies and Demons
Zombies eventually stop moving
Forgive me if this has been posted before, but I couldn't find anyone else describing this issue recently.

I continually run into an issue where zombies will eventually stop moving. More specifically, zombies that have acquired a target or have been given a waypoint will inevitably stop dead in their tracks, though they continue to face targets. It usually takes a few minutes before this behaviour emerges. Get close enough, and they may continue chasing and attacking but if you move about 20m away they stand in place.

Removing their waypoints, adding new ones, editing the type of waypoint does nothing. Very rarely the zombie will decide to start moving again to a target. More often than not, the zombie will stand in place until it is killed.

Anyone else run into this issue? I've tested this running only this mod on Stratis using pre-placed units through the editor and placing zombies on the fly with Zeus. Before you ask, I'm using OPFOR zombies and BLUFOR humans to test.

Any ideas or remedies?

EDIT:
I have found a personal solution.

From my testing, you can help mitigate this bug by doing this fix. Here's a rough but concrete example assuming you have a zombie group named zAmbientGroup:

[] spawn { while {true} do { _lastZombiePos = getPos (leader zAmbientGroup); sleep 10; if ((_lastZombiePos distance2D (getPos (leader zAmbientGroup))) < 1) then { doStop (leader zAmbientGroup); }; } }

This will continually check every 10 seconds if the zombie group leader has moved less than 1 meter since the last check. If it hasn't moved and is seemingly stuck, we give the group leader a doStop command. Then, when the mod calls its engageTarget function again it will automatically issue another doMove command.

See my comment for more info. https://steamproxy.com/workshop/filedetails/discussion/501966277/1734342793781632134/?ctp=2#c1640919103677959944
แก้ไขล่าสุดโดย Thoreaufare; 15 ธ.ค. 2019 @ 8: 08am
< >
กำลังแสดง 1-15 จาก 22 ความเห็น
โพสต์ดั้งเดิมโดย Thoreaufare:
Forgive me if this has been posted before, but I couldn't find anyone else describing this issue recently.

I continually run into an issue where zombies will eventually stop moving. More specifically, zombies that have acquired a target or have been given a waypoint will inevitably stop dead in their tracks, though they continue to face targets. It usually takes a few minutes before this behaviour emerges. Get close enough, and they may continue chasing and attacking but if you move about 20m away they stand in place.

Removing their waypoints, adding new ones, editing the type of waypoint does nothing. Very rarely the zombie will decide to start moving again to a target. More often than not, the zombie will stand in place until it is killed.

Anyone else run into this issue? I've tested this running only this mod on Stratis using pre-placed units through the editor and placing zombies on the fly with Zeus. Before you ask, I'm using OPFOR zombies and BLUFOR humans to test.

Any ideas or remedies?
I am having the exact same issue
This issue has been plagueing my zombie themed battles aswell.
I also have no idea how to solve it.
AI mods have caused me problems in the past. If you have any mods that make the AI function differently such as VCOM, then try disabling those.
I have no AI altering mods installed.
I'll try giving that a shot.
โพสต์ดั้งเดิมโดย Konix:
The more configuration you put,
The more the AI will have to do in terms of action,
and the more they will be bugged.

Let me explain,
When i only put the modules of revive, they are perfectly fine, rushing into us and destroying the ♥♥♥♥ out of our Squad.
But if i put more module like the one that can make them roam,ect.
The AI will be "Overloaded" and they'll stop moving.

Conclusion ?
Only put the essential modules, and try to avoid putting a lot of options.

PS: Might not work for everyone, i'm just explaining my situation hopping that i could help anyone with it.

Hope it'll help someone out here !

I only have the four essential modules on.
I've found disabling roaming and feeding helps a bit. They're better used in Zeus though.

edit: actually roaming might help a bit. Gotta test some more.
edit 2:Maybe also try disabling jumping? It seemed to help a little. Unfortunately I do like that ability.
แก้ไขล่าสุดโดย [S.C.] Raptoid; 26 ม.ค. 2019 @ 8: 49pm
I also got this problem but for me it's worse: evry time units start using big force of fire zombies be like (you know what nevermind) and just stop doing anything
Currently having the same issue with my zombie wave defense mission. They spawn and some move while others don't. Will try to get rid of the roaming, jumping, and feeding then report back to tell of what has changed. Will say that the crawlers seem to be broken more than others, fast zombies seem to also clip through walls and have difficulty climbing stairs.
แก้ไขล่าสุดโดย 0ozymandias; 4 เม.ย. 2019 @ 11: 43am
I tried to space out zombies a little more (when you place them as a unit they are really close to each other) and it seems to help.
Maybe there is some issue with path finding...
โพสต์ดั้งเดิมโดย YamroZ:
I tried to space out zombies a little more (when you place them as a unit they are really close to each other) and it seems to help.
Maybe there is some issue with path finding...

I did the same thing including moving some of my objects around. For me it wasn't an issue with the zombies specifically but more so with Arma's AI, they need a fairly large path to move. Going between a wall and car with 10 feet of space seems to confuse them, for instance.
No solution for this problem ? :'(
โพสต์ดั้งเดิมโดย Storm:
No solution for this problem ? :'(
Try to use the settings module to turn off just about everything that the zombies can do and make sure that they have plenty of room to move around. May also be a detection range problem.
I have not played for some time, but i think i can remember how to fix that. Just spawn Z´s one by one, not in a unit. That solved the issue for me some time ago.
< >
กำลังแสดง 1-15 จาก 22 ความเห็น
ต่อหน้า: 1530 50