安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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.
Thanks bro!!