Advertisement
Guest User

Untitled

a guest
May 24th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. // Rate, network, performance
  2. rate 64000
  3. cl_interp_ratio 1
  4. fps_max_menu 0
  5. fps_max 0
  6. r_dynamic "0"
  7. cl_interp 0
  8. cl_updaterate 128
  9. cl_cmdrate 128
  10. cl_lagcompensation "1"
  11. mm_dedicated_search_maxping 80
  12. cl_forcepreload 1
  13.  
  14. // Mouse
  15. m_rawinput "1"
  16. m_mouseaccel1 "0"
  17. m_mouseaccel2 "0"
  18.  
  19. // HUD
  20. hud_scaling 0.70
  21.  
  22. // Other settings
  23. gameinstructor_enable "0"
  24. cl_autohelp "0"
  25. cl_showhelp "0"
  26. cl_freezecameffects_showholiday 0
  27. cl_radar_always_centered 0
  28. cl_radar_scale 0.3
  29. cl_disablefreezecam 1
  30. cl_autowepswitch "0"
  31. player_nevershow_communityservermessage "1"
  32.  
  33. // Sound Commands
  34. snd_headphone_pan_exponent 2.0
  35. snd_front_headphone_position 45.0
  36. snd_rear_headphone_position 135.0
  37. snd_headphone_pan_radial_weight "2"
  38. snd_legacy_surround "0"
  39. snd_mixahead "0.05"
  40. voice_enable "1"
  41.  
  42. // Crosshair
  43. alias "+attack1" "+attack; spec_next; cl_crosshairstyle 2; r_cleardecals";
  44. alias "-attack1" "-attack; cl_crosshairstyle 5";
  45. cl_crosshairsize 2
  46. cl_crosshairthickness .5
  47. cl_crosshair_drawoutline 1
  48. cl_crosshair_outlinethickness 1
  49. cl_crosshairgap -2
  50. cl_crosshair_dynamic_maxdist_splitratio 0.35
  51. cl_crosshair_dynamic_splitalpha_innermod 1
  52. cl_crosshair_dynamic_splitalpha_outermod 1
  53. cl_crosshair_dynamic_splitdist 7
  54. cl_crosshairdot 0
  55. cl_crosshairalpha 150
  56.  
  57. // Binds
  58. bind ins "buy awp"
  59. bind home "buy hegrenade"
  60. bind pgup "buy vest;buy vesthelm"
  61. bind del "buy smokegrenade"
  62. bind end "buy flashbang"
  63. bind pgdn "buy defuser"
  64. bind leftarrow "buy famas;buy galilar"
  65. bind rightarrow "buy p250"
  66. bind uparrow "buy m4a1;buy ak47"
  67. bind downarrow "buy mp9;buy mac10"
  68. bind "MOUSE1" "+attack1"
  69.  
  70. // Viewmodel
  71. cl_viewmodel_shift_left_amt "0.500000"
  72. cl_viewmodel_shift_right_amt "0.250000"
  73. viewmodel_fov "54"
  74. viewmodel_offset_x "-2.0"
  75. viewmodel_offset_y "-2.0"
  76. viewmodel_offset_z "-2.0"
  77. viewmodel_presetpos "0"
  78. cl_bob_lower_amt "5.000000"
  79. cl_bobamt_lat "0.100000"
  80. cl_bobamt_vert "0.100000"
  81. cl_bobcycle "0.98"
  82.  
  83. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement