From b18ec07d6ca3df431367632e1140087ae440d8ba Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sun, 12 Apr 2020 14:14:41 -0400 Subject: Renamed the hud cfg file --- cfg/valve.rc | 19 ------------------- cfg/wiethud_tweaks.cfg | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 cfg/valve.rc create mode 100644 cfg/wiethud_tweaks.cfg diff --git a/cfg/valve.rc b/cfg/valve.rc deleted file mode 100644 index 30ddb41..0000000 --- a/cfg/valve.rc +++ /dev/null @@ -1,19 +0,0 @@ -// Forcing settings to improve HUD experience. Created by Wiethoofd (https://github.com/Wiethoofd) -cl_showbackpackrarities 1 // Border colors in backpack -tf_time_loading_item_panels 0.005 // Decrease loading backpack item load times -tf_backpack_page_button_delay 0.25 // Decrease time hovering over page before switching - -cl_promotional_codes_button_show 0 // Hide the Promo Code button in the main menu behind friends -cl_mvm_wave_status_visible_during_wave 1 // Show enemycountpanel contents during wave -cl_use_tournament_specgui 1 // Tournament hud -tf_hud_show_servertimelimit 1 // Show server time remaining at round timer -tf_spec_xray 2 // Show outlines for both teams (server setting) - -tf_healthicon_height_offset 4 // Health above head offset -tf_hud_target_id_show_avatars 1 // Avatars in TargetID (0-Disable,1-Everyone,2-Friends) - -hud_escort_interp 0.1 // Faster updating of cart HUD element -cc_captiontrace 0 // Display errors for missing captions (0=disabled,1=console,2=caption box) -cc_predisplay_time 0 // Decrease time before showing caption -cc_sentencecaptionnorepeat 2 // How often a caption can repeat -vgui_drawtree_draw_selected 1 // Highlight panels in vgui_drawtree with a red border \ No newline at end of file diff --git a/cfg/wiethud_tweaks.cfg b/cfg/wiethud_tweaks.cfg new file mode 100644 index 0000000..30ddb41 --- /dev/null +++ b/cfg/wiethud_tweaks.cfg @@ -0,0 +1,19 @@ +// Forcing settings to improve HUD experience. Created by Wiethoofd (https://github.com/Wiethoofd) +cl_showbackpackrarities 1 // Border colors in backpack +tf_time_loading_item_panels 0.005 // Decrease loading backpack item load times +tf_backpack_page_button_delay 0.25 // Decrease time hovering over page before switching + +cl_promotional_codes_button_show 0 // Hide the Promo Code button in the main menu behind friends +cl_mvm_wave_status_visible_during_wave 1 // Show enemycountpanel contents during wave +cl_use_tournament_specgui 1 // Tournament hud +tf_hud_show_servertimelimit 1 // Show server time remaining at round timer +tf_spec_xray 2 // Show outlines for both teams (server setting) + +tf_healthicon_height_offset 4 // Health above head offset +tf_hud_target_id_show_avatars 1 // Avatars in TargetID (0-Disable,1-Everyone,2-Friends) + +hud_escort_interp 0.1 // Faster updating of cart HUD element +cc_captiontrace 0 // Display errors for missing captions (0=disabled,1=console,2=caption box) +cc_predisplay_time 0 // Decrease time before showing caption +cc_sentencecaptionnorepeat 2 // How often a caption can repeat +vgui_drawtree_draw_selected 1 // Highlight panels in vgui_drawtree with a red border \ No newline at end of file -- cgit v1.2.3