Display different Default HUD Text, for versus/zonemod server (variant 2)
- Original: l4d2_scripted_hud_remake
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
Apply to | 適用於
L4D2 -
How does it work?
- Display HUD Text on player's screen
- Adjust each hud in file data/l4d2_scripted_hud_remake_2.cfg,
- Custom text
- Position
- Animated movement
- Background, blink from white to red
- Up to 15 custom script HUDs
- 🟥 The limit of each HUD text is up to 127 characters. (Go ask Valve)
- To display score and bonus, you must install scoremod plugin, see "Support | 支援插件" below
-
Require | 必要安裝
-
Support | 支援插件
- l4d2_hybrid_scoremod: Modify vesus score for zonemod, display hud 3 score
- Zonemod用的藥抗分數插件,裝上後Hud3 顯示分數
- l4d2_versus_scoremod: Display hud 3 score
- Hud3 顯示分數
- l4d2_hybrid_scoremod: Modify vesus score for zonemod, display hud 3 score
-
ConVar | 指令
- cfg/sourcemod/l4d2_scripted_hud_remake_2.cfg
// Enable/Disable the plugin. // 0 = Disable, 1 = Enable. l4d2_scripted_hud_remake_2_enable "1" // Display text language // 0=English, 1=Chinese 中文. l4d2_scripted_hud_remake_2_language "1"
- cfg/sourcemod/l4d2_scripted_hud_remake_2.cfg
-
Command | 命令
- Reload the data file and refreash hud (Access: ADMFLAG_ROOT)
sm_l4d2_scripted_hud_remake_reload_data
- Reload the data file and refreash hud (Access: ADMFLAG_ROOT)
-
Data Config
- data/l4d2_scripted_hud_remake_2.cfg
Manual in this file, click for more details...
- data/l4d2_scripted_hud_remake_2.cfg
-
Default HUD Text
- HUD 1:
- Cur: [XX%] Tank: [XX%] Witch: [XX%]
- HUD 2: 2. Server HostName + Server Slots
- HUD 3: 3. Bonus XX [HB: XX%% | DB: XX%% | Pills: XX / XX%%]
- HUD 4:
- Survivor HP status + has pill or not + incap count
- HUD 5:
- System Data + Time
- HUD 1:
-
FAQ
-
How to switch HUD Text?
- Modify
Displaykey-value in data file
- Modify
-
How to switch HUD position?
-
How to write message in HUD text as I want?
- Modify
Textskey-value in data file
- Modify
-
Why hud disappear or being cut?
- The limit of each HUD text is up to 127 characters.
- Hud position depends on Gaming Monitor Resolutions
-
-
Changelog | 版本日誌
-
1.2h-v2 (2024-11-16)
- l4d2_scripted_hud_remake "v1.2h (2024-11-16)" variant 2
- Change hud 1~5 display text
-
Original
-
不同的預設 HUD 文字,搭配對抗與Zonemod用 (變體代號2)
-
功能
- 在玩家的畫面上顯示Hud文字
- 修改文件 data/l4d2_scripted_hud_remake_2.cfg, 自行調整
- 顯示的文字內容
- 顯示位置
- 文字移動的動畫效果
- 黑色背景框, 文字閃紅色的特效
- 🟥 每個Hud文字上限為127,遊戲限制不能增加,認真你就輸了,再問就是Valve的鍋
- 請安裝分數插件,才能顯示對抗分數,查看上方 "Support | 支援插件"
-
預設的 HUD 文字 (點我展開)
- HUD 1:
- 進度: [XX%] 坦克: [XX%] 女巫: [XX%]
- HUD 2:
- 房名 + 伺服器人數
- HUD 3:
- 獎勵分 XX [實血分: XX%% | 倒地分: XX%% | 藥分: XX / XX%%]
- HUD 4:
- 玩家血量狀態 + 是否有藥丸 + 倒地次數
- HUD 5:
- 服務器的日期與時間
- HUD 1:
-
指令中文介紹 (點我展開)
- cfg/sourcemod/l4d2_scripted_hud_remake_2.cfg
// 0=關閉插件, 1=啟動插件 l4d2_scripted_hud_remake_2_enable "1" // HUD顯示何種語言文字 // 0=English, 1=Chinese 中文. l4d2_scripted_hud_remake_2_language "1"
- cfg/sourcemod/l4d2_scripted_hud_remake_2.cfg
-
命令中文介紹 (點我展開)
- 重載data文件並刷新所有Huds (權限: ADMFLAG_ROOT)
sm_l4d2_scripted_hud_remake_reload_data
- 重載data文件並刷新所有Huds (權限: ADMFLAG_ROOT)
-
文件設定範例
- data/l4d2_scripted_hud_remake_2.cfg
內有中文說明,可點擊查看
- data/l4d2_scripted_hud_remake_2.cfg


