Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. fov_desired 90
  2. viewmodel_fov 100
  3. bind "t" "mp_showrespawntimes"
  4. // Closed Captions
  5. closecaption 1
  6. cc_predisplay_time 0
  7. //Crouch Jump
  8. alias +crouchjump "+jump; +duck"
  9. alias -crouchjump "-duck; -jump"
  10. bind "space" "+crouchjump"
  11. echo "Crouch Jump Loaded Properly."
  12.  
  13. net_graph 1
  14. //net_graphproportionalfont 0 // Makes netgraph font size proportional to your screen's current resolution. On smaller displays, it's larger than it needs to be and fills up the scoreboard. Comment or set to 1 if you still want it.
  15. net_graphpos 2 // Modify the location of the netgraph. 0 = left edge, 1 = right edge, 2 = centered, 3 or higher specifies the X co-ordinate of the graph's left edge
  16. //net_graphheight 64 // Modify the height of your netgraph for fine modification.
  17.  
  18. // Sprays
  19. // No/negligible performance benefit. Only useful to disable if you're annoyed by them.
  20. cl_playerspraydisable 1 // Set to 1 to disable.
  21. r_spray_lifetime 0 // Set to 0 to disable.
  22.  
  23. //Audio
  24. snd_mixahead 0.05
  25.  
  26. // Disable Tutorials
  27. cl_ask_blacklist_opt_out "1"
  28. cl_ask_favorite_opt_out "1"
  29. sb_dontshow_maxplayer_warning "1"
  30. tf_explanations_backpackpanel "1"
  31. tf_explanations_charinfo_armory_panel "1"
  32. tf_explanations_charinfopanel "1"
  33. tf_explanations_craftingpanel "1"
  34. tf_explanations_discardpanel "1"
  35. tf_explanations_store "1"
  36. tf_training_has_prompted_for_forums "1"
  37. tf_training_has_prompted_for_loadout "1"
  38. tf_training_has_prompted_for_offline_practice "1"
  39. tf_training_has_prompted_for_options "1"
  40. tf_training_has_prompted_for_training "1"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement