Advertisement
Guest User

AUTOEXEC v 1.11

a guest
Oct 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. // Performance
  2. cl_forcepreload "1"
  3. mat_queue_mode "2"
  4. fps_max "300"
  5. cl_radar_icon_scale_min "0.75"
  6.  
  7. // No Tutorial Boost
  8. cl_showhelp "0"
  9. cl_autohelp "0"
  10. cl_disablefreezecam "1"
  11.  
  12. // Interp & Rate
  13. rate "786432"
  14. cl_cmdrate "128"
  15. cl_updaterate "128"
  16. cl_interp 0
  17. cl_interp_ratio "1"
  18. cl_interpolate "1"
  19.  
  20. // Crosshair
  21. cl_crosshairstyle "1"
  22. cl_fixedcrosshairgap "-3"
  23. cl_crosshaircolor "2"
  24. hud_showtargetid "1"
  25.  
  26. // Viewmodel
  27. cl_viewmodel_shift_left_amt "0.5";
  28. cl_viewmodel_shift_right_amt "0.25";
  29. viewmodel_fov "68";
  30. viewmodel_offset_x "2";
  31. viewmodel_offset_y "1";
  32. viewmodel_offset_z "-2";
  33. viewmodel_presetpos "0";
  34. cl_bob_lower_amt "5";
  35. cl_bobamt_lat "0.1";
  36. cl_bobamt_vert "0.1";
  37.  
  38. // lowers delay between sounds.
  39. snd_mixahead "0.05"
  40. snd_musicvolume "0"
  41. snd_headphone_pan_exponent "1.1"
  42. snd_headphone_pan_radial_weight "0.5"
  43. dsp_enhance_stereo "0"
  44.  
  45. // Other
  46. bind tab "+showscores; r_cleardecals"
  47. bind q "buy incgrenade; buy molotov; use weapon_knife; use weapon_molotov; use weapon_incgrenade"
  48. bind c "buy flashbang; use weapon_knife; use weapon_flashbang"
  49. bind t "buy smokegrenade; use weapon_knife; use weapon_smokegrenade"
  50. bind mwheelup "+jump"
  51. bind mwheeldown "+jump"
  52. cl_righthand "1"
  53.  
  54. // Aliases
  55. alias disc disconnect
  56. alias join connect
  57.  
  58. echo "AUTOEXEC.CFG LOADED..."
  59. echo "build v 1.11"
  60.  
  61. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement