Skip to content

Latest commit

 

History

History
105 lines (79 loc) · 3.24 KB

File metadata and controls

105 lines (79 loc) · 3.24 KB

Description | 內容

Slay Survivors After Countdown Time Passes + Restart chapter or campaign

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

  • Apply to | 適用於

    L4D2 coop/versus/realism
    
  • Video | 影片展示

  • Image | 圖示
    l4d2_map_nuke_1
    l4d2_map_nuke_2

  • How does it work?
    • Survivors have to make it to saferoom or rescue vehicle within time limit
      • (Versus/Cooop/Realism) Once map nuke time out, slay all survivors and restart the chapter
      • (Cooop/Realism) Once city escape time out, slay all survivors and restart the whole campaign
    • You can customize time limit for each map in file data/l4d2_map_nuke.cfg
      • Manual in this file, click for more details...
  • Require | 必要安裝

    1. left4dhooks
    2. [INC] Multi Colors
    3. l4d2_mission_manager
  • ConVar | 指令
    • cfg/sourcemod/l4d2_map_nuke.cfg
       // 0=Plugin off, 1=Plugin on.
       l4d2_map_nuke_enable "1.0"
      
       // Chapter Nuke count down hint text to be displayed
       l4d2_map_nuke_announcer_chapter "90.0"
      
       // City Escape count down hint text to be displayed
       l4d2_map_nuke_announcer_campaign "180.0"
      
       // Display Nuke Warning Text When Players Leave Saferoom
       l4d2_map_nuke_warning "1"
  • Command | 命令
    • Display count down time left
        sm_nuketimeleft
        sm_escapetimeleft
  • Changelog | 版本日誌
    • v1.1 (2025-12-3)

      • Update data file, cvars
    • v1.0 (2023-8-26)

      • Initial Release

中文說明

限時通關一個關卡或一整張地圖,超過時間會處死所有倖存者,並重啟關卡或整張地圖

  • 原理

    • 倖存者必須在指定時間內逃亡到安全室或者通關上救援
      • (對抗/戰役/寫實) 一旦章節逃亡時間到,處死所有倖存者並回合重新開始
      • (戰役/寫實) 一旦城市逃亡時間到,處死所有倖存者並重新回到地圖的第一關
    • 可以設置文件data/l4d2_map_nuke.cfg,決定每一關的逃亡時間
      • 內有中文說明,可點擊查看
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d2_map_nuke.cfg
       // 0=關閉插件, 1=啟動插件
       l4d2_map_nuke_enable "1.0"
      
       // 章節逃亡剩餘90秒時,開始顯示倒數
       l4d2_map_nuke_announcer_chapter "90.0"
      
       // 城市逃亡剩餘90秒時,開始顯示倒數
       l4d2_map_nuke_announcer_campaign "180.0"
      
       // 當倖存者離開安全室時,顯示逃亡剩餘時間
       l4d2_map_nuke_warning "1"
  • 命令中文介紹 (點我展開)
    • 查看逃亡剩餘時間
        sm_nuketimeleft
        sm_escapetimeleft