Zeminix

My Autoexec

Jun 23rd, 2016
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 KB | None | 0 0
  1. //Crosshair
  2. cl_crosshair_drawoutline "1.000000"
  3. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  4. cl_crosshair_dynamic_splitalpha_innermod "1"
  5. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  6. cl_crosshair_dynamic_splitdist "7"
  7. cl_crosshair_outlinethickness "1.000000"
  8. cl_crosshair_sniper_show_normal_inaccuracy "0"
  9. cl_crosshair_sniper_width "1"
  10. cl_crosshair_t "0.000000"
  11. cl_crosshairalpha "195.000000"
  12. cl_crosshaircolor "5.000000"
  13. cl_crosshaircolor_b "0.000000"
  14. cl_crosshaircolor_g "0.000000"
  15. cl_crosshaircolor_r "255.000000"
  16. cl_crosshairdot "0.000000"
  17. cl_crosshairgap "-1.000000"
  18. cl_crosshairgap_useweaponvalue "0"
  19. cl_crosshairscale "0"
  20. cl_crosshairsize "3.000000"
  21. cl_crosshairstyle "4.000000"
  22. cl_crosshairthickness "1.000000"
  23. cl_crosshairusealpha "1"
  24. cl_fixedcrosshairgap "-4.5"
  25.  
  26. //Viewmodel
  27. cl_viewmodel_shift_left_amt "0.500000"
  28. cl_viewmodel_shift_right_amt "0.250000"
  29. viewmodel_fov "68"
  30. viewmodel_offset_x "2.5"
  31. viewmodel_offset_y "-2.0"
  32. viewmodel_offset_z "-2.0"
  33. viewmodel_presetpos "0"
  34. viewmodel_recoil "1.0"
  35. cl_bob_lower_amt "5.000000"
  36. cl_bobamt_lat "0.100000"
  37. cl_bobamt_vert "0.100000"
  38. cl_bobcycle "0.98"
  39.  
  40.  
  41. //Rates
  42. rate "128000"
  43. cl_cmdrate "128"
  44. cl_updaterate "128"
  45. cl_interp "0"
  46. cl_interp_ratio "1"
  47. cl_lagcompensation "1"
  48.  
  49.  
  50. //Audio
  51. volume "0.14"
  52. voice_enable "1"
  53. voice_scale "0.25"
  54. windows_speaker_config "6"
  55. snd_musicvolume "0.05"
  56. snd_mixahead "0.05"
  57. snd_headphone_pan_exponent "2"
  58. snd_headphone_pan_radial_weight "2"
  59. snd_legacy_surround "0"
  60. snd_mute_losefocus "1"
  61. lobby_voice_chat_enabled "0"
  62.  
  63.  
  64. //Video
  65. mat_monitorgamma "2.1"
  66. matmode "-1"
  67. mat_vsyn_queue_c "0"
  68. fps_max "999"
  69. fps_max_menu "59"
  70. r_dynamic "0"
  71. r_drawtracers_firstperson "0"
  72. r_drawparticles "0"
  73. r_eyegloss "0"
  74. r_eyemove "0"
  75. r_eyeshift_x "0"
  76. r_eyeshift_y "0"
  77. r_eyeshift_z "0"
  78. r_eyesize "0"
  79. r_dynamic "1"
  80.  
  81. //Mouse
  82. sensitivity "2.55"
  83. // DPI of 400
  84. zoom_sensitivity_ratio_mouse "1"
  85. m_rawinput "1"
  86. m_customaccel "0"
  87. m_mouseaccel1 "0"
  88. m_mouseaccel2 "0"
  89.  
  90.  
  91. //Misc
  92. developer "1"
  93. con_enable "1"
  94. con_filter_enable "2"
  95. con_filter_text "Damage"
  96. con_filter_text_out "Player:"
  97. ui_steam_overlay_notification_position "bottomright"
  98. player_nevershow_communityservermessage "1"
  99. mm_dedicated_search_maxping "100"
  100. mm_dedicated_force_servers ""
  101. gameinstructor_enable "0"
  102. option_duck_method "0"
  103. option_speed_method "0"
  104. cl_forcepreload "1"
  105. cl_downloadfilter "nosounds"
  106. cl_disablehtmlmotd "1"
  107. cl_autohelp "0"
  108. cl_showhelp "0"
  109. cl_disablefreezecam "1"
  110. cl_teammate_colors_show "1"
  111. cl_autowepswitch "0"
  112. cl_use_opens_buy_menu "0"
  113. closeonbuy "0"
  114. hud_takesshots "0"
  115. net_graph "1"
  116.  
  117.  
  118. //HUD
  119. hud_scaling "0.95"
  120. hud_showtargetid "1"
  121. cl_draw_only_deathnotices "0"
  122. cl_righthand "1"
  123. cl_showloadout "1"
  124. cl_showpos "1"
  125. cl_showfps "0"
  126. net_graph "0"
  127. net_graphproportionalfont "0"
  128. cl_hud_healthammo_style "1"
  129. cl_hud_playercount_pos "1"
  130. cl_hud_playercount_showcount "1"
  131.  
  132.  
  133. //Keybinds
  134. alias +knife "slot3; +lookatweapon"
  135. alias -knife lastinv
  136. bind q +knife
  137.  
  138. //alias "+jumpthrow" "+jump;-attack"
  139. //alias "-jumpthrow" "-jump"
  140. //bind "c" "+jumpthrow"
  141.  
  142. //bind "c" "use weapon_c4; drop;"
  143.  
  144. alias +walkvol "voice_scale "0.08"; +speed"
  145. alias -walkvol "voice_scale "0.25"; -speed"
  146. bind shift +walkvol
  147.  
  148. bind "O" "voice_enable 0; say Voice-Off"; bind "P" "voice_enable 1; say Voice-On"
  149. bind "]" "toggle gameinstructor_enable"
  150. bind "mouse5" "toggle cl_righthand"
  151.  
  152. bind ";" "show"
  153. alias show show1
  154. alias show1 "+cl_show_team_equipment; alias show show2"
  155. alias show2 "-cl_show_team_equipment; alias show show1"
  156.  
  157. net_graph "1"
  158. net_graphheight "9999"
  159. bind "TAB" "+scorenet"
  160. alias "+scorenet" "+showscores; net_graphheight 0; r_cleardecals"
  161. alias "-scorenet" "-showscores; net_graphheight 9999; r_cleardecals"
  162.  
  163. +cl_show_team_equipment
  164.  
  165. bind "c" "use weapon_flashbang"
  166. bind "v" "use weapon_smokegrenade"
  167. bind "z" "use weapon_hegrenade"
  168.  
  169. bind "ins" "say Good luck, have fun."
  170. bind "home" "say Good half."
  171. bind "pgup" "say Good game, well played."
  172. // bind "del" "say Nice shot."
  173. bind "end" "say Shit, dropped my bind."
  174. bind "pgdn" "say I'd tell you to go outside, but you'd just ruin that for everyone else too. "
  175. bind "f9" "say Wait, what's a bind?"
  176. bind "f8" "say 'Don't cry because it's over, smile because it happened.' - Dr. Seuss"
  177. bind "f7" "say Chat binds make me funny!"
  178. bind "f6" "say See ya on the forums"
  179. bind "f5" "say How are you typing so fast?"
  180. bind "f2" "rebuy"
  181. bind "f3" "say like that?"
  182. bind "f4" "say \__/ <-- Cry here Africa needs water"
  183. bind "f10" "say I'd call your aim cancer, but at least cancer can kill people. "
  184. bind "f11" "say Follow me at twitch.tv/zeminix"
  185.  
  186. bind "downarrow" "buy vest;"
  187. bind "uparrow" "buy vesthelm;"
  188. bind "rightarrow" "buy defuser; buy vest;"
  189. bind "leftarrow" "buy defuser;"
  190. bind "kp_ins" "buy ak47; buy m4a1; buy vest; buy defuser;"
  191. bind "kp_enter" "buy awp; buy vest; buy defuser;"
  192. bind "kp_del" "buy ssg08; buy vest; buy defuser;"
  193. bind "kp_home" "buy flashbang; buy flashbang; buy hegrenade; buy smokegrenade;"
  194. bind "kp_uparrow" "buy flashbang; buy flashbang; buy molotov; buy incgrenade; buy smokegrenade;"
  195. bind "kp_pgup" "buy buy flashbang; buy flashbang; buy smokegrenade;"
  196. bind "kp_slash" "buy flashbang; buy flashbang;"
  197. bind "kp_end" "buy ak47; buy m4a1;"
  198. bind "kp_pgdn" "buy awp;"
  199. bind "kp_downarrow" "buy ssg08;"
  200. bind "kp_leftarrow" "buy p250;"
  201. bind "kp_5" "buy tec9; buy fiveseven;"
  202. bind "kp_rightarrow" "buy deagle;"
  203. bind "kp_plus" "buy ump45;"
  204. bind "kp_minus" "buy mac10; buy mp9;"
  205. bind "kp_multiply" "buy galilar; buy famas;"
  206.  
  207.  
  208. //Radar
  209. cl_radar_always_centered "0"
  210. cl_radar_rotate "1"
  211. cl_radar_scale "0.5"
  212. cl_radar_icon_scale_min "0.4"
  213.  
  214.  
  215.  
  216. host_writeconfig
  217. echo ""
  218. echo ""
  219. echo "autoexec.cfg loaded, GLHF"
  220. echo ""
  221. echo ""
Add Comment
Please, Sign In to add comment