Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

readme.md

Description | 內容

Executes cfg file on server startup only one time

  • Apply to | 適用於

     Any Source Game
    
  • How does it work?
    • Make server to execute cfg/server_loader.cfg only one time on server startup
  • Require | 必要安裝
    None

  • Changelog | 版本日誌
    • v1.0h (2025-11-21)

      • Support any source game
    • v1.3 (2023-2-21)

      • Support L4D1
    • v1.2 (2023-2-4)

      • Initial Release

中文說明

開服只執行一次的cfg檔案

  • 原理

    • 啟動伺服器之後自動執行一個cfg檔案,只會執行一次
      • cfg/server_loader.cfg
  • 用意在哪?

    • 有些指令只需要伺服器一開始設定一次就行了,不適合寫在cfg/server.cfg
      • 譬如伺服器人數上限、遊戲模式等等
      • cfg/server.cfg 是每次換地圖必定會執行的檔案
      • cfg/server_loader.cfg 是伺服器啟動之後執行一個cfg檔案,只會執行一次