Advertisement
Guest User

Untitled

a guest
May 27th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. //networking
  2. cl_cmdrate "128"
  3. cl_updaterate "128"
  4. host_writeconfig
  5. rate "128000"
  6. cl_interp "0"
  7. cl_interp_ratio "1"
  8. mm_dedicated_search_maxping "50"
  9.  
  10. //graphics
  11. fps_max "150"
  12. fps_max_menu "90"
  13. cl_loadout_colorweaponnames "1"
  14.  
  15. //audio
  16. lobby_voice_chat_enabled "0"
  17.  
  18. //gameplay
  19. cl_autowepswitch "0"
  20. cl_disablefreezecam "1"
  21. cl_disablehtmlmotd "1"
  22. cl_forcepreload "1"
  23. cl_freezecameffects_showholiday "0"
  24. cl_color "2"
  25. hud_showtargetid "1"
  26.  
  27. //net graph toggle
  28. net_graph "0"
  29. bind "TAB" "+scorenet"
  30. alias "+scorenet" "+showscores; net_graph 1"
  31. alias "-scorenet" "-showscores; net_graph 0"
  32.  
  33. //bhop toggle
  34. bind MOUSE3 +bhop
  35. alias +bhop "bind mwheeldown +jump;bind MOUSE3 -bhop"
  36. alias -bhop "bind mwheeldown invnext;bind MOUSE3 +bhop"
  37.  
  38. //jump throw
  39. alias +jumpthrow "+jump;-attack"
  40. alias -jumpthrow "-jump"
  41. bind mouse5 +jumpthrow
  42.  
  43. //show damage
  44. developer "1"
  45. con_enable "1"
  46. con_filter_enable "2"
  47. con_filter_text "Damage"
  48. con_filter_text_out Player:
  49.  
  50. //radar zoom
  51. bind "=" "incrementvar cl_radar_scale 0.25 1.0 0.05"
  52. bind "-" "incrementvar cl_radar_scale 0.25 1.0 -0.05"
  53. cl_radar_always_centered 0
  54.  
  55. //viewmodel
  56. cl_viewmodel_shift_left_amt "0.500000"
  57. cl_viewmodel_shift_right_amt "0.250000"
  58. viewmodel_fov "66.000000"
  59. viewmodel_offset_x "-1.000000"
  60. viewmodel_offset_y "2.0"
  61. viewmodel_offset_z "-2.0"
  62. viewmodel_presetpos "0"
  63. cl_bob_lower_amt "5.000000"
  64. cl_bobamt_lat "0.100000"
  65. cl_bobamt_vert "0.100000"
  66. cl_bobcycle "0.98"
  67.  
  68. //buy binds
  69. bind "kp_enter" "buy p250;"
  70. bind "kp_plus" "buy deagle;"
  71. bind "kp_del" "buy vest;"
  72. bind "kp_ins" "buy vesthelm;"
  73. bind "kp_end" "buy hegrenade;"
  74. bind "kp_pgdn" "buy smokegrenade;"
  75. bind "kp_downarrow" "buy flashbang;"
  76. bind "kp_rightarrow" "buy molotov; buy incgrenade;"
  77. bind "kp_home" "buy awp;"
  78. bind "kp_minus" "buy ak47; buy m4a1;"
  79. bind "kp_pgup" "buy tec9; buy fiveseven;"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement