Skip to content

Latest commit

 

History

History

l4d2_shorten_bilejar_duration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Description | 內容

Shorten bile jar effect duration as soon as it shatters

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

  • Video | 影片展示
    None

  • Image | 圖示
    l4d2_shorten_bilejar_duration_1

  • How does it work?
    • Shorten bile jar effect duration if hit on the ground
    • Can not Shorten bile jar cloud Particle Effect duration
  • Require | 必要安裝

    1. left4dhooks
    2. [INC] Multi Colors
  • ConVar | 指令
    • cfg/sourcemod/l4d2_shorten_bilejar_duration.cfg
       // 0=Plugin off, 1=Plugin on.
       l4d2_shorten_bilejar_duration_enable "1"
      
       // Set bile jar effect duration on the ground (Default: 20s, Max: 20s, 0=Remove bile jar effect)
       l4d2_shorten_bilejar_duration_time "20"
  • Command | 命令

    None

  • Related Official ConVar
    • vomitjar_projectile
    • You can write down the following cvars in cfg/server.cfg and modify value
       // bilejar effect duration if hits any special infected
       sm_cvar vomitjar_duration_infected_bot 		20
      
       // bilejar effect duration if hits any common infected
       sm_cvar vomitjar_duration_infected_pz 		20
  • Apply to | 適用於

     L4D2
    
  • Translation Support | 支援翻譯
     English
     繁體中文
     简体中文
    
  • Changelog | 版本日誌
    • v1.0 (2024-6-6)
      • Initial Release

中文說明

縮短膽汁瓶破碎後的效果持續時間

  • 原理

    • 人類丟膽汁瓶在地上,膽汁瓶破碎後吸引殭屍的效果持續時間 <= 此插件可縮短時間
    • 無法縮短膽汁霧氣的特效時間,認真你就輸了
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d2_shorten_bilejar_duration.cfg
       // 0=關閉插件, 1=啟動插件
       l4d2_shorten_bilejar_duration_enable "1"
      
       // 丟膽汁瓶在地上,膽汁瓶破碎後吸引殭屍的效果持續時間 (預設: 20秒, 最大: 20秒, 0=破碎後直接移除效果)
       l4d2_shorten_bilejar_duration_time "20"
  • 相關的官方指令中文介紹 (點我展開)
    • 膽汁瓶投擲物官方介紹
    • You can write down the following cvars in cfg/server.cfg and modify value
       // 膽汁瓶丟在特感身上的效果時間
       sm_cvar vomitjar_duration_infected_bot 		20
      
       // 膽汁瓶丟在普通殭屍身上的效果時間
       sm_cvar vomitjar_duration_infected_pz 		20