Advertisement
Guest User

autoexec

a guest
Jan 21st, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.24 KB | None | 0 0
  1. //TEX.exe
  2.  
  3.  
  4. // Crosshair
  5.  
  6. sfcrosshair "1"
  7. cl_crosshairalpha "255"
  8. cl_crosshaircolor "1"
  9. cl_crosshaircolor_b "50"
  10. cl_crosshaircolor_g "255"
  11. cl_crosshaircolor_r "50"
  12. cl_crosshairdot "0"
  13. cl_crosshairgap "-1"
  14. cl_crosshairscale "120"
  15. cl_crosshairsize "2"
  16. cl_crosshairthickness "1"
  17. cl_crosshairusealpha "1"
  18. cl_crosshairstyle "4"
  19. cl_crosshair_drawoutline "1"
  20. cl_crosshair_outlinethickness "1"
  21.  
  22.  
  23. // Viewmodel
  24.  
  25. viewmodel_fov "68"
  26. viewmodel_offset_x "2.5"
  27. viewmodel_offset_y "0"
  28. viewmodel_offset_z "-1.5"
  29. viewmodel_recoil "0"
  30.  
  31.  
  32. // Bobbing and movement shifting
  33.  
  34. cl_bob_lower_amt 5
  35. cl_bob_version 0
  36. cl_bobamt_lat 0.33
  37. cl_bobamt_vert 0.14
  38. cl_bobcycle 0.98000
  39. cl_bobup 0.5
  40.  
  41.  
  42. // Audio
  43.  
  44. snd_mixahead "0.05"
  45. snd_headphone_pan_exponent "2"
  46. snd_musicvolume "0.03"
  47. snd_deathcamera_volume "0"
  48. snd_mapobjective_volume "0"
  49. snd_menumusic_volume "0"
  50. snd_roundend_volume "0"
  51. snd_roundstart_volume "0"
  52. snd_tensecondwarning_volume "0.03"
  53. snd_mute_losefocus "0"
  54. voice_scale "0.25"
  55. volume "0.3"
  56.  
  57.  
  58. // Rates and Interpolation
  59.  
  60. cl_cmdrate "128"
  61. cl_updaterate "128"
  62. cl_interp "0"
  63. cl_interp_ratio "1"
  64. rate "786432"
  65.  
  66.  
  67. // Mouse commands
  68.  
  69. m_rawinput "1"
  70. m_mouseaccel1 "0"
  71. m_mouseaccel2 "0"
  72.  
  73.  
  74. // Miscellaneous
  75.  
  76. cl_autowepswitch "0"
  77. cl_color "3"
  78. cl_autohelp "0"
  79. cl_hud_background_alpha "0.5"
  80. cl_hud_bomb_under_radar "1"
  81. cl_hud_color "1"
  82. cl_hud_healthammo_style "0"
  83. cl_hud_playercount_pos "0"
  84. cl_hud_playercount_showcount "0"
  85. cl_hud_radar_scale "1"
  86. cl_showhelp "0"
  87. cl_righthand "0"
  88. cl_forcepreload "1"
  89. cl_showloadout "1"
  90. hud_showtargetid "1"
  91. net_graph "1"
  92. mm_dedicated_search_maxping "50"
  93. mm_session_search_ping_limit "50"
  94. sensitivity "2.2"
  95. zoom_sensitivity_ratio_mouse "1"
  96. r_drawtracers_firstperson "0"
  97. r_dynamic "0"
  98. muzzleflash_light "0"
  99. sys_antialiasing "0"
  100. sys_aspectratio "-1"
  101. sys_refldetail "0"
  102. mat_setvideomode "1920" "1080" "0"
  103. fps_max "999"
  104. bind / "sm_admin"
  105.  
  106. bind z "use weapon_flashbang"
  107. bind x "use weapon_smokegrenade"
  108. bind c "use weapon_molotov; use weapon_incgrenade"
  109. bind n "-attack; -attack2"
  110. bind mwheeldown "+jump"
  111. bind mwheelup "r_cleardecals"
  112.  
  113. alias "+tapthrow" "+forward;-attack;-attack2"
  114. alias "-tapthrow" "-forward"
  115. bind t "+tapthrow"
  116.  
  117. alias "-crosshairsmoke" "cl_crosshairsize 2;cl_crosshairdot 0;cl_crosshairgap -1"
  118. alias "+crosshairsmoke" "cl_crosshairsize 1337;cl_crosshairdot 0;cl_crosshairgap -1"
  119. bind "capslock" "+crosshairsmoke"
  120.  
  121. bind o "incrementvar volume 0.05 1 0.95"
  122.  
  123. bindtoggle "mouse4" "cl_righthand"
  124. bind mouse5 "noclip"
  125.  
  126.  
  127. //show equipment toggle
  128. cl_teamid_overhead_always "1"
  129. bind "alt" "show"
  130. alias show show1
  131. alias show1 "+cl_show_team_equipment; alias show show2"
  132. alias show2 "-cl_show_team_equipment; alias show show1"
  133.  
  134. //buy binds
  135. bind "downarrow" "buy galilar; buy famas;"
  136. bind "leftarrow" "buy p250;"
  137. bind "uparrow" "buy m4a1; buy ak47;"
  138. bind "rightarrow" "buy fiveseven;buy tec9"
  139. bind "home" "buy vest;"
  140. bind "end" "buy vesthelm;"
  141. bind "del" "buy defuser;"
  142. bind "ins" "buy incgrenade; buy molotov;"
  143. bind "pgup" "buy flashbang;"
  144. bind "pgdn" "buy smokegrenade;"
  145. bind "\" "buy hegrenade;"
  146. bind "[" "buy mp9; buy mac10;"
  147. bind "]" "buy ump45;"
  148. bind "-" "buy deagle;"
  149. bind "=" "buy awp;"
  150. bind "'" "buy ssg08;"
  151.  
  152.  
  153.  
  154. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement