武装突袭3

武装突袭3

Zombies and Demons
Cedric 2021 年 1 月 3 日 上午 1:05
Units won't move
Hey just wanted to ask around if anybody knows a fix for this issue.
Basically when I give Zombie Units the command to move somewhere (Tried both the Waypoint Module & Zeus Commands) some units will follow the order, while others just seem to get stuck on nothing and have their AI basically disabled. When they're stuck the Squadlead just turns around and starts moving and then instantly stops again, this being an infinite loop.

Thanks in Advance.
< >
正在显示第 1 - 8 条,共 8 条留言
Achilles 2021 年 1 月 10 日 上午 3:53 
same no solution
Daan 2021 年 3 月 7 日 下午 1:57 
same, anyone found a solution already?
LX 2021 年 3 月 10 日 下午 5:44 
I have encountered this in the resurrection module, if you set Force Uniform on to ON, they come back to life but are bugged as you described. If Force Uniform is set to OFF, the zombies act as they should. Sucks because the civilian dead return in army uniform and it kinda kills the atmosphere
[VI] Benjamin Zuriel 2021 年 3 月 11 日 上午 12:22 
I do not know if my answers are concrete but what I've found that's made them more like zombies and not vultures. I deleted the Zeus modules off the mission, Yes Zeus is a really helpful tool but it seems to break them for some reason, This isn't solid cause it might have been the spawn script I was using.

Make sure you don't have any AI mods running, The Zombies and demons never work properly with them and finally the one problem that irritates me. They have serious issues with deep drops into the terrain like trenches or canyons. Also objects that you place on the map.

This Also may help I just don't know how to make it take effects on a Zombie spawn module.
Thoreaufare posted a way of making the squad leader more active and making the rest move.

Original Discussion post

https://psteamcommunity.yuanyoumao.com/workshop/filedetails/discussion/501966277/1734342793781632134/?ctp=2#c1640919103677959944

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

If anyone else can provide more on how to fix them, please let us know. Cause Sadly SST uses them and the vulture standing really breaks the atmosphere of the missions.
Christian 2021 年 3 月 17 日 下午 4:16 
Ya i'm working in the VR map and they won't move but they will attack
Christian 2021 年 3 月 17 日 下午 4:27 
Ok i just fixed it for me you have to have the demon's or zombie's as independent
LX 2021 年 3 月 17 日 下午 8:07 
引用自 OVERLORD13
Ok i just fixed it for me you have to have the demon's or zombie's as independent


引用自 OVERLORD13
Ok i just fixed it for me you have to have the demon's or zombie's as independent


Thanks bro!!
Christian 2021 年 3 月 18 日 上午 11:35 
引用自 LX
引用自 OVERLORD13
Ok i just fixed it for me you have to have the demon's or zombie's as independent


引用自 OVERLORD13
Ok i just fixed it for me you have to have the demon's or zombie's as independent


Thanks bro!!
np
< >
正在显示第 1 - 8 条,共 8 条留言
每页显示数: 1530 50