Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. cl_join_advertise 2
  2.  
  3. // net graph
  4. net_graph "1"
  5. net_graphheight "9999"
  6. bind "TAB" "+scorenet"
  7. alias "+scorenet" "+showscores; net_graphheight 0"
  8. alias "-scorenet" "-showscores; net_graphheight 9999"
  9.  
  10. // kills on screens
  11. developer "1"; con_enable "1"; con_filter_enable "2"; con_filter_text "Damage"; con_filter_text_out Player:
  12.  
  13. developer "1" con_filter_enable "2" con_filter_text "map"
  14.  
  15. //removes blood
  16. bind "shift" "+speed; r_cleardecals;"
  17.  
  18. // no wep bob
  19. cl_bobcycle ".98" // 0.98 is enforced by ESEA/ESL
  20. cl_bob_lower_amt "5"
  21. cl_bobamt_lat "0.1"
  22. cl_bobamt_vert "0.1"
  23.  
  24. // No tracers in 1st person
  25.  
  26. r_drawtracers_firstperson 0
  27.  
  28. //no auto switch
  29. bind w +cl_autowepswitch "0"
  30. cl_autowepswitch "0"
  31.  
  32. cl_radar_always_centered 0 cl_radar_scale 0.3
  33.  
  34. //xhair
  35. cl_crosshair_drawoutline "1"
  36. cl_crosshair_dynamic_maxdist_splitratio "0.200000"
  37. cl_crosshair_dynamic_splitalpha_innermod "0.900000"
  38. cl_crosshair_dynamic_splitalpha_outermod "0.400000"
  39. cl_crosshair_dynamic_splitdist "-2.000000"
  40. cl_crosshair_outlinethickness "1.000000"
  41. cl_crosshair_sniper_show_normal_inaccuracy "0"
  42. cl_crosshair_sniper_width "1"
  43. cl_crosshair_t "0"
  44. cl_crosshairalpha "255"
  45. cl_crosshaircolor "5"
  46. cl_crosshaircolor_b "0"
  47. cl_crosshaircolor_g "255"
  48. cl_crosshaircolor_r "0"
  49. cl_crosshairdot "0"
  50. cl_crosshairgap "-11"
  51. cl_crosshairgap_useweaponvalue "0"
  52. cl_crosshairscale "3"
  53. cl_crosshairsize "3.000000"
  54. cl_crosshairstyle "2"
  55. cl_crosshairthickness "1"
  56. cl_crosshairusealpha "1"
  57. cl_fixedcrosshairgap "-100"
  58.  
  59.  
  60.  
  61.  
  62. host_writeconfig
  63. echo ""
  64. echo ""
  65. echo "autoexec.cfg executed"
  66. echo ""
  67. echo ""
  68. echo ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement