Day of Defeat: Source

Day of Defeat: Source

View Stats:
Are there any console commands that i can use to hide some HUD elements?
I started noticing that i get really, reaaaally distracted by chat, and the kill-list type thing that shows up on the top right. I don't why, but those 2 hud parts just catch my eyes constantly and i can barely focus what's in front of me.
< >
Showing 1-8 of 8 comments
xaxado Dec 30, 2019 @ 8:32am 
also hud_saytext_time 0 help alot of. You can check some custom HUDs to a better display, some HUDs have a minimalist interface :)
Last edited by xaxado; Dec 30, 2019 @ 8:33am
Also, I don't know if anyone can be interested, but I can share my personal HUD which is more modern simpler:
https://steamcommunity.com/sharedfiles/filedetails/?id=1953381723
you can also download custom huds, INsanes being a good one.

http://www.dodbits.com/dods/index.php/dods/dods-downloads/category/11-dods-gui-and-huds
neizvestniy3113 Dec 30, 2019 @ 5:27pm 
Originally posted by INsane dodbits:


Originally posted by Devious Toast:

Thank you to both of you. i just binded my f1 button to execute the hud_deathnotice_time 0 command, and i did just download the latest steam pipe hud mod, which is absolutely amazing. Now im more focused. thank you
Originally posted by INsane dodbits:
Try these...

The Kills and Death CVAR's (commands):
http://www.dodbits.com/dods/index.php/dods/dods-gui-hud-tutorials/45-kills-deaths-and-caps#thekillsanddeathcvars

Try - hud_deathnotice_time 0

Chat Filter cvars
http://www.dodbits.com/dods/index.php/dods/dods-console-commands/76-chat-filter-cvars

I think you need = cl_chatfilters 31

Is there a way to acivate these commands permanently? so type them in once and note every time i start the game?
Originally posted by M4MUSHK4 !Hans!:
Is there a way to acivate these commands permanently? so type them in once and note every time i start the game?

Create an autoexec.cfg file in your /dod/cfg/ folder. add the commands to it, and add the config to the games launch options using +exec autoexec.cfg

Launch properties is found by right clicking the game in your library > properties > bottom of the general section. Another good one to add is -novid which removes the valve intro video on launch. So launch options would read:

-novid +exec autoexec.cfg

autoexec.cfg is useful for commands you don't want to type every time you launch, and things like lerp settings, rates, net_graph. Commands are typically written 1 per line like this:

net_graph 1
cl_chatfilters 31
hud_deathnotice_time 0

Notice: some servers do have some settings locked down, if they do, it overrides what you want your client to do, typically this is done with regards to game rates to prevent people from spoofing their latency.
Last edited by Devious Toast [SAC]; Feb 5, 2021 @ 4:46pm
Originally posted by Devious Toast:
Originally posted by M4MUSHK4 !Hans!:
Is there a way to acivate these commands permanently? so type them in once and note every time i start the game?

Create an autoexec.cfg file in your /dod/cfg/ folder. add the commands to it, and add the config to the games launch options using +exec autoexec.cfg

Launch properties is found by right clicking the game in your library > properties > bottom of the general section. Another good one to add is -novid which removes the valve intro video on launch. So launch options would read:

-novid +exec autoexec.cfg

autoexec.cfg is useful for commands you don't want to type every time you launch, and things like lerp settings, rates, net_graph. Commands are typically written 1 per line like this:

net_graph 1
cl_chatfilters 31
hud_deathnotice_time 0

Notice: some servers do have some settings locked down, if they do, it overrides what you want your client to do, typically this is done with regards to game rates to prevent people from spoofing their latency.

Thank you!
< >
Showing 1-8 of 8 comments
Per page: 1530 50

Date Posted: Dec 29, 2019 @ 10:00pm
Posts: 8