Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. //prec settings
  2. plugin_load "addons/PREC"
  3. prec_check_update 1
  4. prec_log 1
  5. prec_notify 1
  6. prec_min_streak 10
  7. prec_mode 2
  8. prec_sound 1
  9. PREC_delete_useless_demo 0
  10. prec_dir "POV"
  11.  
  12. //tab scoreboard
  13. alias +scores "net_graph 1; +showscores"
  14. alias -scores "net_graph 0; -showscores"
  15.  
  16. bind tab +scores
  17.  
  18. //mouseedits
  19. m_rawinput 1
  20. zoom_sensitivity_ratio "0.833"
  21.  
  22. //quickplay fix
  23. tf_matchmaking_ping_b 130
  24. tf_matchmaking_ping_c 150
  25. tf_matchmaking_max_search_time 3
  26. tf_matchmaking_numbers_serverfull_headroom 2
  27.  
  28. //turn off xray outline
  29. tf_spec_xray_disable 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement