Skip to content

Latest commit

 

History

History

l4d_finale_stage_fix

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Description | 內容

Fixed the final stage get stucked

  • Video | 影片展示
    None

  • Image | 圖示
    None

  • Require | 必要安裝

    1. left4dhooks
  • ConVar | 指令
    • cfg/sourcemod/l4d_finale_stage_fix.cfg
      // Timeout (in sec.) for finale panic stage waiting for tank/painc horde to appear, otherwise stage forcibly changed
      l4d_finale_stage_fix_panicstage_timeout "60"
  • Command | 命令
    • Forcibly call the next stage. (Adm required: ADMFLAG_ROOT)

      sm_nextstage
    • Prints current stage index and time passed. (Adm required: ADMFLAG_ROOT)

      sm_stage
    • Call rescue vehicle immediately. (Adm required: ADMFLAG_ROOT)

      sm_callrescue
  • Q&A

    1. When do I need this plugin?
      • Sometimes tanks are not appearing on finale map, because "Panic" stage get stucked.
        • Usuall happen in custom maps.
        • The rescue vehicle nerver coming.
      • This plugin allows to set timeout (see ConVar) for Panic stage waiting the tank to appear. If that doesn't happen, plugin forcibly call the next stage and director automatically spawns the tank as it normally should.
    2. What could the reason that final stage stuck?
    1. What else can Adm do?
      • Adm can type !nextstage if nothing happened in final stage.
  • Apply to | 適用於

    L4D1
    L4D2
    
  • Changelog | 版本日誌
    • v1.1h (2023-10-21)

      • Fix command not working
    • v1.0h (2023-5-12)

      • Add more check after final starts.
      • The plugin will force ForceNextStage if final stage stucks after 60 seconds.
      • Adm can type !nextstage if nothing happened.
    • v1.5


中文說明

解決最後救援卡關,永遠不能來救援載具的問題

  • 原理

    • 最後救援階段過程中如果超過60秒時沒有特感、小殭屍、Tank生成時,就會視為卡關
    • 卡關之後,插件會強制下一個救援階段,救援載具直接來臨讓倖存者上去
  • 指令中文介紹 (點我展開)
    • cfg/sourcemod/l4d_finale_stage_fix.cfg
      // 卡關等待時間,如果有真人特感、小殭屍、真人Tank生成時,則重新計時
      // 如果時間到則視為卡關,插件會強制下一個救援階段
      l4d_finale_stage_fix_panicstage_timeout "60"
  • 命令中文介紹 (點我展開)
    • 強制跳到下一個救援階段 (救援開始之後才能使用) (權限: ADMFLAG_ROOT)

      sm_nextstage
    • 顯示目前的救援階段以及已經過的時間 (權限: ADMFLAG_ROOT)

      sm_stage
    • 強制呼叫救援載具來臨 (救援開始之後才能使用) (Adm required: ADMFLAG_ROOT)

      sm_callrescue
  • Q&A

    1. 何時安裝這個插件?
      • 如果你經常遇到救援關卡
        • 很久的時候沒有特感、小殭屍、Tank生成卡關
        • 救援載具很久不出現卡關
    1. 為什麼會卡關?
      • 請看Dragokas的解釋
      • 經常發生於三方圖,伺服器的控制台頻繁出現"5 attempts to found spawn position faile"字樣,特感、小殭屍、Tank找不到位置生成,導致救援無法進行下一個階段
        • 有可能是安裝太多插件造成
        • 有可能是地圖爛,去怪地圖作者
    1. 管理員能做什麼?
      • 管理員可以於聊天框輸入 !nextstage 強制跳到下一個救援階段 (救援開始之後才能使用)