Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.71 KB | None | 0 0
  1. //hyper's autoexec
  2.  
  3. // sensitivity
  4.  
  5. sensitivity "2.33"
  6. zoom_sensitivity_ratio_mouse "1"
  7. m_rawinput "1"
  8. m_yaw 0.022
  9. m_customaccel "0"
  10. m_mouseaccel1 "0"
  11. m_mouseaccel2 "0"
  12. developer "0"
  13.  
  14.  
  15. // viewmodel
  16.  
  17. viewmodel_presetpos 0
  18. viewmodel_recoil 0
  19. cl_righthand 1
  20. viewmodel_fov 68
  21. viewmodel_offset_x 2.5
  22. viewmodel_offset_y 0
  23. viewmodel_offset_z -1.5
  24. cl_viewmodel_shift_left_amt 0
  25. cl_viewmodel_shift_right_amt 0
  26. cl_bob_lower_amt 18
  27. cl_bobamt_lat 0.33
  28. cl_bobamt_vert 0.17
  29. cl_bobcycle 0
  30.  
  31. // misc
  32.  
  33. cl_disablefreezecam "1"
  34. closeonbuy "0"
  35. cl_showhelp "0"
  36. cl_join_advertise "2"
  37. con_enable "1"
  38.  
  39.  
  40. // binds
  41.  
  42.  
  43. unbind w
  44. unbind a
  45. unbind s
  46. unbind d
  47. unbind ctrl
  48. unbind k
  49. unbind i
  50. unbind o
  51. unbind capslock
  52. unbind l
  53. unbind 0
  54. unbind mouse2
  55. unbind space
  56. unbind m
  57. unbind mouse4
  58. unbind mouse5
  59. unbind x
  60. unbind c
  61. unbind v
  62. unbind n
  63. unbind p
  64. unbind j
  65. unbind q
  66. unbind MWHEELUP
  67. unbind 1
  68. unbind 2
  69. unbind 3
  70. unbind 4
  71. unbind 5
  72. unbind 6
  73. unbind 7
  74. unbind 8
  75. unbind 9
  76. unbind 0
  77. unbind KP_PGDN
  78. unbind KP_DEL
  79. unbind KP_ENTER
  80. unbind KP_PLUS
  81. unbind KP_MINUS
  82. unbind KP_END
  83. unbind KP_5
  84. unbind F4
  85. unbind F5
  86. unbind MOUSE5
  87. unbind MOUSE3
  88. unbind MOUSE4
  89. unbind `
  90. unbind \
  91. unbind -
  92. unbind =
  93. unbind semicolon
  94. unbind [
  95. unbind ]
  96.  
  97.  
  98. bind "\" "toggleconsole"
  99. bind "k" "holdpos"
  100. bind ctrl +duck
  101. bind "p" "noclip"
  102. bind "l" "say .noclip"
  103. bind shift +speed
  104. bind w +forward
  105. bind a +moveleft
  106. bind s +back
  107. bind d +moveright
  108. bind f +voicerecord
  109. bind "MOUSE2" "+attack2"
  110. bind MOUSE1 "+attack"
  111. //bind "o" "toggle voice_enable 0 1"
  112. bind "o" "toggle cl_righthand"
  113. //bind "c" "ts/discord push to talk"
  114. bind "MOUSE4" "slot4"
  115. bind "'" "buy vesthelm; buy vest"
  116. bind "=" "exec autoexec.cfg"
  117. bind "[" "say Even a Broken Clock Is Right Twice a Day."
  118.  
  119. bind "]" "say wow you're not terrible and totally meant to do that, nice"
  120.  
  121. bind "'" "say pogChamp pogChamp pogChamp"
  122.  
  123.  
  124.  
  125.  
  126. //LOGITECH
  127. bind "v" "+lookatweapon; r_cleardecals"
  128. bind "F3" "use weapon_c4"
  129.  
  130.  
  131.  
  132.  
  133. bind q lastinv //quickswitch
  134. bind 1 slot1 //primary
  135. bind 2 slot2 //secondary
  136. bind 3 slot3 //knife
  137. bind 4 slot4 //grenade
  138. bind 5 slot5 //bomb
  139. bind 6 slot6 //nade
  140. bind 7 slot7 //flash
  141. bind 8 slot8 //smoke
  142. bind 9 slot9 //decoy
  143. bind 0 slot10 //fire
  144. bind MWHEELUP "+jump" //jump
  145. //bind MWHEELUP invlast //select previous weapon
  146. //bind MWHEELDOWN "+jump" //jump
  147. bind MWHEELDOWN invnext //select next weapon
  148.  
  149. //bind "d" "+moveright; cl_crosshaircolor 5; cl_crosshaircolor_r 255; cl_crosshaircolor_g 0; cl_crosshaircolor_b 255"
  150. //bind "a" "+moveleft; cl_crosshaircolor 4"
  151. //bind "w" "+forward; cl_crosshaircolor 1"
  152. //bind "s" "+back; cl_crosshaircolor 0"
  153.  
  154.  
  155. // aliases
  156.  
  157. alias "+bombf" "+use; gameinstructor_enable 1"
  158. alias "-bombf" "-use; gameinstructor_enable 0"
  159. bind "e" "+bombf"
  160.  
  161. alias "+jumpthrow" "+jump;-attack"
  162. alias "-jumpthrow" "-jump"
  163. bind "n" "+jumpthrow"
  164.  
  165. alias "+crouchcrosshairgap" "+duck;cl_crosshairgap -2"
  166. alias "-crouchcrosshairgap" "-duck;cl_crosshairgap -1"
  167. //bind "ctrl" "+crouchcrosshairgap"
  168.  
  169. bind tab "+ng"
  170. alias "+ng" "+showscores; net_graph 1; net_graphheight 64 net_graphpos 2"
  171. alias "-ng" "-showscores; net_graphheight 9999"
  172.  
  173. bind space "+dh"
  174. alias "+dh" "+duck; +jump"
  175. alias "-dh" "-duck; -jump"
  176. alias "dhon" "bind space +dh; echo; echo Duck-Hop is ON; echo;"
  177. alias "dhoff" "bind space +jump; echo Duck-Hop is OFF; echo;"
  178.  
  179.  
  180. bind "m" "+crosshairmax"
  181. alias "+crosshairmax" "cl_crosshairstyle 4; cl_crosshairsize 5000; cl_crosshairgap -10; cl_crosshairthickness 0.5; cl_crosshair_drawoutline 0; cl_crosshair_t 0; cl_crosshairdot 0"
  182. alias "-crosshairmax" "cl_crosshairstyle 4; cl_crosshairsize 2.5; cl_crosshairgap -2; cl_crosshairthickness 1; cl_crosshair_drawoutline 0; cl_crosshairdot 0; cl_crosshair_t 0"
  183.  
  184.  
  185. alias "+rzoom" "cl_hud_radar_scale 1.3;cl_radar_scale 1"
  186. alias "-rzoom" "cl_hud_radar_scale 1;cl_radar_scale 0.38"
  187. bind "c" "+rzoom"
  188.  
  189.  
  190.  
  191.  
  192. // rates
  193.  
  194. rate "786432"
  195.  
  196. cl_cmdrate "128"
  197.  
  198. cl_updaterate "128"
  199.  
  200. cl_interp_ratio "1"
  201.  
  202. cl_interpolate "1"
  203.  
  204. cl_interp "0"
  205.  
  206. // crosshair
  207.  
  208. cl_crosshair_drawoutline "0"
  209. cl_crosshair_dynamic_maxdist_splitratio "0"
  210. cl_crosshair_dynamic_splitalpha_innermod "1"
  211. cl_crosshair_dynamic_splitalpha_outermod "1"
  212. cl_crosshair_dynamic_splitdist "8"
  213. cl_crosshair_outlinethickness "1"
  214. cl_crosshair_sniper_show_normal_inaccuracy "0"
  215. cl_crosshair_sniper_width "1"
  216. cl_crosshair_t "0"
  217. cl_crosshairalpha "1000"
  218. cl_crosshaircolor "1"
  219. cl_crosshaircolor_b "255"
  220. cl_crosshaircolor_g "255"
  221. cl_crosshaircolor_r "255"
  222. cl_crosshairdot "0"
  223. cl_crosshairgap "-2"
  224. cl_crosshairgap_useweaponvalue "0"
  225. cl_crosshairscale "0"
  226. cl_crosshairsize "2.5"
  227. cl_crosshairstyle "4"
  228. cl_crosshairthickness "1"
  229. cl_crosshairusealpha "1"
  230. cl_fixedcrosshairgap "-4"
  231.  
  232.  
  233. // fps/ping
  234.  
  235. fps_max "0"
  236. fps_max_menu "0"
  237. mm_dedicated_search_maxping "60"
  238. cl_showpos "0"
  239. cl_showfps "0"
  240. net_graph "0"
  241. net_graphproportionalfont "0"
  242. net_graphpos "1"
  243.  
  244.  
  245. // radar/hud
  246.  
  247. cl_teamid_overhead_always 2
  248. safezoney 1
  249. safezonex 1
  250. cl_hud_playercount_pos "0"
  251. cl_teammate_colors_show "2"
  252. cl_radar_icon_scale_min "0.5"
  253. cl_radar_rotate "1"
  254. cl_hud_radar_scale "1"
  255. cl_radar_scale "0.38"
  256. cl_radar_rotate "1"
  257. cl_radar_always_centered "0"
  258. cl_hud_color "9"
  259. cl_hud_background_alpha 500
  260. hud_scaling "0.93"
  261. cl_hud_healthammo_style "0"
  262. cl_hud_playercount_showcount "0"
  263. cl_loadout_colorweaponnames "1"
  264. cl_freezecampanel_position_dynamic "1"
  265. +cl_show_team_equipment
  266. cl_show_team_equipment 1
  267. hud_showtargetid 0
  268.  
  269.  
  270. // audio
  271.  
  272. voice_enable "1"
  273. voice_scale "0.1"
  274. snd_musicvolume "0.3"
  275. voice_enable "1"
  276. voice_loopback "0"
  277. voice_forcemicrecord "1"
  278. voice_modenable "1"
  279. snd_deathcamera_volume "0"
  280. snd_mapobjective_volume "0.1"
  281. snd_menumusic_volume "0"
  282. snd_roundend_volume "0.05"
  283. snd_roundstart_volume "0.05"
  284. snd_tensecondwarning_volume "0.15"
  285. volume "0.3"
  286. snd_menumusic_volume "0"
  287. dsp_enhance_stereo "0"
  288. snd_mute_losefocus "0"
  289. snd_legacy_surround "0"
  290. snd_mixahead "0.05"
  291. snd_pitchquality "1"
  292. windows_speaker_config "1"
  293. snd_front_headphone_position "45.0"
  294. snd_rear_headphone_position "90.0"
  295. snd_headphone_pan_exponent "2"
  296. snd_headphone_pan_radial_weight "0.5"
  297. snd_use_hrtf "1"
  298. snd_mix_async "1"
  299.  
  300.  
  301. // video
  302.  
  303. mat_monitorgamma 1.6
  304. mat_queue_mode "2"
  305. r_dynamic "0"
  306. r_drawtracers_firstperson "0"
  307. r_eyegloss "0"
  308. r_eyemove "0"
  309. r_eyeshift_x "0"
  310. r_eyeshift_y "0"
  311. r_eyeshift_z "0"
  312. r_eyesize "0"
  313. muzzleflash_light "0"
  314. sys_antialiasing "0"
  315. sys_aspectratio "-1"
  316. sys_refldetail "0"
  317. cl_disablehtmlmotd "0"
  318. cl_lagcompensation "1"
  319. cl_forcepreload "0"
  320. cl_predictweapons "1"
  321. cl_resend "6"
  322. cl_timeout "9999999"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement