Display text for up to 15 scripted HUD slots on the screen.
Note
This plugin is private, Please contact me
此為私人插件, 請聯繫本人
-
Apply to | 適用於
L4D2 -
Image | 圖示
-
How does it work?
- Display HUD Text on player's screen
- Adjust each hud in file data/l4d2_scripted_hud_remake.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)
-
Require | 必要安裝
-
ConVar | 指令
- cfg/sourcemod/l4d2_scripted_hud_remake.cfg
// Enable/Disable the plugin. // 0 = Disable, 1 = Enable. l4d2_scripted_hud_remake_enable "1"
- cfg/sourcemod/l4d2_scripted_hud_remake.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.cfg
Manual in this file, click for more details...
- data/l4d2_scripted_hud_remake.cfg
-
Default HUD Text
- HUD 1:
- System Time + Map Played Time + Survivor Count + Infected Count
- System Time + Survivor Count + Infected Count
- System Time + Survivor Count
- System Time
- HUD 2:
- Tank Health
- Server HostName + Server Slots
- HUD 3:
- S.I. kills rank
- C.I.+S.I.+Tank+Witch kills rank
- HUD 4:
- Survivor Mic Speaking
- Survivor health
- HUD 5:
- Infected Mic Speaking
- 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
-
-
Other Version | 其他版本
- l4d2_scripted_hud_remake_1: Display different Default HUD Text, for coop campaign (variant 1)
不同的預設 HUD 文字,搭配戰役用 (變體代號1)
- l4d2_scripted_hud_remake_2: Display different Default HUD Text, for versus/zonemod campaign (variant 2)
不同的預設 HUD 文字,搭配對抗與Zonemod用 (變體代號2)
- l4d2_scripted_hud_remake_1: Display different Default HUD Text, for coop campaign (variant 1)
-
Related Plugin | 相關插件
- l4d2_cs_kill_hud: HUD with cs kill info list.
L4D2擊殺提示改成CS遊戲的擊殺列表
- l4d2_cs_kill_hud: HUD with cs kill info list.
-
Changelog | 版本日誌
-
v1.2h (2024-11-16)
- Remake plugin, support 15 huds
- Update cvar, cmd, data file
- Change plugin name
- Remove center text
- Remove vscript, no need
-
v1.1h (2023-11-21)
- Optimize code and improve performance
-
v1.1.0 (2023-02-13)
- Display Survivors, Infected, and Spectator MIC Speaking text separately
- Add HUD 5 for Infected Mic Speaking
- Add Center text for Spectator Mic Speaking
-
v1.0.5 (2022-11-27)
- HUD3_TEXT + C.I.+S.I.+Tank+Witch kills rank
- HUD4_TEXT + Survivor health
- Add cvars to switch HUDX_TEXT text
-
v1.0.4 (2022-11-24)
- Kill Infected Counter Rank (HUD3_Text)
- Time and Survivor/Infected count (HUD1_Text)
-
v1.0.2
-
在玩家畫面可顯示至多15個Hud, 每個Hud顯示不同的內容
-
功能
- 在玩家的畫面上顯示Hud文字
- 修改文件 data/l4d2_scripted_hud_remake.cfg, 自行調整
- 顯示的文字內容
- 顯示位置
- 文字移動的動畫效果
- 黑色背景框, 文字閃紅色的特效
- 🟥 每個Hud文字上限為127,遊戲限制不能增加,認真你就輸了,再問就是Valve的鍋
-
預設的 HUD 文字 (點我展開)
- HUD 1:
- 系統時間 + 地圖已遊玩時間 + 倖存者數量 + 特感數量
- 系統時間 + 倖存者數量 + 特感數量
- 系統時間 + 倖存者數量
- 系統時間
- HUD 2:
- Tank 血量
- 房名 + 伺服器人數
- HUD 3:
- 特感擊殺數 統計排行榜
- 普通感染者+特感+Tank+Witch擊殺數 統計排行榜
- HUD 4:
- 倖存者玩家語音列表
- 倖存者血量狀態
- HUD 5:
- 特感玩家語音列表
- HUD 1:
-
指令中文介紹 (點我展開)
- cfg/sourcemod/l4d2_scripted_hud_remake.cfg
// 0=關閉插件, 1=啟動插件 l4d2_scripted_hud_remake_enable "1"
- cfg/sourcemod/l4d2_scripted_hud_remake.cfg
-
命令中文介紹 (點我展開)
- 重載data文件並刷新所有Huds (權限: ADMFLAG_ROOT)
sm_l4d2_scripted_hud_remake_reload_data
- 重載data文件並刷新所有Huds (權限: ADMFLAG_ROOT)
-
文件設定範例
- data/l4d2_scripted_hud_remake.cfg
內有中文說明,可點擊查看
- data/l4d2_scripted_hud_remake.cfg




