Advertisement
Guest User

TF2 FPS settings

a guest
Dec 21st, 2014
1,098
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.07 KB | None | 0 0
  1. /u/Craiggggg
  2.  
  3. The Complete Guide to Improving Framerate and Performance in Team Fortress 2
  4.  
  5. Chris’ Configs: https://chrisdown.name/tf2/
  6.  
  7. Chris’ performance configs were created a few years ago when many competitive players desired to improve framerates. They haven’t been updated in a long time now, but that is no issue since the source engine has undergone few major changes. The configs come in many different varieties, including maxquality, highquality, DX9frames, highframes, and maxframes.
  8.  
  9. - Max quality turns every possible graphical setting to the highest, making tf2 perfect for users making movies, replaying a demo, or just have a damn good computer.
  10.  
  11. - High quality is similar, but not quite as stressful on your CPU and GPU.
  12.  
  13. - Highframes is the most common config, and probably the one you are looking for.
  14. Highframes lowers the graphical quality of tf2, keeping the essentials but providing a significant boost to frame rate.
  15.  
  16. - DX9 frames is the same as running highframes, but allows you to run tf2 in DirectX 9.8. This makes many new features compatible (killstreaks, bleeding, fire, shiny ubers, etc), but is slightly harder on your computer than high frames. This config is very popular due to tf2 looking mostly like it would be default, but providing a huge performance boost.
  17.  
  18. - Maxframes is the most extreme config. Maxframes runs tf2 on the absolute lowest settings. This is only recommended if you want to push frames to the extreme, or run on a very bad computer. Not a significant improvement over high frames. Screenshot: http://cloud-4.steampowered.com/ugc/577890220573605403/3D0A5F4AE9289E6D53C38B2CD008602C00A460F2/
  19.  
  20. At the bottom of Chris’ configs, you can find threading options. This can be very confusing to new users, so you want to leave them be. However, one value should be changed.
  21.  
  22. mat_queue_mode -1 (setting this to “2” provides an FPS boost on multi-threaded cores, but is unstable and causes crashes. -1 is recommended)
  23.  
  24.  
  25.  
  26. Misc Tf2 mods for improving FPS:
  27.  
  28. Hatless Mod - http://forums.steampowered.com/forums/showthread.php?t=2041907
  29.  
  30. This removes all hats and unusual effects in tf2, making the strain on your CPU significantly less. It works in sv_pure 1 and 2.
  31.  
  32. Remove Particles - http://forums.steampowered.com/forums/showthread.php?p=11156016#post11156016
  33.  
  34. This removes lots of unnecessary particles from tf2, and is best paired with the hatless mod to boost performance.
  35.  
  36. Surfaceproperties.txt - http://ozfortress.com/showthread.php?t=39676
  37.  
  38. Removes dust particles from explosions and landings, reducing clutter. Almost negligible FPS gain.
  39.  
  40. Other Programs to boost tf2 performance:
  41.  
  42. Razer Gamebooster - http://www.razerzone.com/cortex/game-booster
  43.  
  44. This program prioritizes games when they are running, and also stops any non essential programs, making FPS higher and more consistent.
  45.  
  46. Process Lasso - https://bitsum.com/processlasso/
  47.  
  48. Basically an ultimate task manager. Allows you to close, force stop, and pause all essential and nonessential programs. Also allows you to close certain programs automatically when tf2 starts.
  49.  
  50. Aiming Settings
  51.  
  52. Aiming is essential in tf2. Many people don’t use optimal aiming settings, which throws them off in the long run. Optimally raw input should be on, and mouse accel should be turned off. Before you attack with “but *insert high level player* uses it,” that doesn’t mean it is optimal, and they only use it because they are used to it.
  53.  
  54. mat_vsync "0" - turns off vertical sync, which reduces FPS and causes input lag
  55. m_filter "0"
  56. m_customaccel "0"
  57. m_mouseaccel1 "0"
  58. m_mouseaccel2 "0"
  59.  
  60. You also want to check “raw input” in the advanced options.
  61.  
  62. Net settings:
  63.  
  64. Net settings make sure you get optimal hit registration. Place in the appropriate .cfg files
  65.  
  66. autoexec.cfg:
  67. cl_cmdrate 66
  68. cl_lagcompensation 1
  69. cl_pred_optimize 2
  70. cl_smooth 0
  71. cl_smoothtime 0.01
  72. cl_updaterate 66
  73. rate 100000
  74. Scout, Heavy, Engineer, Sniper cfgs:
  75. cl_interp 0.0303
  76. cl_interp_ratio 2
  77. Soldier, Pyro, Demo, Medic, Spy cfgs:
  78. cl_interp 0.0152
  79. cl_interp_ratio 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement