Skip to content

Latest commit

 

History

History

l4d_DynamicHostname

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Description | 內容

Server name with txt file (Support any language)

  • Video | 影片展示
    None

  • Image | 圖示

    • Dynamic Host Name (Support any language) - 可以有中文房名
      l4d_DynamicHostname_1
  • Require | 必要安裝
    None

  • ConVar | 指令
    • No cfg generated
       // League notice displayed on server name
       l4d_current_mode ""
  • Command | 命令

    None

  • How to Modify Server Host Name
    1. Install and launch server, file configs/hostname/server_hostname_xxxxx.txt will be auto-generated
      • xxxxx is server port
    2. Modify file
      [中文亞洲] Asia L4D - 乂煞氣@惡靈勢力
    3. Write down plugin convar in cfg/server.cfg
      //League notice displayed on server name (Empty=Disable)
      l4d_current_mode "Harry's mod"
    4. The Server name will change on map change or server restart
      [中文亞洲] Asia L4D - 乂煞氣@惡靈勢力 (Harry's mod)
      l4d_DynamicHostname_2
  • Apply to | 適用於

     L4D1
     L4D2
    
  • Changelog | 版本日誌
    • v1.9 (2023-6-3)

      • Fixed hostname two lines
    • v1.8 (2023-5-4)

      • Optimize Code
      • Can use different host name by server port
    • v1.7

      • By HarryPotter

中文說明

伺服器房名可以寫中文的插件

  • 原理

  • 改房名步驟
    1. 安裝插件後啟動伺服器,會自動產生文件 configs/hostname/server_hostname_xxxxxx.txt

      • xxxxx是伺服器的端口,也就是port
    2. 請打開並輸入房名 (可以寫中文)

      [中文亞洲] Asia L4D - 乂煞氣@惡靈勢力
    3. 插件的指令寫入 cfg/server.cfg

      //房名之後的模式介紹,不可以寫中文 (可以留白不寫)
      l4d_current_mode "Harry's mod"
    4. 等待伺服器重啟或換圖之後,房名會變成

      [中文亞洲] Asia L4D - 乂煞氣@惡靈勢力 (Harry's mod)

      l4d_DynamicHostname_3