Advertisement
terQ

terQ's autoexec

Feb 14th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. clear
  2. echo "terq's config v2.1 (27.01.2016)"
  3.  
  4. //FPS max
  5. fps_max 1000
  6. fps_max_menu 60
  7.  
  8. //Aliases
  9. alias "clearmap" "r_cleardecals"
  10.  
  11. bind "mouse5" "+qq"
  12. alias "+qq" "lastinv"
  13. alias "-qq" "lastinv"
  14.  
  15. bind "mouse4" "+jumpThrow"
  16. alias "+jumpThrow" "+jump; -attack"
  17. alias "-jumpThrow" "-jump"
  18.  
  19. //zoom sens
  20. zoom_sensitivity_ratio_mouse 1
  21.  
  22. //Some binds
  23. bind "Q" "lastinv"
  24. bind "R" "+reload"
  25. bind "shift" "+speed"
  26. bind "CTRL" "+duck"
  27. bind "mwheeldown" +jump
  28. bind "mwheelup" +jump
  29. bind "space" +jump
  30. bind v +voicerecord
  31.  
  32. //Force preload (+FPS)
  33. cl_forcepreload 1
  34.  
  35. //Crosshair - medium sized outlined green crosshair without dot
  36. cl_crosshair_drawoutline "1"
  37. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  38. cl_crosshair_dynamic_splitalpha_innermod "1"
  39. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  40. cl_crosshair_dynamic_splitdist "7"
  41. cl_crosshair_outlinethickness "1"
  42. cl_crosshairalpha "999"
  43. cl_crosshaircolor "5"
  44. cl_crosshaircolor_b "127"
  45. cl_crosshaircolor_g "255"
  46. cl_crosshaircolor_r "0"
  47. cl_crosshairdot "0"
  48. cl_crosshairgap "-2"
  49. cl_crosshairgap_useweaponvalue "0"
  50. cl_crosshairscale "1700"
  51. cl_crosshairsize "3.500000"
  52. cl_crosshairstyle "4"
  53. cl_crosshairthickness "0.500000"
  54. cl_crosshairusealpha "1"
  55. cl_fixedcrosshairgap "1000"
  56.  
  57. //FPS on tab (netgraph on tab)
  58. net_graph "1"
  59. net_graphheight "9999"
  60. bind "TAB" "+scorenet"
  61. alias "+scorenet" "+showscores; net_graphheight 0"
  62. alias "-scorenet" "-showscores; net_graphheight 9999"
  63.  
  64. //viewmodel
  65. cl_viewmodel_shift_left_amt "0.500000"
  66. cl_viewmodel_shift_right_amt "0.250000"
  67. viewmodel_fov "68.000000"
  68. viewmodel_offset_x "1"
  69. viewmodel_offset_y "2"
  70. viewmodel_offset_z "-2"
  71. viewmodel_presetpos "0"
  72. cl_bob_lower_amt "5.000000"
  73. cl_bobamt_lat "0.100000"
  74. cl_bobamt_vert "0.100000"
  75. cl_bobcycle "0.98"
  76.  
  77.  
  78. //Radar settings
  79. cl_hud_radar_scale 1.2
  80. cl_radar_always_centered 0
  81. cl_radar_scale 0.4
  82.  
  83. //Much better stereo and better hearing
  84. snd_mixahead 0.05
  85. snd_headphone_pan_exponent 2
  86. snd_front_headphone_position 45.0
  87. snd_rear_headphone_position 135.0
  88.  
  89. //No timeout
  90. cl_timeout "1337"
  91.  
  92. //Do not touch
  93. host_writeconfig
  94.  
  95. clear
  96. echo "terq's config v2.1 (27.01.2016)"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement