Advertisement
Guest User

autoexec v1.14b

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