Streamer HUD - rbjaxter/budhud GitHub Wiki
Description
The streamer hud hides most information that could be used to find the server you're in. This includes player names, server name, avatars, and other miscellaneous things.
Enabling
- Navigate to
../custom/budhud/
and change the folder named_stream_
to_stream
.
[!NOTE] You can run recommended stream hud commands by using
exec bh_stream_on.cfg
. This config can be turned off withexec bh_stream_off.cfg
.
[!NOTE] To disable custom medigun names, you must do the following:
- Navigate to
../custom/budhud/resource/chat_english.txt
- Uncomment (remove the // in front of) the line that has
TF_playerid_mediccharge_wpn
- In other words, instead of ...
// "TF_playerid_mediccharge_wpn" "ÜberCharge: %s1%"
- ... it will become
"TF_playerid_mediccharge_wpn" "ÜberCharge: %s1%"
If you find something that isn't hidden by this hud, let me know in the discord or the issue tracker!