Advertisement
Guest User

asd

a guest
Aug 18th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 KB | None | 0 0
  1. clear
  2.  
  3. // Rates
  4. sv_cheats "1"
  5. rate "128000"
  6. cl_cmdrate "128"
  7. cl_updaterate "128"
  8. cl_interp "0"
  9. cl_interp_ratio "1"
  10.  
  11. // Graphics
  12. mat_monitorgamma "1.6"
  13. mat_queue_mode "2"
  14. mat_dxlevel "90"
  15. engine_no_focus_sleep "0"
  16. fps_max "0"
  17. fps_max_menu "0"
  18. r_cheapwaterstart "1"
  19. r_cheapwaterend "1"
  20. r_dynamic "0"
  21. r_eyegloss "0"
  22. r_eyemove "0"
  23. r_eyeshift_x "0"
  24. r_eyeshift_y "0"
  25. r_eyeshift_z "0"
  26. r_eyesize "0"
  27. muzzleflash_light "0"
  28. sys_aspectratio "-1"
  29. sys_refldetail "0"
  30. r_drawtracers_firstperson "0"
  31. mat_savechanges
  32.  
  33. // Misc
  34. developer "1"
  35. con_enable "1"
  36. con_filter_enable "2"
  37. con_filter_text "Damage Given"
  38. ui_steam_overlay_notification_position "bottomright"
  39. player_nevershow_communityservermessage "1"
  40. mm_dedicated_search_maxping "80"
  41. mm_dedicated_force_servers ""
  42. gameinstructor_enable "0"
  43. option_duck_method "0"
  44. option_speed_method "0"
  45. fog_enable "0"
  46. cl_forcepreload "1"
  47. cl_downloadfilter "nosounds"
  48. cl_disablehtmlmotd "0"
  49. cl_autohelp "0"
  50. cl_showhelp "0"
  51. cl_disablefreezecam "1"
  52. cl_freezecameffects_showholiday "0"
  53. cl_dm_buyrandomweapons "0"
  54. cl_teammate_colors_show "1"
  55. cl_autowepswitch "0"
  56. cl_use_opens_buy_menu "0"
  57. closeonbuy "0"
  58. cl_teammate_colors_show 1
  59. cl_predictweapons "1"
  60. cl_logofile "0"
  61. cl_rumblescale "0"
  62. cl_detail_max_sway "0"
  63. cl_detail_avoid_force "0"
  64. cl_detail_avoid_radius "0"
  65. cl_detail_avoid_recover_speed "0"
  66. budget_show_peaks "0"
  67. budget_show_history "0"
  68. budget_peaks_window "0"
  69. budget_averages_window "0"
  70. budget_background_alpha "0"
  71. budget_history_range_ms "5"
  72. budget_show_averages "0"
  73. budget_history_numsamplesvisible "0"
  74. texture_budget_panel_width "0"
  75. texture_budget_panel_height "0"
  76. texture_budget_background_alpha "128"
  77. func_break_max_pieces "0"
  78. scene_showlook "0"
  79. scene_showfaceto "0"
  80. scene_showmoveto "0"
  81. npc_height_adjust "1"
  82. adsp_debug "0"
  83. closecaption "0"
  84. commentary_firstrun "0"
  85. cl_freezecampanel_position_dynamic "0"
  86.  
  87. // Aliases
  88. alias +jumpthrow "+jump;-attack"
  89. alias -jumpthrow "-jump"
  90. bind h +jumpthrow
  91.  
  92. host_writeconfig // write settings to config.cfg
  93. soundscape_flush
  94. memory
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement