diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:27:56 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:27:56 -0400 |
| commit | fcd77895f3881d1d50db402f8dce0f73dfad5094 (patch) | |
| tree | 8db69e64fb458b2efb6f6bf65afc554c5808a2c4 /cfg | |
| parent | 596af5f85115311c069b81fb4f69607501a81ed5 (diff) | |
Bumped version number. New Control Point Icons.
- Added custom control point icons.
- Bumped version number.
- Removed the Symbols font file and files for teambar, intromenu and inspectpanel.
- Updated the payload tracker and control point icons.
- Updated the hud animations and layout files.
- Updated the included config to improve hud experience (Credit to Wiethoofd)
Diffstat (limited to 'cfg')
| -rw-r--r-- | cfg/valve.rc | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/cfg/valve.rc b/cfg/valve.rc index a16ddee..30ddb41 100644 --- a/cfg/valve.rc +++ b/cfg/valve.rc @@ -1,22 +1,19 @@ -// load the base configuration -//exec default.cfg -r_decal_cullsize 1 +// 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 -// Setup custom controller -exec joystick.cfg +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) -// run a user script file if present -exec autoexec.cfg +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) -// -// stuff command line statements -// -stuffcmds - -// display the startup level -startupmenu - -sv_unlockedchapters 99 - -//remove dimmer -wait 5; showconsole; wait; incrementvar mat_antialias -100 100 1; hideconsole; wait 5; incrementvar mat_antialias -100 100 -1
\ No newline at end of file +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 |
