Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2014
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 KB | None | 0 0
  1. // MODELS/HUD
  2.  
  3. viewmodel_fov "68"
  4. viewmodel_offset_x "2.5"
  5. viewmodel_offset_y "2"
  6. viewmodel_offset_z "-2"
  7.  
  8. cl_viewmodel_shift_left_amt "0.5"
  9. cl_viewmodel_shift_right_amt "0.25"
  10.  
  11. cl_bob_lower_amt "5"
  12. cl_bobamt_lat "0.1"
  13. cl_bobamt_vert "0.1"
  14. cl_bobcycle "2"
  15.  
  16. hud_scaling "0.95"
  17.  
  18. // SOUND
  19.  
  20. snd_mixahead "0.05"
  21. snd_headphone_pan_exponent "2"
  22. snd_musicvolume "0"
  23.  
  24. // NETCODE
  25.  
  26. rate "128000"
  27. cl_cmdrate "128"
  28. cl_updaterate "128"
  29. cl_interp "0"
  30. cl_interp_ratio "1"
  31. cl_lagcompensation "1"
  32. fps_max "200"
  33.  
  34. // MOUSE
  35.  
  36. sensitivity "1.2"
  37. zoom_sensitivity_ratio_mouse "1.0"
  38. m_yaw "0.022"
  39. m_pitch "0.022"
  40. m_side "0.8"
  41. m_rawinput "0"
  42. m_mouseaccel1 "0"
  43. m_mouseaccel2 "0"
  44. m_mousespeed "1"
  45. m_customaccel_scale "0"
  46. m_customaccel "0"
  47. m_customaccel_exponent "1"
  48. m_customaccel_max "0"
  49.  
  50. // CROSSHAIR
  51.  
  52. cl_crosshairalpha "255"
  53. cl_crosshaircolor "1"
  54. cl_crosshaircolor_b "50"
  55. cl_crosshaircolor_g "255"
  56. cl_crosshaircolor_r "50"
  57. cl_crosshairdot "1"
  58. cl_crosshairgap "-1"
  59. cl_crosshairscale "0"
  60. cl_crosshairsize "3"
  61. cl_crosshairstyle "4"
  62. cl_crosshairthickness "1"
  63. cl_crosshairusealpha "1"
  64. cl_fixedcrosshairgap "-1"
  65.  
  66. // MISELLANEOUS
  67.  
  68. cl_righthand "0"
  69. r_drawtracers_firstperson "0"
  70. cl_autowepswitch "0"
  71. hud_showtargetid "1"
  72. net_graph "0"
  73. cl_autohelp "0"
  74. cl_showhelp "0"
  75. cl_showpluginmessages "0"
  76. cl_disablefreezecam "1"
  77. cl_freezecampanel_position_dynamic "0"
  78. cl_disablehtmlmotd "1"
  79. mm_dedicated_search_maxping "70"
  80. mat_queue_mode "2"
  81. mat_monitorgamma "2.2"
  82. cursortimeout "10"
  83. cl_resend "1.5"
  84. cl_resend_timeout "3"
  85. cl_spec_mode "4"
  86. cl_teamid_overhead_name_alpha "255"
  87. cl_teamid_overhead_name_fadetime "0"
  88. r_dynamic "0"
  89. r_eyegloss "0"
  90. r_eyemove "0"
  91. r_eyegloss "0"
  92. r_eyemove "0"
  93. r_eyeshift_x "0"
  94. r_eyeshift_y "0"
  95. r_eyeshift_z "0"
  96. r_eyesize "0"
  97.  
  98. // BINDS
  99.  
  100. bind "c" "use weapon_hegrenade"
  101. bind "f" "use weapon_flashbang"
  102. bind "x" "use weapon_smokegrenade"
  103. bind "t" "noclip"
  104.  
  105. bind "KP_END" "buy m4a1; buy ak47"
  106. bind "KP_DOWNARROW" "buy famas; buy galil"
  107. bind "KP_LEFTARROW" "buy mp7"
  108. bind "KP_RIGHTARROW "buy awp"
  109. bind "KP_UPARROW" "buy hegrenade; buy flashbang; buy smokegrenade"
  110. bind "KP_MINUS" "buy smokegrenade;buy flashbang;buy flashbang;buy hegrenade"
  111. bind "KP_PGUP" "buy molotov; buy indendiary ;buy decoy"
  112. bind "KP_HOME" "buy defuser"
  113. bind "KP_ENTER" "buy vesthelm; buy vest"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement