安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
From my gut (since I really don't have Lua knowledge) it's just a bounding box over an area which keeps a minimum number of enemies within it. This is probably set to 0 in all the spawn areas of the recent maps making them into "Dynamic Spawn Zones" which is why there is never-ending enemies. Actually, I have a belief that Jules probably didn't make seperate zones to use this element stratgetically, instead just set a global element of 0 meaning that enemies aren't bound to an area allowing for the horde engage the player from the moment they're spawned to the moment the player leaves the navmesh, or the player kills them.
GroupAIStateBesiege:on_cop_jobless assigns an enemy to such a reinforce spot (if it has room) and with various additional requirements. It is only called by CopLogicAttack._chk_exit_attack_logic if the wanted reaction is not "attack" anymore and CopLogicBase.is_obstructed returns true,false which only happens when
if not objective or objective.is_default or (objective.in_place or not objective.nav_seg) and not objective.action
and is_default happens when an objective is done (success or fail). But it should not apply here at all, because the assignment only happens if the enemy happens to stand on the reinforce spot already. And the enemy is never in the attack logic.
Anyway, I would just disable it for good: