Advertisement
RetroRevo

Revo's TF2 autoexec v2

Oct 20th, 2017
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. // LAUNCH OPTIONS
  2. // USE THE FOLLOWING
  3. // -console -novid -useforcedmparms -noforcemaccel -noforcemspd +exec autoexec
  4.  
  5. // Starters
  6. fps_max 0
  7. mat_queue_mode "2"
  8.  
  9. // FOV
  10. viewmodel_fov 75
  11. fov_desired 90
  12.  
  13. cl_cmdrate 128
  14. cl_interp 0.007
  15. cl_interp_ratio 1
  16. cl_lagcompensation 1
  17. cl_pred_optimize 2
  18. cl_smooth 0
  19. cl_smoothtime 0.01
  20. cl_updaterate 128
  21. rate 90000
  22. cl_showerror 0
  23. cl_showfps 0
  24.  
  25. // Time text chat displays for
  26. hud_saytext_time 2
  27.  
  28. // Advanced Scoreboard (shows scoreboard, toggles filterlightmaps off, toggles "net_graph 4" on)
  29. bind tab "+scoreboard"
  30. alias +scoreboard "+showscores;net_graph 4;developer 1"
  31. alias -scoreboard "-showscores;net_graph 0;developer 0"
  32.  
  33. // Sound
  34. volume "1" // set to preference
  35. snd_surround_speakers 0 // 0 = headphones 2= speakers 5 = surround sound (use with Razer Surround)
  36. dsp_enhance_stereo 0
  37. snd_disable_mixer_duck 0
  38. snd_pitchquality 1
  39. snd_spatialize_roundrobin 1
  40.  
  41. /// Sound 2
  42. snd_mix_async "1"
  43. snd_async_fullyasync "1"
  44. snd_mixahead 0.05 // sets delay before a sound is played. Lower until sounds start to get cut off.
  45.  
  46. // Mouse
  47. cl_mouseenable "1"
  48. m_rawinput "1" // Make sure to enhanced pointer precision in windows mouse settings!
  49. sensitivity "2.85" //Change to your preferred sensitivity
  50. m_mouseaccel1 "0"
  51. m_mouseaccel2 "0"
  52. m_customaccel "0"
  53. m_customaccel_exponent "0"
  54. m_customaccel_scale "0"
  55. m_mousespeed "0"
  56.  
  57. developer 1
  58. echo "default settings loaded"
  59. developer 0
  60.  
  61. //xtra
  62. mat_mipmaptextures 1
  63. mat_managedtextures 1
  64. mat_forcemanagedtextureintohardware 0
  65. cl_autoreload 0
  66. r_fastzreject -1
  67. con_enable "1"
  68. mat_hdr_level 0 // disables bloom/hdr emulation
  69. mat_monitorgamma 2.2 // change or remove this command if you want to use a brighter gamma value (1.6 = brightest, 2.6 = darkest)
  70. mat_colorcorrection 0 // disables color correcetion obviously
  71.  
  72. // Confirm this configs execution
  73.  
  74. echo ">-----------------------------<"
  75. echo "Revo's TF2 Autoexec v2!"
  76. echo "Have Fun!"
  77. echo ">-----------------------------<"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement