Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. // autoexec \\
  2.  
  3.  
  4.  
  5. // Buy binds
  6. bind "leftarrow" "buy ak47; buy m4a1;"
  7. bind "rightarrow" "buy awp;buy fiveseven; buy tec9;"
  8. bind "downarrow" " buy vesthelm; buy vest; buy defuser;"
  9. bind "uparrow" " buy molotov; buy incgrenade; buy flashbang; buy smokegrenade; buy flashbang;"
  10. bind "]" "buy scar20; buy g3sg1;buy elite; buy molotov; buy incgrenade; buy smokegrenade; buy defuser;"
  11.  
  12. // Net graph
  13. con_filter_text "Damage"
  14. con_filter_text_out "Player:"
  15. con_filter_enable "2"
  16. Net_graph 1
  17. net_graphproportionalfont 0 // Change to 1 if its too small
  18.  
  19. // Quickswitch (Hold q for knife)
  20. alias +knife slot3
  21. alias -knife lastinv
  22. bind q "+knife; r_cleardecals"
  23. bind r "+reload; r_cleardecals"
  24.  
  25. // Show teammates names and their equipment.
  26. alias show show1
  27. alias show1 "+cl_show_team_equipment; bind w +showup; alias show show2"
  28. alias show2 "unbind w; -cl_show_team_equipment; bind w +forward; alias show show1"
  29. alias +showup "+forward; +cl_show_team_equipment"
  30. alias -showup "-forward;"
  31. +cl_show_team_equipment
  32.  
  33. // misc /w options
  34. cl_radar_always_centered 0 // example:
  35. cl_hud_radar_scale "1" // Changes the size/scale of the radar
  36. cl_hud_playercount_showcount "1" // forces show all players in the player count
  37. cl_hud_color "8" // Changes UI Color for HUD HP, Ammo, Money etc
  38. cl_hud_background_alpha "0.5" // Adjust HUD background alpha for colored elements
  39. cl_hud_bomb_under_radar "1" // shows bomb icon under radar instead of inventory
  40.  
  41. // Audio
  42. snd_mixahead "0.05"
  43. snd_headphone_pan_exponent "2"
  44. snd_musicvolume "0"
  45.  
  46. // Rates and Interpolation
  47. cl_cmdrate "128"
  48. cl_updaterate "128"
  49. rate "128000"
  50. cl_interp_ratio 1
  51. cl_interp 0
  52.  
  53. // Crosshair
  54. cl_crosshair_drawoutline "1"
  55. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  56. cl_crosshair_dynamic_splitalpha_innermod "1"
  57. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  58. cl_crosshair_dynamic_splitdist "7"
  59. cl_crosshair_outlinethickness "1"
  60. cl_crosshair_sniper_show_normal_inaccuracy "0"
  61. cl_crosshair_sniper_width "1"
  62. cl_crosshair_t "0"
  63. cl_crosshairalpha "255"
  64. cl_crosshaircolor "5"
  65. cl_crosshaircolor_b "255"
  66. cl_crosshaircolor_g "255"
  67. cl_crosshaircolor_r "255"
  68. cl_crosshairdot "0"
  69. cl_crosshairgap "-2.000000"
  70. cl_crosshairgap_useweaponvalue "0"
  71. cl_crosshairscale "0"
  72. cl_crosshairsize "2.000000"
  73. cl_crosshairstyle "4"
  74. cl_crosshairthickness "0.500000"
  75. cl_crosshairusealpha "1"
  76.  
  77. // View model
  78. viewmodel_fov "68.000000"
  79. viewmodel_offset_x "-2"
  80. viewmodel_offset_y "-2"
  81. viewmodel_offset_z "-2"
  82.  
  83. echo "cfg loaded successfully, If you have any errors/questions ask me here: http://steamcommunity.com/id/CeIeste/"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement