Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Description | 內容

Tank can use menu to reset all hittable and enter practice mode

Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人

  • Apply to | 適用於

     L4D1
     L4D2
    
  • Video | 影片展示

  • Image | 圖示
    l4d2_tank_hittable_reset_1
    l4d2_tank_hittable_reset_2
    l4d2_tank_hittable_reset_3
    l4d2_tank_hittable_reset_4

  • How does it work?
    • Tank player types !hittable -> Open menu -> Reset hittable or control bots -> Have Fun
    • For people who want to practice tank hittable in versus mode
  • Require | 必要安裝

    1. left4dhooks
    2. [INC] Multi Colors
  • ConVar | 指令
    • cfg/sourcemod/l4d2_tank_hittable_reset.cfg
       // 0=Plugin off, 1=Plugin on.
       l4d2_tank_hittable_reset_enable "1"
      
       // If 1, Automatically show menu to the tank player when spawn
       l4d2_tank_hittable_reset_display_on_spawn "1"
  • Command | 命令
    • Open Tank Practice Menu
       sm_hittable
       sm_tk
  • Related Official ConVar
    • Tank Never Lost Range

       sm_cvar z_frustration_spawn_delay 99999999
       sm_cvar z_frustration_los_delay 99999999
    • Forces survivor bots to stand still

       sm_cvar sb_stop 1
    • Survivor Bot, SI Bot, CI won't attack

       sm_cvar nb_blind 1
  • Translation Support | 支援翻譯

     translations/l4d2_tank_hittable_reset.phrases.txt
    
  • Related Plugin | 相關插件
    1. l4d2_tank_props_glow: When a Tank punches a Hittable it adds a Glow to the hittable which all infected players can see. + Stop tank props from fading whilst the tank is alive
      • Tank打到的物件都會產生光圈,只有特感能看見 + Tank死亡之後車子自動消失
  • Changelog | 版本日誌
    • v1.2 (2024-2-12)

      • Fixed Error
    • v1.1 (2024-6-4)

      • Upate Translation
      • Only intected team can use menu
    • v1.0 (2024-6-1)

      • Initial Release

中文說明

Tank可以重置所有物件的位置並練習如何揮打車子

  • 原理

    • Tank玩家輸入!hittable可以打開介面,控制物件與倖存者Bot
      zho/l4d2_tank_hittable_reset_1
  • 用意在哪?

    • 給Tank玩家練習打車子與物件,適合專門打對抗模式的伺服器
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d2_tank_hittable_reset.cfg
       // 0=關閉插件, 1=啟動插件
       l4d2_tank_hittable_reset_enable "1"
      
       // 為1時,自動顯示選單介面給Tank玩家
       l4d2_tank_hittable_reset_display_on_spawn "1"
  • 命中文介紹 (點我展開)
    • 打開Tank練習選單介面
       sm_hittable
       sm_tk
  • 相關的官方指令中文介紹 (點我展開)
    • Tank永遠不會失去控制權

       sm_cvar z_frustration_spawn_delay 99999999
       sm_cvar z_frustration_los_delay 99999999
    • 強制倖存者Bot站住不動

       sm_cvar sb_stop 1
    • 停止所有倖存者Bot、特感Bot、普通感染者進攻

       sm_cvar nb_blind 1