Guest User

Untitled

a guest
Dec 29th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.60 KB | None | 0 0
  1. //// Mouse Settings
  2. m_customaccel 0 // Disables mouse acceleration in TF2
  3. sensitivity 3.37 // for m_rawinput 0
  4. m_rawinput 0
  5. //sensitivity 0.845 // for m_rawinput 1
  6. //m_rawinput 1
  7.  
  8. //// FPS
  9. //fps_max 151 // Refresh Rate * 2 + 100
  10. fps_max 0 // If fps_max 151 causes stuttering
  11.  
  12. //// Binds
  13. bind mwheeldown "+jump"
  14. bind space "+jump"
  15. bind mwheelup "+use_action_slot_item"
  16. bind mouse4 "+use_action_slot_item"
  17. bind enter "say"
  18. bind \ "say_team"
  19. bind shift "+duck"
  20. bind tab "+showscores"
  21. bind UPARROW "exec jump"
  22. bind DOWNARROW "kill"
  23. bind RSHIFT "0" // For the Viewmodel FOV Toggle
  24.  
  25. //// General Settings
  26. con_enable 1 // Allows the console to be activated
  27. con_filter_enable 1 // Enables Console Filter
  28. con_filter_text_out particle // Filters out Particles from the console
  29. tf_scoreboard_ping_as_text 1 // Shows ping # instead of bars in ping section
  30. fov_desired 90 // Sets game to 90 FOV - Don't ever change this
  31. hud_fastswitch 1 // Allows you to switch weapons without confirming using a mouse click
  32. cl_autoreload 1 // Automatically reloads weapons; No downsides since attacking cancels out reloading
  33. cl_autorezoom 1 // Automatically rezooms in after a shot on sniper; You can cancel the rezoom with Mouse 2
  34. hud_classautokill 1 // Controls whether you die or not when you change class; Pretty much useless because of killbinds
  35. cl_mvm_wave_status_visible_during_wave 1 // Shows MvM Wave Status during play
  36. cl_use_tournament_specgui 1 // Uses the tournament spectator HUD
  37. mat_queue_report 0 // Prevents useless junk from being put in the console
  38. sv_allow_point_servercommand always // Bots in training maps don't work without this
  39. tf_sniper_fullcharge_bell 1 // Enables sound when Sniper Rifle is fully charged
  40. tf_medigun_autoheal 1 // Lets you keep healing without holding down M1
  41. hud_medicautocallers 1 // Whether or not low-health players will automatically call for a medic.
  42. hud_medicautocallersthreshold 50 // Percentage of health where players will automatically call for a medic.
  43. hud_medichealtargetmarker 1 // Display a marker over the current heal target
  44. hud_combattext 1 // Enables Damage Numbers
  45. hud_combattext_batching 1 // Combines damage numbers
  46. hud_combattext_batching_window 0.4 // Controls the window for damage numbers to be added
  47. snd_musicvolume 0 // Controls the music volume in the main menu; This mutes the music altogether
  48. tf_dingaling_pitchmaxdmg 45 // Controls pitch for hitsounds based on damage
  49. tf_dingaling_pitchmindmg 120 // Controls pitch for hitsounds based on damage
  50. tf_dingaling_pitch_override 0
  51. r_renderoverlayfragment 1 // Creates a small marker where healthpacks are
  52.  
  53. //// Viewmodel FOV Toggle
  54. alias 0 "bind RSHIFT 55; r_drawviewmodel 0"
  55. alias 55 "viewmodel_fov 55;bind RSHIFT 60;r_drawviewmodel 1"
  56. alias 60 "viewmodel_fov 60;bind RSHIFT 65"
  57. alias 65 "viewmodel_fov 65;bind RSHIFT 70"
  58. alias 70 "viewmodel_fov 70;bind RSHIFT 75"
  59. alias 75 "viewmodel_fov 75;bind RSHIFT 80"
  60. alias 80 "viewmodel_fov 80;bind RSHIFT 85"
  61. alias 85 "viewmodel_fov 85;bind RSHIFT 90"
  62. alias 90 "viewmodel_fov 90;bind RSHIFT 95"
  63. alias 95 "viewmodel_fov 95;bind RSHIFT 100"
  64. alias 100 "viewmodel_fov 100;bind RSHIFT 105"
  65. alias 105 "viewmodel_fov 105;bind RSHIFT 110"
  66. alias 110 "viewmodel_fov 110;bind RSHIFT 115"
  67. alias 115 "viewmodel_fov 115;bind RSHIFT 120"
  68. alias 120 "viewmodel_fov 120;bind RSHIFT 0"
  69.  
  70. //// Sound
  71. snd_noextraupdate 1 // The verify on the sound file which causes EXTREME issues when a file cannot be found.
  72. dsp_enhance_stereo 0 // Better stereo, at the cost of some performance
  73. dsp_slow_cpu 1
  74. snd_mix_async 1
  75. snd_async_fullyasync 1
  76. snd_legacy_surround 1
  77. snd_mixahead .06 // Time until sound is played. Numbers that are too low can make the sound glitch.
  78. snd_pitchquality 0
  79. snd_spatialize_roundrobin 1
  80. voice_fadeouttime 0
  81. snd_surround_speakers 2 // Number of speakers
  82.  
  83. //// Disable Tutorials
  84. cl_ask_blacklist_opt_out "1"
  85. cl_ask_favorite_opt_out "1"
  86. sb_dontshow_maxplayer_warning "1"
  87. tf_explanations_backpackpanel "1"
  88. tf_explanations_charinfo_armory_panel "1"
  89. tf_explanations_charinfopanel "1"
  90. tf_explanations_craftingpanel "1"
  91. tf_explanations_discardpanel "1"
  92. tf_explanations_store "1"
  93. tf_training_has_prompted_for_forums "1"
  94. tf_training_has_prompted_for_loadout "1"
  95. tf_training_has_prompted_for_offline_practice "1"
  96. tf_training_has_prompted_for_options "1"
  97. tf_training_has_prompted_for_training "1"
  98.  
  99. //// Transparent Viewmodels
  100. //mat_motion_blur_enabled 1 //afaik the only sure-fire way to keep refract masking on
  101. //mat_motion_blur_strength 0 //effectively disables motion blur, personal choice + motion blur gets masked and looks bad with refract masking
  102. //mat_disable_bloom 1 //disables bloom so refract masking doesn't create a dark rectangle over light materials
  103. //mat_hdr_level 0
  104. //mat_colcorrection_disableentities 1
  105. //mat_colorcorrection 0
  106.  
  107. //// Movement
  108. bind w +forward
  109. bind s +back
  110. bind a +moveleft
  111. bind d +moveright
  112. // Null-cancelling movement script
  113. //bind w +mfwd
  114. //bind s +mback
  115. //bind a +mright
  116. //bind d +mleft
  117. alias +mfwd "-back;+forward;alias checkfwd +forward"
  118. alias +mback "-forward;+back;alias checkback +back"
  119. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  120. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  121. alias -mfwd "-forward;checkback;alias checkfwd none"
  122. alias -mback "-back;checkfwd;alias checkback none"
  123. alias -mleft "-moveleft;checkright;alias checkleft none"
  124. alias -mright "-moveright;checkleft;alias checkright none"
  125. alias checkfwd none
  126. alias checkback none
  127. alias checkleft none
  128. alias checkright none
  129. alias none ""
  130.  
  131. //// Net Settings
  132. exec goodnet
  133. //exec badnet (for worse connections)
Add Comment
Please, Sign In to add comment