Arma 3
Zombies and Demons
Turned zombies don't move
Zombies that I place in editor are working fine, but after placing a resurrection module, as soon as dead units become zombies, they just standing on one spot and don't pay attention to anything, even shootings. They unfreeze as soon as you 1 meter away from them and then they attack, but without touching them they're acting like decorations. Is there's any way to fix this?
< >
Showing 1-5 of 5 comments
Максим 20 Aug, 2017 @ 1:34pm 
Same for me
Sanchez  [developer] 29 Aug, 2017 @ 6:36am 
Most likely a glitch. Thanks for reporting.
Kraken 6 Sep, 2017 @ 10:48pm 
same brothers
Rocketman_02 6 Oct, 2017 @ 12:12am 
I've found that it only happens when you have force add uniform checked in the resurection settings, at least for me.
Rabid Squirrel 14 Oct, 2017 @ 5:12am 
I believe @Rocketeer097 is right, I'm currently working on a set of Scripts, one of them involves Z spawns.

I'm applying custom German Army Uniforms (It's a WW2 Nazi-Zombie loadout) via a loadout script, but once spawned, they refuse to move:

if (_type == "ZOM") then { { [_x] execVM "Loadouts\GermanZombie.sqf"; } forEach units _group; };

However, if I don't apply the Loadouts, then they move alright. May have something to do with forceAddUniform.

Additionally, enableAI "MOVE" and enableAI "PATH" don't seem to help in getting them to move.

EDIT: They also work fine with the loadout script as long as forceAddUniform isn't used.

EDIT 2:
So I've managed to get it working, at least in my specific case. It would appear that if the switch occurs while the Z is already moving, then they don't get stuck.

if (_type == "ZOM") then { sleep 10; { [_x] execVM "Loadouts\GermanZombie.sqf"; } forEach units _group; };
Last edited by Rabid Squirrel; 14 Oct, 2017 @ 6:08am
< >
Showing 1-5 of 5 comments
Per page: 1530 50