Voice Announce in centr text + create hat to Show Who is speaking.
(sv_alltalk 1
support)
-
Video | 影片展示
None -
Image | 圖示
-
Require | 必要安裝
-
Related Plugin | 相關插件
- l4d_versus_specListener: Allows spectator listen others team voice and see others team chat for l4d
旁觀者可以透過聊天視窗看到倖存者和特感的隊伍對話,亦可透過音頻聽到隊伍談話
- l4d_versus_specListener: Allows spectator listen others team voice and see others team chat for l4d
-
ConVar | 指令
- cfg\sourcemod\show_mic.cfg
// If 1, display hat on player's head if player is speaking show_mic_center_hat_enable "1" // If 1, display player speaking message in center text show_mic_center_text_enable "1"
- cfg\sourcemod\show_mic.cfg
-
Command | 命令
None
-
Apply to | 適用於
L4D2
-
Changelog | 版本日誌
-
v1.9 (2023-1-11)
- Fixed center text disappear when show_mic_center_hat_enable is 0
-
v1.8 (2022-12-1)
- Remove voicehook (voicehook is now included with SourceMod 1.11)
-
v1.7
- Remake Code
-
v1.8
-
顯示誰在語音並且在說話的玩家頭上帶帽子
-
原理
- 當玩家在遊戲中使用麥克風說話時,顯示提示在螢幕中心
- 只有相同的隊伍才能知道誰使用麥克風說話
- 如果伺服器開啟
sv_alltalk 1
,則所有人都能知道誰使用麥克風說話
- 當倖存者在遊戲中使用麥克風說話時,頭上產生對話框的模組
- 只有相同的倖存者隊伍才看得到頭上對話框的模組
- 如果伺服器開啟
sv_alltalk 1
,則所有人都能看到倖存者頭上對話框的模組
- 可以搭配l4d_versus_specListener插件,旁觀者可以透過聊天視窗看到倖存者和特感的隊伍對話,亦可透過音頻聽到隊伍談話
- 戰役模式也適用
- 當玩家在遊戲中使用麥克風說話時,顯示提示在螢幕中心
-
指令中文介紹 (點我展開)
- cfg\sourcemod\show_mic.cfg
// 為1時,玩家用MIC說話時,頭上產生對話框的模組 show_mic_center_hat_enable "1" // 為1時,玩家用MIC說話時,顯示提示在螢幕中心 show_mic_center_text_enable "1"
- cfg\sourcemod\show_mic.cfg