Advertisement
Guest User

halo autoexec

a guest
Mar 21st, 2019
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. cl_crosshair_drawoutline "0.000000"
  2. cl_crosshair_dynamic_maxdist_splitratio "0.35"
  3. cl_crosshair_dynamic_splitalpha_innermod "1"
  4. cl_crosshair_dynamic_splitalpha_outermod "0.5"
  5. cl_crosshair_dynamic_splitdist "2"
  6. cl_crosshair_outlinethickness "1.000000"
  7. cl_crosshair_sniper_show_normal_inaccuracy "0"
  8. cl_crosshair_sniper_width "1"
  9. cl_crosshair_t "0.000000"
  10. cl_crosshairalpha "200.000000"
  11. cl_crosshaircolor "4.000000"
  12. cl_crosshaircolor_b "50.000000"
  13. cl_crosshaircolor_g "250.000000"
  14. cl_crosshaircolor_r "50.000000"
  15. cl_crosshairdot "0.000000"
  16. cl_crosshairgap "-2.000000"
  17. cl_crosshairgap_useweaponvalue "0"
  18. cl_crosshairscale "0"
  19. cl_crosshairsize "2.000000"
  20. cl_crosshairstyle "4.000000"
  21. cl_crosshairthickness "0.000000"
  22. cl_crosshairusealpha "1"
  23. cl_fixedcrosshairgap "3"
  24.  
  25. cl_teamid_overhead_always 1
  26.  
  27. +cl_show_team_equipment 1
  28.  
  29. alias prac exec “practice”
  30.  
  31. alias "+jumpthrow" "+jump;-attack;-attack2"
  32. alias "-jumpthrow" "-jump"
  33. bind "SPACE" "+jumpthrow"
  34.  
  35. fps_max 0
  36.  
  37. volume .01
  38.  
  39. net_graph "1"
  40. net_graphheight "9999"
  41. alias "+scorenet" "+showscores; net_graphheight 0"
  42. alias "-scorenet" "-showscores; net_graphheight 9999"
  43. bind "TAB" "+scorenet"
  44.  
  45. bind "MWHEELUP" "+jump"
  46. bind "MWHEELDOWN" "+jump"
  47. bind "SPACE" "+jump"
  48.  
  49. bind "MOUSE1" "+attack;r_cleardecals"
  50.  
  51. host_writeconfig
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement