Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Description | 內容

Remove survivors' default kits/pills/dual pistol in survival/scavenge mode

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

  • Apply to | 適用於

     L4D1 Survival
     L4D2 Survival/Scavenge
    
  • Image | 圖示

    • Remove survivors' default kits/pills/dual pistol (移除系統自動給予的武器,只剩下一把手槍)
      survival_remove_start_items_1
  • How does it work?
    • In Survival/Scavenge mode, prevent the game distributing kits and pills to survivors.
  • Require | 必要安裝

    1. left4dhooks
  • ConVar | 指令
    • cfg/sourcemod/survival_remove_start_items.cfg
       // 0=Plugin off, 1=Plugin on.
       survival_remove_start_items_enable "1"
  • Changelog | 版本日誌
    • v1.1 (2025-11-4)

      • Add gamedata, use dhooks to block defaut items
    • v1.0 (2023-12-14)

      • Initial Release

中文說明

生存模式與清道夫模式中,移除人類身上預設的裝備: 雙手槍、治療包、藥丸

  • 原理

    • 移除生存模式中系統自動給予的雙手槍、治療包、藥丸,所以玩家只會剩下一把小手槍
    • 清道夫模式也適用
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/survival_remove_start_items.cfg
       // 0=關閉插件, 1=啟動插件
       survival_remove_start_items_enable "1"