Advertisement
davidfreina

autoexec.cfg

Feb 17th, 2023 (edited)
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.98 KB | Gaming | 0 0
  1. echo ""
  2. echo "--------------------------------"
  3. echo ""
  4. echo "Z31TUNG's autoexec"
  5. echo ""
  6. echo "--------------------------------"
  7. echo ""
  8.  
  9. // Crosshair
  10.  
  11. echo "crosshair"
  12.  
  13. cl_crosshair_drawoutline 0
  14. cl_crosshair_dynamic_maxdist_splitratio 0.35
  15. cl_crosshair_dynamic_splitalpha_innermod 1
  16. cl_crosshair_dynamic_splitalpha_outermod 0.5
  17. cl_crosshair_dynamic_splitdist 7
  18. cl_crosshair_friendly_warning 0
  19. cl_crosshair_outlinethickness 0.5
  20. cl_crosshair_sniper_show_normal_inaccuracy 0
  21. cl_crosshair_sniper_width 1
  22. cl_crosshair_t 1
  23. cl_crosshairalpha 255
  24. cl_crosshaircolor 5
  25. cl_crosshaircolor_b 0
  26. cl_crosshaircolor_g 0
  27. cl_crosshaircolor_r 255
  28. cl_crosshairdot 0
  29. cl_crosshairgap -0.5
  30. cl_crosshairgap_useweaponvalue 0
  31. cl_crosshairsize 1.5
  32. cl_crosshairstyle 4
  33. cl_crosshairthickness 0.5
  34. cl_crosshairusealpha 1
  35. cl_fixedcrosshairgap 3
  36.  
  37. // Weapon Position
  38.  
  39. echo "fov"
  40.  
  41. viewmodel_presetpos 0
  42. cl_viewmodel_shift_left_amt 0.5
  43. cl_viewmodel_shift_right_amt 0.25
  44. viewmodel_fov 54
  45. viewmodel_offset_x 2.5
  46. viewmodel_offset_y -2
  47. viewmodel_offset_z -2
  48. viewmodel_recoil 1
  49. cl_bob_lower_amt 5
  50. cl_bobamt_lat 0.1
  51. cl_bobamt_vert 0.1
  52. cl_bobcycle 0.98
  53.  
  54. // Audio
  55.  
  56. echo "audio"
  57.  
  58. volume 0.15
  59. voice_enable 1
  60. voice_scale 1
  61. snd_mute_losefocus 0
  62. snd_menumusic_volume 0.01
  63. snd_roundstart_volume 0
  64. snd_roundend_volume 0
  65. snd_mapobjective_volume 0
  66. snd_tensecondwarning_volume 0
  67. snd_deathcamera_volume 0
  68. snd_mvp_volume 0
  69. snd_hwcompat 1
  70. cl_mute_enemy_team 1
  71.  
  72. // Input
  73.  
  74. echo "input"
  75.  
  76. sensitivity 1.5
  77. m_rawinput 1
  78.  
  79. // Various
  80.  
  81. echo "various"
  82.  
  83. cl_autowepswitch 0
  84. net_graph 0
  85. net_graphpos 1
  86. net_graphheight 1
  87.  
  88.  
  89. // not working anymore
  90. // developer 1
  91. // con_filter_text "Damage"
  92. // con_filter_text_out "Player:"
  93. // con_filter_enable 2
  94.  
  95.  
  96. // Alias
  97.  
  98. alias "+scorenet" "+showscores; net_graph 1"
  99. alias "-scorenet" "-showscores; net_graph 0"
  100. alias "+switch" "slot3"
  101. alias "-switch" "lastinv"
  102.  
  103. // Binds
  104.  
  105. echo "binds"
  106.  
  107. bind q "+switch" // switch to knife while pressed and back to last weapon when released
  108. bind tab "+scorenet" // show net_graph with scoreboard
  109. bind w "+forward;r_cleardecals" // remove decals while moving
  110. bind a "+moveleft;r_cleardecals" // remove decals while moving
  111. bind s "+back;r_cleardecals" // remove decals while moving
  112. bind d "+moveright;r_cleardecals" // remove decals while moving
  113. bind t "use weapon_c4; drop; use weapon_knife" // drop bomb and switch to knife
  114. bind n "noclip"
  115.  
Tags: csgo autoexec
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement