Advertisement
Guest User

Autoexec

a guest
Dec 22nd, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. //Random Stuff
  2.  
  3. r_drawtracers_firstperson 1
  4. cl_righthand "1"
  5. sensitivity "1.7"
  6. cl_loadout_colorweaponnames 1
  7.  
  8. // repositions the gunmodel to mimic CSS more closely.
  9.  
  10. viewmodel_fov "68"
  11. viewmodel_offset_x "2.5"
  12. viewmodel_offset_y "1"
  13. viewmodel_offset_z "-1.5"
  14.  
  15. // removes the shifting of the arm when crouching down.
  16.  
  17. cl_viewmodel_shift_left_amt "0"
  18. cl_viewmodel_shift_right_amt "0"
  19.  
  20. // removes the bobbing of the weapon back and forth, when you run.
  21.  
  22. cl_bob_lower_amt "0"
  23. cl_bobamt_lat "0"
  24. cl_bobamt_vert "0"
  25.  
  26. // scales the HUD depending on what resolution you use, 1 is max.
  27.  
  28. hud_scaling "1"
  29.  
  30. // lowers delay between sounds.
  31.  
  32. snd_mixahead "0.05"
  33.  
  34. // sets interpolation values.
  35.  
  36. cl_interp "0"
  37. cl_interp_ratio "1"
  38.  
  39. // ignores dedicated servers with pings above this value.
  40.  
  41. mm_dedicated_search_maxping
  42.  
  43. // usual rate commands
  44.  
  45. cl_cmdrate "128"
  46. cl_updaterate "128"
  47. rate "128000"
  48.  
  49. // causes the scope to move less while moving scoped and reduces bobbing effect
  50.  
  51. cl_bobcycle "1.0"
  52.  
  53. //
  54.  
  55. hud_scaling "1"
  56. zoom_sensitivity_ratio 1.0
  57. m_customaccell 0
  58.  
  59. // lowers delay between sounds.
  60.  
  61. snd_mixahead "0.05"
  62. snd_musicvolume "0"
  63. snd_headphone_pan_exponent "2"
  64. snd_headphone_pan_radial_weight "2
  65. snd_legacy_surround "0"
  66. snd_pitchquality "1"
  67. dsp_enhance_stereo "0"
  68.  
  69. fps_max 300
  70.  
  71.  
  72. // Macros
  73.  
  74. bind "kp_home" "buy ak47; buy m4a1;"
  75. bind kp_enter "buy hegrenade; buy flashbang; buy smokegrenade;"
  76. bind "kp_5" "buy tec9; buy fiveseven;"
  77. bind "kp_uparrow" "buy vesthelm;"
  78. bind "kp_rightarrow" "buy p250;"
  79. bind "kp_ins" "buy defuser;"
  80. bind "MWHEELDOWN" "+jump"
  81. bind MWHEELUP "use weapon_hegrenade"
  82. bind mouse4 "use weapon_smokegrenade"
  83. bind mouse5 "use weapon_flashbang"
  84.  
  85.  
  86. //CROSSHAIR
  87.  
  88. cl_crosshairstyle 4;
  89. cl_crosshairgap -1;
  90. cl_crosshairthickness 1.5;
  91. cl_crosshairsize 5;
  92. cl_crosshair_draw_outline 1;
  93. cl_crosshair_outlinethickness 1;
  94.  
  95.  
  96. //Audio
  97. windows_speaker_config "1"
  98. snd_mixahead "0.05"
  99. snd_musicvolume "0"
  100. snd_headphone_pan_exponent "2"
  101. snd_headphone_pan_radial_weight "1"
  102. snd_rear_headphone_position "90"
  103.  
  104.  
  105. echo "# Config Loaded";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement