Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. //Net
  2. rate "128000"
  3. cl_interp "0"
  4. cl_interp_ratio "1"
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7.  
  8. //Hud
  9. hud_Scaling "1"
  10. safezonex "1"
  11. safezoney "1"
  12. cl_hud_background_alpha "0"
  13. cl_hud_bomb_under_radar "1"
  14. cl_hud_color "9"
  15. cl_hud_healthammo_style "1"
  16. cl_hud_playercount_pos "1"
  17. cl_hud_playercount_showcount "1"
  18. cl_hud_radar_scale "0.4"
  19. cl_radar_always_centered "0"
  20. cl_showloadout "0"
  21.  
  22.  
  23. //Crosshair
  24. cl_crosshairalpha "200"
  25. cl_crosshaircolor "1"
  26. cl_crosshaircolor_b "50"
  27. cl_crosshaircolor_r "50"
  28. cl_crosshaircolor_g "250"
  29. cl_crosshairdot "0"
  30. cl_crosshairgap "0"
  31. cl_crosshairsize "5"
  32. cl_crosshairstyle "4"
  33. cl_crosshairusealpha "1"
  34. cl_crosshairthickness "1.5"
  35. cl_fixedcrosshairgap "0"
  36. cl_crosshair_outlinethickness "0"
  37. cl_crosshair_drawoutline "0"
  38.  
  39. //Viewmodel
  40. cl_righthand "1"
  41. viewmodel_offset_x "0"
  42. viewmodel_offset_y "-2"
  43. viewmodel_offset_z "-2"
  44. viewmodel_fov "54"
  45. cl_bobamt_lat "0.1"
  46. cl_bobamt_vert "0.1"
  47. cl_bobcycle "0.1"
  48. cl_viewmodel_shift_left_amt "0.5"
  49. cl_viewmodel_shift_right_amt "0.5"
  50.  
  51. //Mouse
  52. sensitivity "2.5"
  53. m_rawinput "0"
  54. m_mousespeed "0"
  55. zoom_sensitivity_ratio_mouse "1"
  56. m_mouseaccel1 "0"
  57. m_mouseaccel2 "0"
  58.  
  59. //Binds
  60. bind "MWHEELDOWN" "+jump"
  61. bind "TAB" "+ng";
  62. alias "+ng" "+showscores; net_graph 1";
  63. alias "-ng" "-showscores; net_graph 0";
  64. bind "mouse5" +voicerecord
  65.  
  66. //Audio
  67. voice_enable "1"
  68. sv_voice_enable "1"
  69. voice_system_enable "1"
  70. volume "0.333"
  71.  
  72. //Misc
  73. cl_showfps "1"
  74. fps_max "288"
  75. cl_disablefreezecam "1"
  76. voice_scale "0.7"
  77. cl_timeout "1337"
  78. windows_speaker_config "1"
  79. cl_autowepswitch "0"
  80. cl_autohelp "1"
  81. cl_forcepreload "1"
  82. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement