(wL) Forums
Remove server message from SourceTV demo - Printable Version

+- (wL) Forums (https://war-lords.net/forum)
+-- Forum: Discussions (https://war-lords.net/forum/forum-23.html)
+--- Forum: Tech Support and Support (https://war-lords.net/forum/forum-29.html)
+--- Thread: Remove server message from SourceTV demo (/thread-17061.html)



Remove server message from SourceTV demo - Knee of Justice - Oct 30 2017

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/filedetails/?id=1185440795


RE: Remove server message from SourceTV demo - Ben- - Oct 30 2017

(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/filedetails/?id=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 :'(


RE: Remove server message from SourceTV demo - Drago - Oct 30 2017

i think deadie knows that, not sure tho.
deadie come here man


RE: Remove server message from SourceTV demo - Fireball - Oct 31 2017

(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/filedetails/?id=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.