Skip to content

Latest commit

 

History

History

pounce_database

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Description | 內容

Announces hunter pounces to the entire server, and save record to data/pounce_database.tx

  • Video | 影片展示
    None

  • Image | 圖示

    • Hunter High Pounce notify and Top 5 pouncers (高撲提示與前五名)
      pounce_database_1
  • Require | 必要安裝
    None

  • ConVar | 指令
    • cfg/sourcemod/pounce_database.cfg
      // Enable this plugin?
      pounce_database_enable "1"
      
      // The minimum amount of damage required to record the pounce
      pounce_database_minimum "25"
      
      // Announces the pounce in chatbox.
      pounce_database_announce "0"
      
      // Turn on the plugin in these game modes. 0=All, 1=Coop, 2=Survival, 4=Versus. Add numbers together.
      pounce_database_modes_tog "4"
      
      // Numbers of Survivors required at least to enable this plugin
      pounce_database_survivors_required "4"
  • Command | 命令
    • Show your current pounce statistics and rank.

       sm_pounces
    • Show TOP 5 pounce players in statistics.

       sm_pounce5
  • Apply to | 適用於

    L4D1
    L4D2
    
  • Changelog | 版本日誌
    • v1.3 (2023-6-12)

      • Fix out of memory error
    • v1.2

      • Initial Release

中文說明

統計高撲的數量與顯示前五名高撲的大佬 (支援文件儲存)

  • 原理

    • 當玩家被高撲顯示提示與前五名排名
    • 高撲Bot不會生效
    • 倖存者隊伍有四位以上的真人玩家才會生效
    • 高撲的數量與統計會寫入data\pounce_database.txt,因此就算重開服也不會重置統計
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/pounce_database.cfg
      // 0=關閉插件, 1=啟動插件
      pounce_database_enable "1"
      
      // 高撲傷害超過25以上才會列入並計算
      pounce_database_minimum "25"
      
      // 為1時,聊天窗提示
      pounce_database_announce "0"
      
      // 什麼模式下啟動此插件. 0=所有模式, 1=戰役, 2=生存, 4=對抗, 8=清道夫. 請將數字相加起來
      pounce_database_modes_tog "4"
      
      // 倖存者隊伍至少需要的真人玩家,才會啟動此插件
      pounce_database_survivors_required "4"
  • 命令中文介紹 (點我展開)
    • 顯示你的高撲統計與排行.

       sm_pounces
    • 查看前五名高撲的大佬.

       sm_pounce5