spunkybd

Autoexec.cfg

Jan 14th, 2014
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. //Crosshair
  2.  
  3. cl_crosshairalpha "200"
  4. cl_crosshaircolor "5"
  5. cl_crosshaircolor_b "255"
  6. cl_crosshaircolor_r "0"
  7. cl_crosshaircolor_g "150"
  8. cl_crosshairdot "0"
  9. cl_crosshairgap "0"
  10. cl_crosshairsize "5"
  11. cl_crosshairstyle "4"
  12. cl_crosshairusealpha "1"
  13. cl_crosshairthickness "0.5"
  14. cl_fixedcrosshairgap "0"
  15. bind "mouse1" "+attack; toggle cl_crosshaircolor 0 1 2 3 4 5"
  16.  
  17. gameinstructor_enable 0 // def. 1 - Ingame Instructions (Speech Bubbles).
  18. cl_showhelp 0 // def. 1 - Set to 0 to not show on-screen help.
  19. cl_autohelp 0 // def. 1 - Auto Help Messages ON/OFF
  20.  
  21. mat_savechanges
  22. zoom_sensitivity_ratio_mouse "1"
  23.  
  24. bind "TAB" "+netscores";
  25. alias "+netscores" "+showscores; netgraph";
  26. alias "-netscores" "-showscores; net_graph 0";
  27. alias "netgraph" "net_graph 1";
  28.  
  29. developer "0"
  30. //con_filter_text "Damage"
  31. //con_filter_text_out "Player:"
  32. //con_filter_enable "1"
  33.  
  34. cl_hud_color 3
  35. cl_radar_icon_scale_min 0.4
  36. cl_loadout_colorweaponnames 1
  37. cl_showloadout 1
  38. cl_hud_playercount_showcount 1
  39. cl_hud_playercount_pos 1
  40. hud_scaling 0.8
  41.  
  42. windows_speaker_config 1
  43. lobby_voice_chat_enabled 0
  44.  
  45. viewmodel_fov 68
  46.  
  47. cl_disablefreezecam 1
  48.  
  49. cl_color 3
  50.  
  51. //Gun Tracers - these are bad, really misleading
  52. r_drawtracers_firstperson "1"
  53.  
  54.  
  55. //Sound - less delayed, better sound
  56. windows_speaker_config "1"
  57. snd_mixahead "0.05"
  58. snd_musicvolume "0.02"
  59. snd_headphone_pan_exponent "2"
  60. snd_headphone_pan_radial_weight "1"
  61. snd_rear_headphone_position "90"
  62.  
  63. //MOTD - because fuck opinion
  64. cl_disablehtmlmotd "0"
  65. cl_downloadfilter "nosounds"
  66.  
  67. // Miscellaneous
  68. cl_autowepswitch "0"
  69. cl_autohelp "0"
  70. cl_showhelp "0"
  71. cl_forcepreload "1"
  72. hud_showtargetid "0"
  73. fps_max "300"
  74. net_allow_multicast "1"
  75. net_steamcnx_allowrelay "1"
  76. mm_dedicated_search_maxping "40"
  77.  
  78. host_writeconfig
Add Comment
Please, Sign In to add comment