Makiver

AUTOEXEC.cfg McCaffe

Oct 28th, 2021
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. Launch Options
  2. -novid -high +cl_forcepreload 1 +mat_queue_mode 2 -threads 4 +exec autoexec.cfg
  3.  
  4. autoexec.cfg
  5. //Default
  6. fps_max 0; cl_use_opens_buy_menu 0;+cl_show_team_equipment;cl_autowepswitch "0";cl_autohelp "0";cl_showhelp "0";cl_showloadout "1"
  7.  
  8. //NETGRAPH
  9. net_graph "1"
  10. net_graphheight "9999"
  11. net_graphproportionalfont "0.5"
  12. net_graphpos "3"
  13. alias "+scorenet" "+showscores; net_graphheight 0"
  14. alias "-scorenet" "-showscores; net_graphheight 9999"
  15. bind "TAB" "+scorenet"
  16.  
  17. //Network
  18. rate "128000";cl_cmdrate "128";cl_updaterate "128";cl_interp "0";cl_interp_ratio "1";cl_lagcompensation "1"
  19.  
  20. //HUD Color
  21. cl_hud_color "5"
  22. cl_teammate_colors_show "2"
  23.  
  24. //Mouse Wheel Jump
  25. bind mwheelup +jump;bind mwheeldown +jump;bind space +jump
  26.  
  27. //Clear Decals
  28. unbind "c"
  29. bind "c" "r_cleardecals"
  30.  
  31. //JumpThrow
  32. unbind "v";
  33. alias "+jumpthrow" "+jump;-attack"; alias "-jumpthrow" "-jump"; bind "v" "+jumpthrow"
  34.  
  35. //Change Weapon Hand
  36. unbind "q"
  37. bind "q" "toggle cl_righthand 0 1"
  38.  
  39. //Noclip Bind
  40. unbind mouse5
  41. bind mouse5 "sv_cheats 1; noclip"
  42.  
  43. //Nades Lineup
  44. bind 1 "slot1; cl_crosshairsize 2";
  45. bind 2 "slot2; cl_crosshairsize 2";
  46. bind 3 "slot3; cl_crosshairsize 2";
  47. bind 4 "slot4; cl_crosshairsize 1000";
  48.  
  49. //Personal cmd
  50. sv_gameinstructor_disable 1;
  51.  
  52. //Personal Keyboard Binds
  53. unbind alt; bind alt "+voicerecord";
  54. unbind f8; bind f8 "toggleconsole";
  55. unbind capslock; bind capslock "+duck";
  56.  
  57. //Audio
  58. volume "0.5" ;
  59. snd_menumusic_volume "0";
  60. snd_roundend_volume "0";
  61. snd_roundstart_volume "0";
  62. snd_deathcamera_volume "0";
  63. snd_mapobjective_volume "0";
  64. snd_tensecondwarning_volume "0.4";
  65. snd_surround_speakers "0";
  66. snd_rear_headphone_position "90.0";
  67. snd_headphone_pan_exponent "2.2";
  68. snd_headphone_pan_radial_weight "0.5";
  69.  
  70. //Crosshair
  71. cl_crosshairalpha "255"
  72. cl_crosshaircolor "5"
  73. cl_crosshaircolor_b "0"
  74. cl_crosshaircolor_r "255"
  75. cl_crosshaircolor_g "0"
  76. cl_crosshairdot "0"
  77. cl_crosshairgap "-2"
  78. cl_crosshairsize "2"
  79. cl_crosshairstyle "4"
  80. cl_crosshairusealpha "1"
  81. cl_crosshairthickness "0.5"
  82. cl_fixedcrosshairgap "-1"
  83. cl_crosshair_outlinethickness "1"
  84. cl_crosshair_drawoutline "1"
  85.  
  86. host_writeconfig
  87. //exec by: McCaffe | https://steamcommunity.com/id/johnmccaffe
Advertisement
Add Comment
Please, Sign In to add comment