Advertisement
fl0rek

// autoexec.cfg by florek // last update 05.09.2015 //

Oct 9th, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. // autoexec.cfg by florek // last update 05.09.2015 //
  2.  
  3.  
  4. //EXEC
  5. exec crosshair //lauch ups crosshair
  6.  
  7. //LAUNCH COMMANDS //
  8. // -console -threads 4 -novid -refresh 60 -exec autoexec.cfg -tickrate 128 -nojoy //
  9.  
  10.  
  11. //GAME //
  12. gameinstructor_enable "0" //disables begginer tutorials
  13. cl_autoweaponswitch "0" //doesn't switch to picked up weapon [default: 1]
  14. closeonbuy "0" //buy menu doesn't close after buying something
  15. cl_disablefreezecam "1" //disables freezecam after death
  16.  
  17.  
  18. //NETWORK //
  19. rate "128000" //makes client-server communication better
  20. cl_cmdrate "128" //makes client-server communication better [default: 64]
  21. cl_updaterate "128" //makes client-server communication better [default: 64]
  22. cl_timeout "500" //disconnects you from the server after 500 seconds of no connection [default: 30]
  23.  
  24.  
  25. //AUDIO //
  26. windows_speaker_config "1" //sets headset sound mode
  27. voice_scale "1" //sets voice chat volume to maximum [default: 1]
  28.  
  29.  
  30. //VIDEO //
  31.  
  32.  
  33. //INTERFACE //
  34. mat_monitorgamma "1.87"
  35. fps_max "120" //max fps that you can see
  36. net_graph "1" //shows fps
  37. net_graphproportionalfont "0" //smaller net_graph letters
  38. net_graphpos "2" //position of net_graph
  39. hud_showtargetid "0" //showing name of player while aiming at him
  40. cl_show_clan_in_death_notice "1" //hides clan tag in the kill feed [default: 1]
  41. cl_radar_icon_scale_min "0.7" //changes size of icons on the radar
  42. cl_hud_color "9"
  43. hud_scaling "0.75" //hud size
  44. cl_hud_radar_scale "1.3" //radar scaling
  45. cl_hud_background_alpha "0.3" //background hud intensifity
  46. cl_radar_square_with_scoreboard "0" //radar will turn into its squared form when activating the scoreboard [default: 1]
  47.  
  48. //CROSSHAIR //
  49. cl_crosshair_drawoutline "0";
  50. cl_crosshair_dynamic_maxdist_splitratio "0.35";
  51. cl_crosshair_dynamic_splitalpha_innermod "1";
  52. cl_crosshair_dynamic_splitalpha_outermod "0.5";
  53. cl_crosshair_dynamic_splitdist "5";
  54. cl_crosshair_outlinethickness "1";
  55. cl_crosshairalpha "200";
  56. cl_crosshaircolor "4";
  57. cl_crosshaircolor_b "255";
  58. cl_crosshaircolor_g "255";
  59. cl_crosshaircolor_r "255";
  60. cl_crosshairdot "0";
  61. cl_crosshairgap "0";
  62. cl_crosshairgap_useweaponvalue "0";
  63. cl_crosshairscale "120";
  64. cl_crosshairsize "5";
  65. cl_crosshairstyle "4";
  66. cl_crosshairthickness "0.5";
  67. cl_crosshairusealpha "1";
  68. cl_fixedcrosshairgap "5";
  69.  
  70. //VIEWMODEL //
  71. viewmodel_fov "90";
  72. viewmodel_offset_x "2"
  73. viewmodel_offset_y "2";
  74. viewmodel_offset_z "-2";
  75.  
  76. //ELSE //
  77. engine_no_focus_sleep "0" //game engine does not go to sleep after Alt-Tabbing [default: 1]
  78.  
  79.  
  80. //STEERING //
  81.  
  82.  
  83. //KEYBOARD //
  84. cl_use_opens_buy_menu "0" //use key does not open buy menu [default: 1]
  85. bind "F2" "buy famas; buy galilar"
  86. bind "F3" "buy AWP; use weapon_awp"
  87. bind "F4" "buy vest"
  88. bind "F5" "buy vesthelm"
  89. bind "F6" "buy defuser"
  90. bind "6" "buy p250;use weapon_p250"
  91. bind "MWHEELUP" "+jump"
  92. bind "MWHEELDOWN" "+jump"
  93. bind "MOUSE3" "radio3"
  94. bind "x" "radio2"
  95. bind "c" "radio1"
  96. bind "z" "+voicerecord"
  97. bind "mouse4" "+jumpthrow"
  98. bind "mouse5" "+jumpduck"
  99.  
  100.  
  101. //CONSOLE //
  102.  
  103.  
  104. //ALIASES //
  105. alias "+jumpthrow" "+jump;-attack"
  106. alias "-jumpthrow" "-jump"
  107. alias "+jumpduck" "+jump;+duck"
  108. alias "-jumpduck" "-jump;-duck"
  109. alias "autoexec" "exec autoexec"
  110. alias "dc" "disconnect"
  111.  
  112. //ELSE //
  113. clear
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement