Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. // Mouse
  2.  
  3. cl_mouseenable "1"
  4. m_customaccel "0"
  5. m_customaccel_exponent "0"
  6. m_customaccel_max "0"
  7. m_customaccel_scale "0"
  8. m_forward "1"
  9. m_mouseaccel1 "0"
  10. m_mouseaccel2 "0"
  11. m_mousespeed "0"
  12. m_pitch "0.022"
  13. m_rawinput "1"
  14. m_side "0.8"
  15. m_yaw "0.022"
  16. sensitivity "1.1"
  17.  
  18. // Crosshair
  19.  
  20. cl_crosshair_drawoutline "0"
  21. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  22. cl_crosshair_dynamic_splitalpha_innermod "1"
  23. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  24. cl_crosshair_dynamic_splitdist "7"
  25. cl_crosshair_outlinethickness "1"
  26. cl_crosshair_sniper_show_normal_inaccuracy "0"
  27. cl_crosshair_sniper_width "1"
  28. cl_crosshairalpha "200"
  29. cl_crosshaircolor "1"
  30. cl_crosshaircolor_b "0"
  31. cl_crosshaircolor_g "0"
  32. cl_crosshaircolor_r "255"
  33. cl_crosshairdot "0"
  34. cl_crosshairgap "-2"
  35. cl_crosshairgap_useweaponvalue "0"
  36. cl_crosshairscale "2"
  37. cl_crosshairsize "4"
  38. cl_crosshairstyle "4"
  39. cl_crosshairthickness "1"
  40. cl_crosshairusealpha "1"
  41. cl_fixedcrosshairgap "-4.5"
  42.  
  43.  
  44. // Viewmodel
  45.  
  46. viewmodel_offset_z "-1.5"
  47. viewmodel_offset_x "2.5"
  48. viewmodel_offset_y "1.5"
  49. viewmodel_fov "65"
  50. cl_bob_lower_amt "0"
  51. cl_bobamt_lat "0"
  52. cl_bobamt_vert "0"
  53. cl_bobcycle "0.98"
  54. cl_viewmodel_shift_left_amt "0"
  55. cl_viewmodel_shift_right_amt "0"
  56.  
  57. // HUD & Radar
  58.  
  59. hud_scaling "0.70"
  60. hud_showtargetid "1"
  61. cl_hud_playercount_pos "0"
  62. cl_hud_playercount_showcount "0"
  63. cl_hud_color "0"
  64. cl_hud_background_alpha "0.5"
  65. cl_hud_bomb_under_radar "1"
  66. cl_hud_healthammo_style "0"
  67. cl_radar_scale "0.7"
  68. cl_radar_rotate "1"
  69. cl_radar_always_centered "1"
  70. cl_radar_square_with_scoreboard "0"
  71. safezonex "1"
  72. safezoney "1"
  73.  
  74. // Buyscript
  75.  
  76. bind "UPARROW" "buy vesthelm"
  77. bind "LEFTARROW" "buy defuser"
  78. bind "DOWNARROW" "buy taser"
  79. bind "RIGHTARROW" "buy vest"
  80.  
  81. bind "KP_INS" "buy molotov; buy incgrenade"
  82. bind "KP_END" "buy hegrenade"
  83. bind "KP_DOWNARROW" "buy flashbang"
  84. bind "KP_PGDN" "buy smokegrenade"
  85. bind "KP_LEFTARROW" "buy ak47; buy m4a1"
  86. bind "KP_5" "buy awp"
  87. bind "KP_RIGHTARROW" "buy famas; buy galilar"
  88. bind "KP_HOME" "buy tec9; buy fiveseven"
  89. bind "KP_UPARROW" "buy p250"
  90. bind "KP_PGUP" "buy deagle"
  91. bind "KP_MINUS" "toggleconsole"
  92. bind "KP_PLUS" "buy p90"
  93. bind "KP_ENTER" "buy mp7"
  94. bind "KP_DEL" "buy decoy"
  95.  
  96. // Binds
  97.  
  98. alias "+jumpthrow" "+jump;-attack"
  99. alias "-jumpthrow" "-forward;-jump"
  100. bind "mouse4" "+jumpthrow"
  101.  
  102. bind "INS" "give weapon_flashbang"
  103. bind "HOME" "give weapon_smokegrenade"
  104. bind "PGUP" "noclip"
  105. bind "END "give weapon_molotov"
  106. bind "DEL" "give weapon_hegrenade"
  107. bind "KP_MINUS" "toggleconsole"
  108.  
  109. bind "N" "say_team Need Weapon"
  110. bind "J" "say_team I can drop"
  111.  
  112. bind "space" "+jump"
  113. bind "mwheelup" "+jump"
  114.  
  115. bind "i" "+moveup"
  116. bind "j" "+left"
  117. bind "k" "+movedown"
  118. bind "l" "+right"
  119.  
  120. // Netsettings
  121.  
  122. rate "128000"
  123. cl_updaterate "128"
  124. cl_cmdrate "128"
  125. cl_interp_ratio "2"
  126. cl_interp "0"
  127. cl_lagcompensation "1"
  128. cl_predict "1"
  129.  
  130. // Global
  131.  
  132. cl_showfps "0"
  133. fps_max "0"
  134. fps_max_menu "300"
  135. cl_autowepswitch "0"
  136. cl_showloadout "1"
  137. cl_downloadfilter "nosounds"
  138. cl_autohelp "1"
  139. cl_forcepreload 1
  140. cl_show_clan_in_death_notice "0"
  141. cl_showhelp "0"
  142. cl_disablefreezecam "1"
  143. option_speed_method "0"
  144.  
  145. // Sound
  146.  
  147. volume 0.1337
  148. snd_mixahead "0.05"
  149. snd_musicvolume "0"
  150. snd_legacy_surround "0"
  151. snd_mute_losefocus "0"
  152. dsp_enhance_stereo "1"
  153. windows_speaker_config "1"
  154. voice_enable "1"
  155. voice_scale "0.8"
  156.  
  157. con_enable "1"
  158.  
  159. clear
  160.  
  161. host_writeconfig
  162. viewmodel_presetpos 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement