Advertisement
mineugene

autoexec.cfg

Jul 10th, 2018 (edited)
2,582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
autoconf 1.49 KB | Gaming | 0 0
  1. // https://pastebin.com/H13AU5ua
  2. // Last updated: 2023-11-24
  3. // __Purpose__: this is an executable configuration file for "Counter-Strike 2"
  4. // Commonly re-configured settings can be found in each exec module:
  5. // -   exec_audio      https://pastebin.com/SqzsRBAT
  6. // -   exec_bind       https://pastebin.com/CeppWuBk
  7. // -   exec_crosshair  https://pastebin.com/9P6x0dr0
  8. // -   exec_hud        https://pastebin.com/fAJ8CJhX
  9. // -   exec_net        https://pastebin.com/uSsFjS0L
  10. // -   exec_video      https://pastebin.com/XeA86wNj
  11. // -   exec_viewmodel  https://pastebin.com/U1s2RzdN
  12. // Launch parameters: +exec autoexec -novid
  13. // Paste all files into directory:
  14. //     "%STEAM_LIBRARY%\steamapps\common\Counter-Strike Global Offensive\game\csgo\cfg".
  15.  
  16. con_enable true  // Enable Developer Console
  17. install_dlc_workshoptools_cvar "0"  // Install Workshop Tools
  18.  
  19. // ———IMPORTS——— //
  20. exec exec_audio
  21. exec exec_crosshair
  22. exec exec_hud
  23. exec exec_net
  24. exec exec_video
  25. exec exec_viewmodel
  26.  
  27. // Uncomment line with layout of keyboard and comment out other lines
  28. exec exec_bind_qwerty
  29. //exec exec_bind_dvorak
  30.  
  31. cl_autohelp false
  32. cl_color "1"
  33. cl_teammate_colors_show "1"
  34. cl_timeout "120"
  35. cl_use_opens_buy_menu false
  36. gameinstructor_enable false
  37. option_duck_method false
  38. option_speed_method false
  39.  
  40. // ———PREFERENCES- MENU——— //
  41. con_enable true  // enable developer console
  42. spec_hide_players "1"  // when spectating, hide scoreboard players details
  43.  
  44. host_writeconfig
  45. clear
  46.  
Tags: cs2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement