Advertisement
Alegzandr

Alegzandr - autoexec.cfg

Sep 10th, 2017
1,002
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Launch options settings : -novid -tickrate 128 -console -freq 240
  2.  
  3.  
  4. // GENERAL
  5.  
  6. cl_autowepswitch "0"
  7. cl_disablehtmlmotd "1"
  8. cl_downloadfilter "nosounds"
  9. gameinstructor_enable "0"
  10. fps_max "0"
  11. +cl_show_team_equipment
  12.  
  13. // NETCODE
  14.  
  15. cl_interp "0"
  16. cl_interp_ratio "1"
  17. cl_cmdrate "128"
  18. cl_updaterate "128"
  19. rate "786432"
  20.  
  21. // VIEWMODEL
  22.  
  23. viewmodel_presetpos "3"
  24. cl_righthand "0"
  25. r_drawtracers_firstperson "1"
  26.  
  27.  
  28. // SHIFTING AND BOBBING
  29.  
  30. cl_viewmodel_shift_left_amt "0"
  31. cl_viewmodel_shift_right_amt "0"
  32. cl_bob_lower_amt "0"
  33. cl_bobamt_lat "0"
  34. cl_bobamt_vert "0"
  35. cl_bobcycle "1"
  36.  
  37. // HUD
  38.  
  39. hud_scaling "1"
  40. cl_hud_color "3"
  41. cl_hud_playercount_pos "1"
  42. cl_hud_playercount_showcount "1"
  43. cl_hud_healthammo_style "1"
  44.  
  45. // VIDEO
  46.  
  47. r_drawtracers_firstperson "1"
  48.  
  49. // NET_GRAPH
  50.  
  51. net_graph "1"
  52. net_graphpos "2"
  53. net_graphproportionalfont "0"
  54.  
  55. // MOUSE
  56.  
  57. sensitivity "2.2"
  58. zoom_sensitivity_ratio_mouse ".95"
  59. m_rawinput "1"
  60. m_customaccel "0"
  61.  
  62. // AUDIO
  63.  
  64. snd_mixahead "0.05"
  65. snd_musicvolume "0"
  66. snd_headphone_pan_exponent "2"
  67. snd_headphone_pan_radial_weight "2"
  68. snd_legacy_surround "0"
  69. snd_pitchquality "1"
  70. dsp_enhance_stereo "0"
  71.  
  72. // CROSSHAIR
  73.  
  74. cl_crosshairalpha "255"
  75. cl_crosshaircolor "4"
  76. cl_crosshaircolor_r "255"
  77. cl_crosshaircolor_g "255"
  78. cl_crosshaircolor_b "255"
  79. cl_crosshairdot "0"
  80. cl_crosshairgap "-1"
  81. cl_crosshairscale "0"
  82. cl_crosshairsize "2"
  83. cl_crosshairstyle "4"
  84. cl_crosshairthickness "1"
  85. cl_fixedcrosshairgap "-4"
  86. cl_crosshair_outlinethickness "1"
  87. cl_crosshair_drawoutline "1"
  88. cl_crosshairgap_useweaponvalue "0"
  89.  
  90. // ALIAS & BINDS
  91.  
  92. alias ak47 "give weapon_ak47"
  93. alias m4a4 "give weapon_m4a1"
  94. alias m4a1 "give weapon_m4a1_silencer"
  95. alias galil "give weapon_galilar"
  96. alias famas "give weapon_famas"
  97. alias awp "give weapon_awp"
  98. alias scout "give weapon_ssg08"
  99. alias glock "give weapon_glock"
  100. alias usp "give weapon_usp_silencer"
  101. alias p2000 "give weapon_hkp2000"
  102. alias p250 "give weapon_p250"
  103. alias fiveseven "give weapon_fiveseven"
  104. alias tec9 "give weapon_tec9"
  105. alias cz75 "give weapon_cz75a"
  106. alias deagle "give weapon_deagle"
  107. alias he "give weapon_hegrenade"
  108. alias flash "give weapon_flashbang"
  109. alias smoke "give weapon_smokegrenade"
  110. alias molotov "give weapon_molotov"
  111. alias incgrenade "give weapon_incgrenade"
  112. alias vest "give weapon_vest"
  113. alias helmet "give weapon_vesthelm"
  114. alias c4 "give weapon_c4"
  115.  
  116. bind "space" "+jump"
  117. bind "n" "noclip"
  118.  
  119.  
  120. clear
  121. echo "CFG by Alegzandr - Last update : 27/08/2018"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement