S0N0S

S0N0S's TF2 autoexec.cfg

Aug 2nd, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. ////////////////////////////////////////////////////////////////////////
  2. echo "Autoexec loading..."
  3. //////// Report autoexec loading to console
  4.  
  5.  
  6. // TWEAKED INPUT SETTINGS
  7. in_usekeyboardsampletime 0
  8. m_rawinput 1
  9. m_filter 0
  10.  
  11.  
  12.  
  13. // EXPERIMENTAL INPUT SETTINGS
  14. //m_forward "1"
  15. //m_customaccel "0"
  16. //m_customaccel_scale "0"
  17. //m_customaccel_max "0"
  18. //m_customaccel_exponent "1"
  19. //m_mousespeed "1"
  20. //m_mouseaccel1 "0"
  21. //m_mouseaccel2 "0"
  22.  
  23.  
  24.  
  25. // TWEAKED NETWORK RATES
  26. cl_updaterate 100
  27. cl_cmdrate 100
  28. cl_interp_ratio 1
  29. cl_interp 0.015
  30. rate 100000
  31. cl_smooth 1
  32. cl_smoothtime 0.030
  33. cl_pred_optimize 2
  34. cl_lagcompensation 1
  35.  
  36.  
  37.  
  38. // TWEAKED MULTICORE SETTINGS
  39. mat_queue_mode 2
  40. r_threaded_client_shadow_manager 1
  41. r_threaded_particles 1
  42. r_threaded_renderables 1
  43. r_queued_ropes 1
  44. //studio_queue_mode 2
  45.  
  46.  
  47.  
  48. // TWEAKED GRAPHIC SETTINGS
  49. fps_max 0
  50. mat_vsync 0
  51.  
  52. cl_burninggibs
  53. cl_ejectbrass 1
  54. cl_new_impact_effects 1
  55. cl_ragdoll_collide 1
  56. cl_ragdoll_fade_time 1600
  57. jpeg_quality 100
  58.  
  59. mat_bumpmap 1
  60. mat_diffuse 1
  61. mat_filterlightmaps 1
  62. mat_filtertextures 1
  63. //mat_hdr_tonemapscale 1
  64. mat_mipmaptextures 1
  65. mat_motion_blur_forward_enabled 0
  66. mat_motion_blur_strength 2
  67. //mat_colorcorrection 1
  68. mat_parallaxmap 1
  69. mat_picmip -10
  70. mat_specular 1
  71.  
  72. mp_usehwmmodels 1
  73. mp_usehwmvcds 1
  74. muzzleflash_light 1
  75. r_lod 0
  76.  
  77.  
  78.  
  79. // EXPERIMENTAL GRAPHIC SETTINGS
  80. //exec "gfx.cfg"
  81.  
  82.  
  83.  
  84. // ANTIALIASING
  85. mat_software_aa_blur_one_pixel_lines 0.5
  86. mat_software_aa_edge_threshold 0.8
  87. mat_software_aa_quality 2
  88. mat_software_aa_strength 2
  89. mat_software_aa_strength_vgui 2
  90.  
  91.  
  92.  
  93. // HITSOUND SETTINGS
  94. tf_dingaling_pitchmaxdmg 135
  95. tf_dingaling_pitchmindmg 100
  96. tf_dingaling_volume 0.25
  97.  
  98.  
  99.  
  100. // TWEAKED SOUND SETTINGS
  101. snd_async_fullyasync 0
  102. snd_async_spew_blocking 1
  103. //snd_mix_async 1
  104. snd_mixahead 0.1
  105. snd_disable_mixer_duck 1
  106. snd_legacy_surround 0
  107. //dsp_enhance_stereo 1
  108. snd_pitchquality 1
  109. //snd_surround_speakers 5
  110. soundinfo
  111.  
  112.  
  113.  
  114. // DISABLE SPRAYS
  115. // cl_playerspraydisable 1
  116.  
  117.  
  118.  
  119. // MORE THAN A SCOREBOARD v2
  120. bind tab +info
  121. alias +info "+showscores; net_graph 3; cl_showfps 2; developer 1; cl_showerror 1;net_graphtext 1"
  122. //alias -info "-showscores; net_graph 0; cl_showfps 1; developer 0; cl_showerror 0"
  123. alias -info "-showscores; net_graph 0; cl_showfps 0; developer 0; mp_showrespawntimes; cl_showerror 0; net_graphtext 0; timeleft"
  124.  
  125.  
  126.  
  127. //Reload and Attack3 together like a family
  128. alias +vac "+reload; +attack3"
  129. alias -vac "-reload; -attack3"
  130. bind "r" "+vac"
  131.  
  132.  
  133.  
  134. // MISC TWEAKS
  135. bind "o" "+use"
  136. bind "=" "sm_admin"
  137. bind "END" "explode"
  138. bind "/" "hud_reloadscheme"
  139. cl_forcepreload 1
  140. cl_allowupload 1
  141. cl_disablehtmlmotd 1
  142. exec "protect.cfg"
  143. viewmodel_fov 65
  144. hud_saytext_time 0
  145.  
  146.  
  147. //////// Report sduccessful autoexec load to console
  148. echo "Autoexec loaded!"
  149. ////////////////////////////////////////////////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment