Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Description | 內容

Displays how much damage done to witch on witch death + display health remaining when witch kills or incaps the survivor.

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

  • Apply to | 適用於

     L4D1
     L4D2
    
  • Image | 圖示
    l4d_witch_dmg_report_1
    l4d_witch_dmg_report_2

  • How does it work?
    • Display statistics on witch death.
    • Display health remaining when witch kills or incaps the survivor.
  • Require | 必要安裝

    1. [INC] Multi Colors
  • ConVar | 指令
    • cfg/sourcemod/l4d_witch_dmg_report.cfg
       // 0=Plugin off, 1=Plugin on.
       l4d_witch_dmg_report_enable "1"
      
       // If 1, display witch health remaining when witch incaps the survivor.
       l4d_witch_dmg_report_incap "1"
      
       // If 1, display witch health remaining when witch kills the survivor.
       l4d_witch_dmg_report_kill "1"
      
       // Witch damage report type, 0=Stats report, dmg+percentage, 1=Assist report, dmg only
       l4d_witch_dmg_report_display_type "0"
      
       // How many players displayed in each line of damage report
       l4d_witch_dmg_report_display_num "1"
  • Translation Support | 支援翻譯

     translations/l4d_witch_dmg_report.phrases.txt
    
  • Related Plugin | 相關插件
    1. l4d2_assist: Show damage done to S.I. by survivors

      每個特感死亡時顯示對特感傷害統計表

    2. l4d_tank_dmg_report: Displays how much damage done to tank + rock/punch/hittable from tank statistics on tank death.

      Tank死亡時,顯示對Tank造成傷害統計表 + 顯示受到的 拳頭/石頭/車子 統計

  • Changelog | 版本日誌
    • v1.1 (2024-12-3)

      • Update cvars
      • Update translation
    • v1.0 (2024-11-26)

      • Initial Release

中文說明

Witch死亡時,顯示對Witch造成傷害統計表 + Witch抓傷或抓死人時,顯示剩餘血量

  • 圖示
    zho/l4d_witch_dmg_report_1
    zho/l4d_witch_dmg_report_2

  • 原理

    • Witch死亡時,顯示對Witch造成傷害統計表
    • Witch抓傷或抓死人時,顯示剩餘血量
    • 支援多隻Witch
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d_witch_dmg_report.cfg
       // 0=關閉插件, 1=啟動插件
       l4d_witch_dmg_report_enable "1"
      
       // 為1時,Witch抓傷人時,顯示剩餘血量
       l4d_witch_dmg_report_incap "1"
      
       // 為1時,Witch抓死人時,顯示剩餘血量
       l4d_witch_dmg_report_kill "1"
      
       // 顯示哪一種傷害統計表, 0=統計報告, 傷害+百分比, 1=協助擊殺報告, 只顯示傷害
       l4d_witch_dmg_report_display_type "0"
      
       // 報告表當中, 每一行顯示多少玩家? (用於多人房,倖存者數量太多顯示不完)
       l4d_witch_dmg_report_display_num "1"