Skip to content

Latest commit

 

History

History

server_loader

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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_startup.cfg only one time on server startup
  • Require | 必要安裝
    None

  • Changelog | 版本日誌
    • v1.3 (2023-2-21)

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

      • Initial Release

中文說明

開服只執行一次的cfg檔案

  • 原理

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

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