I'm trying to record a highlight from a sourcetv demo but in the middle of the screen a message from the server pops up and there seems to be no way to get rid of it without disabling the hud completely. All I want is the crosshair and kill feed.
Picture of the message I want to remove (starts with "Type .sub"):
http://steamcommunity.com/sharedfiles/fi...1185440795
(Oct 30 2017, 02:45 AM)Knee of Justice Wrote: [ -> ]I'm trying to record a highlight from a sourcetv demo but in the middle of the screen a message from the server pops up and there seems to be no way to get rid of it without disabling the hud completely. All I want is the crosshair and kill feed.
Picture of the message I want to remove (starts with "Type .sub"):
http://steamcommunity.com/sharedfiles/fi...1185440795
yeah had the same problem when i was recording/playing on wl servers.
Never found a way to get rid of those, would be fun to know if its doable or not. But ...
We would probably need Bison to have an answer on that :'(
i think deadie knows that, not sure tho.
deadie come here man
(Oct 30 2017, 05:37 AM)Ben- Wrote: [ -> ] (Oct 30 2017, 02:45 AM)Knee of Justice Wrote: [ -> ]I'm trying to record a highlight from a sourcetv demo but in the middle of the screen a message from the server pops up and there seems to be no way to get rid of it without disabling the hud completely. All I want is the crosshair and kill feed.
Picture of the message I want to remove (starts with "Type .sub"):
http://steamcommunity.com/sharedfiles/fi...1185440795
yeah had the same problem when i was recording/playing on wl servers.
Never found a way to get rid of those, would be fun to know if its doable or not. But ...
We would probably need Bison to have an answer on that :'(
I would be pretty sure you can do it with a HUD config, which I was reading about to change my HUD color (sometimes invisible on my monitor on certain maps like Dust2). The first two links can help:
https://www.google.com/search?q=cs%3Asource+hud+editor
E.g. in third page, what I was hoping to use (have to ask Bison)
Quote:"green gets boring"
you must be using the wideglide green hud sprite. (guessing =P)
use notepad and edit the clientscheme and hudanimations
for clientscheme.res (copy and paste on the appropriate area)
~~~~~~~~~~~~
Code:
GraphPanel.FgColor "Red"
GraphPanel.BgColor "TransparentBlack"
Label.TextDullColor "Red"
Label.TextColor "Red"
Label.TextBrightColor "Red"
Label.SelectedTextColor "Red"
Label.BgColor "Blank"
Label.DisabledFgColor1 "Blank"
Label.DisabledFgColor2 "Grey"
for hudanimations.txt
~~~~~~~~~~~~
dont think you need it.