Skip to content

Latest commit

 

History

History
110 lines (83 loc) · 2.86 KB

File metadata and controls

110 lines (83 loc) · 2.86 KB

Description | 內容

Show tank hud for infected team and spectators

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

  • Apply to | 適用於

     L4D1 versus
     L4D2 versus
    
  • Image | 圖示
    l4d_tankhud_1
    l4d_tankhud_2

  • How does it work?
    • Display tank hud when tank alive for infected team and spectator team
    • Say !tankhud to turn on/off tank hud
    • Display second tank
    • Can not display third tank
  • Require | 必要安裝

    1. left4dhooks
    2. [INC] Multi Colors
  • ConVar | 指令
    • cfg/sourcemod/l4d_tankhud.cfg
       // 0=Plugin off, 1=Plugin on.
       l4d_tankhud_enable "1"
      
       // If 1, display tank hud for infected team.
       l4d_tankhud_infected_enable "1"
      
       // If 1, display tank hud for spectators.
       l4d_tankhud_spec_enable "1"
      
       // If 1, display tank hud for Tank himself.
       l4d_tankhud_tank_enable "1"
  • Command | 命令
    • Turn On/Off Tankhud
       sm_tankhud
  • Translation Support | 支援翻譯

     translations/l4d_tankhud.phrases.txt
    
  • Changelog | 版本日誌

中文說明

為特感者隊伍與旁觀者展示Tank介面,顯示血量與控制權

  • 原理

    • Tank生成的時候,左邊出現介面,顯示Tank的血量、控制權、玩家姓名、延遲值與Lerp
      • 如果有著火也會顯示剩餘多少時間能存活
      • 可以顯示第二隻Tank (無法顯示第二隻Tank的控制次數,認真你就輸了)
      • 目前無法顯示第三隻Tank,會超出介面的字數限制,認真你就輸了
    • 玩家可以在聊天視窗輸入!tankhud關閉Tank介面
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d_tankhud.cfg
       // 0=關閉插件, 1=啟動插件
       l4d_tankhud_enable "1"
      
       // 為1時,特感隊伍能看到Tank介面
       l4d_tankhud_infected_enable "1"
      
       // 為1時,旁觀者能看到Tank介面
       l4d_tankhud_spec_enable "1"
      
       // 為1時,Tank本身玩家能看到Tank介面
       l4d_tankhud_tank_enable "1"
  • 命令中文介紹 (點我展開)
    • 開啟或關閉Tank介面
       sm_tankhud