Advertisement
fl0rek

// autoexec.cfg by florek // 21.07.2015 //

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