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 tank + rock/punch/hittable from tank statistics on tank death.

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

  • Apply to | 適用於

     L4D1
     L4D2
    
  • Image | 圖示
    l4d_tank_dmg_report_1
    l4d_tank_dmg_report_2

  • How does it work?
    • Display statistics on tank death or round ends.
    • Support multi tanks
  • Require | 必要安裝

    1. left4dhooks
    2. [INC] Multi Colors
  • ConVar | 指令
    • cfg/sourcemod/l4d_tank_dmg_report.cfg
       // 0=Plugin off, 1=Plugin on.
       l4d_tank_dmg_report_enable "1"
      
       // 0=Displays stats to players privately. 1=Displays all stats info publicly.
       l4d_tank_dmg_report_type "1"
      
       // If 1, Display more stats: rocks + punches + hittables.
       l4d_tank_dmg_report_rph "1"
  • Translation Support | 支援翻譯

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

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

    2. l4d_tank_count: Show how long is tank alive, how much damage done, and tank incap/death/punch/rock/car statistics

      Tank死亡時顯示Tank存活多長時間、對倖存者造成的 倒地/死亡/總傷害/拳頭/石頭/車子 統計表

  • Changelog | 版本日誌
    • v1.2h (2024-12-21)

      • Display health remaining on round end
      • Update translation
    • v1.1h (2024-11-23)

      • Update cvars
      • Add translation
      • Add rocks/punch/hittable stats
      • Support multi tanks on the field
    • v1.0h (2023-8-22)

      • Remake Code
      • More accurate damage done to tank

中文說明

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

  • 圖示
    zho/l4d_tank_dmg_report_1
    zho/l4d_tank_dmg_report_2

  • 原理

    • Tank死亡時或回合結束時,顯示傷害統計表
    • 按照傷害排序
    • 支援多隻Tank
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d_tank_dmg_report.cfg
       // 0=關閉插件, 1=啟動插件
       l4d_tank_dmg_report_enable "1"
      
       // 0=私下顯示統計給有造成傷害的玩家. 1=顯示統計表給所有玩家
       l4d_tank_dmg_report_type "1"
      
       // 為1時,新增統計: 吃拳 + 吃石 + 吃鐵.
       l4d_tank_dmg_report_rph "1"