Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. snd_headphone_pan_exponent "2.0"
  2. snd_front_headphone_position "45.0"
  3. snd_rear_headphone_position "135.0"
  4. snd_mixahead "0.05"
  5. snd_pitchquality "1"
  6. snd_musicvolume "0"
  7.  
  8.  
  9. //Allowed values: -1 / 1 / 3 / 4 / 6 -1: Default (2 Speakers) 1: Headphones 3: 4 Speakers 4: 2 Speakers 6: 5.1 Surround
  10. windows_speaker_config 1
  11.  
  12.  
  13. //dsp_enhance_stereo: If set to 1 enhances the stereo effect, making sound richer and more atmospheric for a slight performance hit.
  14. // turn this to 0 if you use anything but a stereo headphone. For e.g 5.1 surround/7.1 surround etc
  15.  
  16. dsp_enhance_stereo "1"
  17.  
  18.  
  19. //mat_queue_mode: set to number of cores
  20. mat_queue_mode 2
  21.  
  22. r_dynamic "0"
  23. r_eyesize "0"
  24. r_eyemove "0"
  25. con_enable "1"
  26. r_eyegloss "0"
  27. cl_logofile "0"
  28. r_eyeshift_z "0"
  29. r_eyeshift_y "0"
  30. r_eyeshift_x "0"
  31. cl_rumblescale "0"
  32. sys_refldetail "0"
  33. mat_hdr_enabled "0"
  34. sys_aspectratio "-1"
  35. r_cheapwaterend "1"
  36. sys_antialiasing "0"
  37. muzzleflash_light "0"
  38. r_cheapwaterstart "1"
  39. budget_show_peaks "0"
  40. cl_detail_max_sway "0"
  41. budget_show_history "0"
  42. budget_peaks_window "0"
  43. budget_show_averages "0"
  44. func_break_max_pieces "0"
  45. cl_detail_avoid_force "0"
  46. cl_detail_avoid_radius "0"
  47. budget_averages_window "0"
  48. budget_background_alpha "0"
  49. budget_history_range_ms "5"
  50. texture_budget_panel_width "0"
  51. texture_budget_panel_height "0"
  52. cl_detail_avoid_recover_speed "0"
  53. texture_budget_background_alpha "999"
  54. budget_history_numsamplesvisible "0"
  55.  
  56.  
  57. // Rates
  58. rate "128000"
  59. cl_interp "0"
  60. cl_cmdrate "128"
  61. cl_updaterate "128"
  62. cl_interp_ratio "1"
  63. cl_predictweapons "1"
  64.  
  65.  
  66. // Bobbing
  67. cl_bobcycle "2"
  68. cl_bobamt_lat "0"
  69. cl_bobamt_vert "0"
  70. cl_viewmodel_shift_left_amt "0"
  71. cl_viewmodel_shift_right_amt "0"
  72.  
  73. //Misc
  74. cl_autohelp "0"
  75. cl_showhelp "0"
  76. cl_righthand "1"
  77. cl_radar_scale "0.8"
  78. cl_forcepreload "1"
  79. cl_autowepswitch "0"
  80. hud_showtargetid "0"
  81. cl_lagcompensation "1"
  82. cl_disablefreezecam "1"
  83.  
  84. bind "UPARROW" "incrementvar volume 0 1 0.01"
  85. bind "DOWNARROW" "incrementvar volume 0 1 -0.01"
  86.  
  87. host_writeconfig
  88. soundscape_flush
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement