Advertisement
RetroRevo

Revo's TF2 Autoexec v2! -GRAPHICS EDITION-

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