Advertisement
Guest User

Untitled

a guest
Dec 25th, 2017
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. // Created 18.11.2017
  2.  
  3. // Rates
  4. rate "786432"
  5. cl_cmdrate "128"
  6. cl_updaterate "128"
  7. cl_interp "0.0"
  8. cl_interp_ratio "1"
  9. cl_interpolate "1"
  10. cl_lagcompensation "1"
  11. net_client_steamdatagram_enable_override "1" // SDR beta
  12.  
  13. // Mouse
  14. sensitivity "2.14"
  15. zoom_sensitivity_ratio_mouse "1.0"
  16. m_rawinput "1"
  17. m_pitch "0.022"
  18. m_customaccel "0"
  19. m_mouseaccel1 "0"
  20. m_mouseaccel2 "0"
  21. m_mousespeed "0"
  22.  
  23. // Video
  24. mat_monitorgamma "1.6"
  25. //fps_max "999"
  26. //fps_max_menu "145"
  27.  
  28. // duckjump
  29. alias +cjump "+jump; +duck"
  30. alias -cjump "-jump; -duck"
  31. bind c +cjump
  32.  
  33. //Show netgraph when checking scoreboard
  34. net_graph "1"
  35. net_graphproportionalfont "0" // small netgraph font
  36. alias "+scorenet" "+showscores; net_graphheight 0"
  37. alias "-scorenet" "-showscores; net_graphheight 9999"
  38. bind "TAB" "+scorenet"
  39.  
  40. // Reduce gun shifting when crouching
  41. cl_viewmodel_shift_left_amt "0.5"
  42. cl_viewmodel_shift_right_amt "0.5"
  43.  
  44. // Reduce gun and scope shifting/bobbing when moving
  45. cl_bobcycle "0.98"
  46. cl_bob_lower_amt "5"
  47. cl_bobamt_lat "0.1"
  48. cl_bobamt_vert "0.1"
  49.  
  50. // Crosshair
  51. cl_crosshairstyle "4"
  52. cl_crosshairsize "2"
  53. cl_crosshairthickness "0.5"
  54. cl_crosshairgap "-1" // classic
  55. cl_fixedcrosshairgap "3" // new
  56. cl_crosshairdot "0"
  57. cl_crosshairusealpha "1"
  58. cl_crosshairalpha "255"
  59. cl_crosshair_drawoutline "1"
  60. cl_crosshair_outlinethickness "1"
  61. cl_crosshairgap_useweaponvalue "0"
  62. cl_crosshair_sniper_width "1"
  63. // White crosshair
  64. cl_crosshaircolor "4"
  65. cl_crosshaircolor_r "255"
  66. cl_crosshaircolor_g "255"
  67. cl_crosshaircolor_b "255"
  68. // Debug accuracy (sv_cheats)
  69. cl_weapon_debug_show_accuracy "0"
  70. cl_weapon_debug_show_accuracy_duration "10"
  71. weapon_debug_spread_show "0" // requires dynamic crosshair
  72. weapon_debug_spread_gap "0.67"
  73.  
  74. // Misc
  75. con_enable "1"
  76. developer "0" // print console to screen
  77. con_filter_enable "2"
  78. con_filter_text "Damage"
  79. ui_steam_overlay_notification_position "bottomright"
  80. player_nevershow_communityservermessage "1"
  81. mm_dedicated_search_maxping "20" // max ping for matchmaking games
  82. mm_dedicated_force_servers ""
  83. gameinstructor_enable "0"
  84. option_duck_method "0"
  85. option_speed_method "0"
  86. cl_forcepreload "1"
  87. cl_downloadfilter "nosound" // mapsonly pls volvo
  88. cl_join_advertise "2" // let friends join your game
  89. cl_disablehtmlmotd "0"
  90. cl_autohelp "0"
  91. cl_showhelp "0"
  92. cl_disablefreezecam "1"
  93. spec_replay_autostart "0"
  94. cl_dm_randomweapons "0"
  95. cl_teammate_colors_show "1"
  96. cl_autowepswitch "0" // auto weapon switch on pickup
  97. closeonbuy "0"
  98. hud_takesshots "0" // scoreboard screenshot at end of match
  99.  
  100. host_writeconfig // write settings to config.cfg
  101. echo ""
  102. echo ""
  103. echo "autoexec.cfg executed"
  104. echo ""
  105. echo ""
  106. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement