Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 2.57 KB

File metadata and controls

79 lines (59 loc) · 2.57 KB

Description | 內容

If all survivors die, change level to the map 1 of current campaign (Restart Campaign)

  • Apply to | 適用於

    L4D2 Coop/Realism 
    
  • Image | 圖示
    l4d2_change_m1_1

  • Require | 必要安裝

    1. left4dhooks
    2. [INC] Multi Colors
    3. l4d2_mission_manager
  • ConVar | 指令
    • cfg/sourcemod/l4d2_change_m1.cfg
      // 0=Plugin off, 1=Plugin on.
      l4d2_change_m1_enable "1"
      
      // If survivors wipe out at least X time in no-final chapter, force of restart campaign (0=Off) (Coop/Realism)
      l4d2_change_m1_try_chapter "2"
      
      // If survivors wipe out at least X time in the final chapter, force of restart campaign (0=Off) (Coop/Realism)
      l4d2_change_m1_try_final_chapter "3"
      
      // If survivors wipe out at least X time in the whole campaign, force of restart campaign (0=Off) (Coop/Realism)
      l4d2_change_m1_try_campaign "6"
  • Translation Support | 支援翻譯

     translations/l4d2_change_m1.phrases.txt
    
  • Changelog | 版本日誌
    • v1.2 (2024-4-13)

      • Update cvars
      • Update translation
    • v1.1 (2024-2-20)

      • Require left4dhooks
      • Remake code, optimize and improve performance
      • Update cvars
    • v1.0 (2020-x-x)

      • Initial Release

中文說明

戰役模式下如果倖存者滅團,則直接回到地圖的第一關重新開始戰役

  • 原理

    • 如果倖存者滅團超過一定次數,直接回到地圖的第一關重新開始
    • 僅限戰役/寫實模式適用
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d2_change_m1.cfg
      // 0=關閉插件, 1=啟動插件
      l4d2_change_m1_enable "1"
      
      // 非最後一關的關卡滅團超過2次之後,自動重新開始本戰役 (僅限戰役/寫實模式) (0=關閉這項功能)
      l4d2_change_m1_try_chapter "2"
      
      // 最後一關的關卡滅團超過3次之後,自動重新開始本戰役 (僅限戰役/寫實模式) (0=關閉這項功能)
      l4d2_change_m1_try_final_chapter "3"
      
      // 從第一關開始滅團超過6次之後,自動重新開始本戰役 (僅限戰役/寫實模式) (0=關閉這項功能)
      l4d2_change_m1_try_campaign "6"