Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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
https://steamcommunity.com/sharedfiles/filedetails/?id=1953381723
http://www.dodbits.com/dods/index.php/dods/dods-downloads/category/11-dods-gui-and-huds
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
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!