Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. // Bernard "Bernard" Stornebrink's autoexec / config file.
  2.  
  3. //Rates
  4. rate "786432"
  5. cl_interp 0.031000"
  6. cl_interp_ratio "1"
  7. cl_cmdrate "128"
  8. cl_updaterate "128"
  9.  
  10. //Audio
  11. volume "0.5"
  12. voice_enable "1"
  13. voice_scale "0.5"
  14. windows_speaker_config "2"
  15.  
  16.  
  17. //Video
  18. mat_monitorgamma "1.8"
  19. mat_vsync "0"
  20. fps_max "300"
  21. fps_max_menu "289"
  22. r_drawtracers_firstperson "1"
  23. mat_queue_mode -1
  24.  
  25.  
  26. //Mouse 800DPI
  27. sensitivity "1.3"
  28. zoom_sensitivity_ratio_mouse "0.81"
  29. m_rawinput "1"
  30. m_customaccel "0"
  31. m_mouseaccel1 "0"
  32. m_mouseaccel2 "0"
  33.  
  34. //crosshair
  35. cl_crosshairgap "-1"
  36. cl_crosshairsize "2"
  37. cl_crosshairthickness "0"
  38. cl_crosshair_drawoutline "1"
  39. cl_crosshairstyle "4"
  40. cl_crosshairalpha "255"
  41. cl_crosshaircolor "5"
  42. cl_crosshaircolor_r "-1"
  43. cl_crosshaircolor_g "-1"
  44. cl_crosshaircolor_b "-1"
  45. //cl_crosshairgap "-2"
  46. //cl_crosshairsize "1"
  47. //cl_crosshairthickness "1"
  48. //cl_crosshair_drawoutline "0"
  49. //cl_crosshairstyle "5"
  50. //cl_crosshairalpha "255"
  51. //cl_crosshaircolor "5"
  52.  
  53. //Misc
  54. developer "0"
  55. ui_steam_overlay_notification_position "topleft"
  56. player_nevershow_communityservermessage "1"
  57. mm_dedicated_search_maxping "50"
  58. mm_dedicated_force_servers ""
  59. gameinstructor_enable "0"
  60. option_duck_method "0"
  61. option_speed_method "0"
  62. cl_downloadfilter "nosounds"
  63. cl_disablehtmlmotd "1"
  64. cl_autohelp "1"
  65. cl_showhelp "0"
  66. cl_disablefreezecam "1"
  67. cl_teammate_colors_show "1"
  68. cl_autowepswitch "0"
  69. cl_use_opens_buy_menu "0"
  70. closeonbuy "0"
  71. hud_takesshots "1"
  72.  
  73. //HUD
  74. hud_scaling "0.85"
  75. hud_showtargetid "1"
  76. cl_draw_only_deathnotices "0"
  77. cl_righthand "1"
  78. cl_showloadout "1"
  79. cl_showpos "0"
  80. cl_showfps "0"
  81. net_graph "0"
  82. net_graphproportionalfont "0"
  83. viewmodel_presetpos "3"
  84. viewmodel_fov "68"
  85. viewmodel_offset_x "2.5"
  86. viewmodel_offset_y "0"
  87. viewmodel_offset_z "-1.5"
  88. cl_viewmodel_shift_left_amt "0."
  89. cl_viewmodel_shift_right_amt "0."
  90. cl_bobcycle "0.98"
  91. cl_bob_lower_amt "0"
  92. cl_bobamt_lat "0"
  93. cl_bobamt_vert "0"
  94.  
  95. cl_teamid_overhead_always 1
  96. +cl_show_team_equipment
  97. //Keybinds
  98.  
  99. bind "kp_end" "buy vest;give vest"
  100. bind "kp_downarrow" "buy vesthelm; give vesthelm"
  101. bind "kp_pgdn" "buy defuser; give defuser"
  102. bind "kp_leftarrow" "buy tec9; buy fiveseven; give weapon_fiveseven"
  103. bind "kp_5" "buy ak47; buy m4a1; give weapon_ak47"
  104. bind "kp_rightarrow" "buy molotov; buy incgrenade; give weapon_molotov"
  105. bind "kp_home" "buy smokegrenade; give weapon_smokegrenade"
  106. bind "kp_uparrow" "buy flashbang; give weapon_flashbang"
  107. bind "kp_pgup" "buy hegrenade; give weapon_hegrenade"
  108. bind "kp_slash" "buy awp; give weapon_awp"
  109. bind "kp_multiply" "buy deagle; give weapon_deagle"
  110. bind "kp_ins" "buy p250; give weapon_p250"
  111. bind "kp_del" "buy galilar; buy famas; give weapon_famas"
  112. bind "p" "noclip"
  113. bind "f" "slot7; buy flashbang"
  114. bind "v" "use weapon_molotov ; use weapon_incgrenade; buy molotov; buy incgrenade"
  115. bind "n" "-attack"
  116. bind "mwheeldown" "+jump"
  117. unbind "mwheelup"
  118. bind "mouse3" "+cl_show_team_equipment"
  119. //Radar
  120. cl_radar_always_centered "0"
  121. cl_radar_rotate "1"
  122. cl_radar_scale "0.3"
  123. cl_radar_icon_scale_min "1"
  124. cl_hud_radar_scale 1.3
  125.  
  126.  
  127.  
  128.  
  129.  
  130. alias "smokes" "rcon exec esl5on5; rcon sv_cheats 1; rcon sv_infinite_ammo 1; rcon mp_startmoney 16000; rcon mp_buy_anywhere 1; rcon mp_freezetime 0; rcon mp_buytime 99; rcon mp_roundtime_defuse 99; rcon mp_limitteams 99; rcon mp_restartgame 1"
  131.  
  132.  
  133. host_writeconfig
  134. echo ""
  135. echo ""
  136. echo "autoexec.cfg loaded"
  137. echo ""
  138. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement