Left 4 Dead 2

Left 4 Dead 2

98 个评价
Passive Tank
   
奖励
收藏
已收藏
取消收藏
Game Content: Scripts
文件大小
发表于
更新日期
739.256 KB
2 月 8 日 下午 4:00
9 月 5 日 下午 4:00
14 项改动说明 ( 查看 )

订阅以下载
Passive Tank

描述
This add-on incentivizes Tanks to play passively instead of mindlessly rushing in. This will entice Tanks to only rush in when survivors are vulnerable enough to be taken advantage of.

Additional Information
If you want to change the settings of this add-on and/or know what each of them do, see this thread.

If you want to know how to use chat to change settings in-game, see this thread.

If this add-on gets updated, then I recommend moving the `passivetank` folder out of the `./ems/` directory so the settings in the configuration file will be properly generated.
46 条留言
Thumos  [作者] 9 月 10 日 下午 9:47 
@膜法蜜柑 That's not good. Out of curiosity, could you try setting the `tank_visibility_tolerance_suicide` command variable to `999999999` in the `convars.txt` file located in the `./ems/passivetank/` directory to see if the Tank will stay alive while he's being passive?
膜法蜜柑 9 月 10 日 上午 3:01 
any ideas my tank constantly died when he were been passive too long? you will notice that because the tank music would suddenly cutoff or sometimes he just died for some reason
rain 7 月 27 日 下午 2:38 
Can you make it so the Tank will jump over waist-high obstructions instead of "climbing" them?
Thumos  [作者] 6 月 28 日 下午 12:39 
@(^^^) Xeno From my testing with MANACAT's `Improved Tank AI` add-on, the `Passive Tank` add-on should work fine with the `Tank Movement Speed` add-on.
(^^^) Xeno 6 月 28 日 上午 7:47 
Is this compatible with l4d1 tank movement speed?
Wizardly 6 月 25 日 下午 8:40 
Thanks I'll def check it out!
Mickterminator30 6 月 24 日 上午 1:37 
Tank has become self-aware I repeat the tank has become self-aware
Thumos  [作者] 6 月 23 日 上午 12:31 
@Wizardly While I could use CommandABot's BOT_CMD_ATTACK enumerator to force special infected to target different survivors, this can cause special infected to constantly switch between the closest survivor and the newly prioritized survivor since their AI will normally search for survivors to target every frame. [forums.alliedmods.net] Additionally, the Spitter's target is unaffected by CommandABot's BOT_CMD_ATTACK enumerator.

In other words, unless I can find a way to change the special infected's target priority using VScripts without having to conflict with their AI, the best way to achieve this would be to use the Target Override [forums.alliedmods.net] plugin for SourceMod which can allow special infected to ignore survivors in the safe area.
Wizardly 6 月 22 日 下午 8:57 
Anyway you could give the Tank and SI some more logic on cutting it's losses? For instance, there are those solo players who've made it into the saferoom before the rest of their team has, so the Tank and all the other SI just stop, pound at the door trying to break it down but never can.

Anyway that you can make the SI stop pursuing survivors who are in a saferoom by themselves?
Thumos  [作者] 6 月 10 日 下午 9:01 
@Sparknight Thank you very much!