Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. exec surf_off.cfg
  2.  
  3. //Netgraph scoreboard
  4. alias "+movenetgraph" "toggle net_graphheight 2000 180"
  5. alias "-movenetgraph" "toggle net_graphheight 180 2000"
  6. alias "+showinfo" "+showscores; +movenetgraph"
  7. alias "-showinfo" "-showscores; -movenetgraph"bind “TAB” “+showinfo”
  8. con_filter_text_out "netgraph"
  9.  
  10. net_graph "1"
  11. net_graphpos "2"
  12. net_graphheight "2000"
  13.  
  14. zoom_sensitivity_ratio_mouse .82 //default 1
  15.  
  16. // Rates
  17. //rate "128000"
  18. rate "786432"
  19. cl_cmdrate "128"
  20. cl_updaterate "128"
  21. cl_interp "0.0"
  22. cl_interp_ratio "1"
  23. cl_lagcompensation "1"
  24.  
  25. fps_max 500
  26. cl_disablehtmlmotd 1
  27.  
  28. //Binds
  29. bind "TAB" "+showinfo"
  30. alias +jumpthrow "+jump;-attack"
  31. alias -jumpthrow "-jump"
  32. bind CTRL +jumpthrow
  33.  
  34. //Mouse commands
  35. m_rawinput "1" //might be bugged but probably not
  36. m_mouseaccel1 "0"
  37. m_mouseaccel2 "0"
  38. m_mousespeed "0"
  39. m_customaccel "0"
  40.  
  41. //Misc.
  42. cl_disablefreezecam 1
  43. cl_autowepswitch 0
  44. lobby_voice_chat_enabled 0
  45. bind "h" "toggle gameinstructor_enable" //Use to find bomb
  46.  
  47. //Show damage on HUD
  48. con_filter_text damage;con_filter_text_out Player:; con_filter_enable 2;developer 1;
  49.  
  50. // RECOMMENDED HEADPHONES SETTINGS
  51. //dsp_enhance_stereo "0"
  52. //snd_legacy_surround "0"
  53. //snd_mixahead "0.05"
  54. //snd_pitchquality "1"
  55.  
  56. //windows_speaker_config "1"
  57. //snd_front_headphone_position "53.2" //16:9
  58. //snd_rear_headphone_position "90.0"
  59. //snd_headphone_pan_exponent "1.2"
  60. //snd_headphone_pan_radial_weight "0.5"
  61.  
  62. snd_deathcamera_volume "0.0"
  63. snd_mapobjective_volume "0.0"
  64. snd_menumusic_volume "0.0"
  65. snd_musicvolume "0.5"
  66. snd_mute_losefocus "0"
  67. snd_roundend_volume "0.2"
  68. snd_roundstart_volume "0.0"
  69. snd_tensecondwarning_volume "0.2"
  70. volume "0.3"
  71. voice_scale "0.3"
  72. //snd_mute_losefocus "0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement