Advertisement
Guest User

TF2 Starter Auto-Execute Config

a guest
Jul 19th, 2019
746
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. // This is a simple TF2 config for new players.
  2. // Created by Mikers based on multiple other popular configs and with help from the TF2 wiki.
  3. // This config does not have any graphics changing / FPS boosting components.
  4.  
  5. // Null Cancel Script
  6.  
  7. alias +mfwd "-back;+forward;alias checkfwd +forward"
  8. alias +mback "-forward;+back;alias checkback +back"
  9. alias +mleft "-moveright;+moveleft;alias checkleft +moveleft"
  10. alias +mright "-moveleft;+moveright;alias checkright +moveright"
  11. alias -mfwd "-forward;checkback;alias checkfwd none"
  12. alias -mback "-back;checkfwd;alias checkback none"
  13. alias -mleft "-moveleft;checkright;alias checkleft none"
  14. alias -mright "-moveright;checkleft;alias checkright none"
  15. alias checkfwd none
  16. bind w +mfwd
  17. bind s +mback
  18. bind a +mleft
  19. bind d +mright
  20.  
  21.  
  22. // Important settings
  23.  
  24. fov_desired 90
  25. viewmodel_fov 70
  26. tf_use_min_viewmodels 1
  27. cl_autoreload 1
  28. hud_fastswitch 1
  29. fps_max 0
  30. m_rawinput 1
  31. mat_vsync 0
  32. m_filter 0
  33. m_customaccel 0
  34. m_mouseaccel1 0
  35. m_mouseaccel2 0
  36. tf_dingalingaling 1
  37. hud_combattext 1
  38. hud_combattext_batching_window 1
  39. hud_combattext_batching 1
  40. tf_remember_lastswitched 1
  41. hud_combattext_doesnt_block_overhead_text 1
  42. cl_hud_playerclass_use_playermodel 1
  43. hud_classautokill 0
  44. glow_outline_effect_enable 1
  45. voice_enable 1
  46.  
  47.  
  48. // Network settings
  49.  
  50. cl_cmdrate 67
  51. cl_interp_ratio 1
  52. cl_lagcompensation 1
  53. cl_pred_optimize 2
  54. cl_smooth 0
  55. cl_smoothtime 0.01
  56. cl_updaterate 67
  57. rate 60000
  58. cl_interp 0.0152 // (0.0152 is for projectiles. Set to 0.033 if you prefer hitscan classes.)
  59.  
  60.  
  61. // Class Settings
  62.  
  63. tf_medigun_autoheal 1
  64. hud_medichealtargetmarker 1
  65. hud_medicautocallers 1
  66. hud_medicautocallersthreshold 90
  67. tf_simple_disguise_menu 1
  68. cl_autorezoom 1
  69. tf_sniper_fullcharge_bell 1
  70.  
  71.  
  72. echo "-----------Starter Config Executed Successfully!----------"
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79. HOW TO INSTALL (Don't include anything from this line and below in the config file.)
  80.  
  81. 1. Open Notepad and paste everything from the top to the "echo" line in it.
  82. 2. Click "Save As..."
  83. 3. Locate your tf/cfg folder. It should be under Steam/Steamapps/common/Team Fortress 2/tf/cfg.
  84. 4. Change the "save as type" to "all files"
  85. 5. Save the file as "autoexec.cfg"
  86. 6. Launch TF2 to see if it worked. If you have console enabled you should see "Starter Config Successfully Executed" somewhere near the bottom of the console.
  87.  
  88. For players with framerate issues I recommend checking out Masterconfig instead.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement