bshred8

FastTF2 Config

Jun 8th, 2016
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.19 KB | None | 0 0
  1. //Ragdolls/gibs (currently turned off, comment this part out if you want ragdolls, don't change numbers)
  2. cl_ragdoll_fade_time 0
  3. cl_ragdoll_forcefade 1
  4. cl_ragdoll_physics_enable 0
  5. g_ragdoll_fadespeed 0
  6. g_ragdoll_lvfadespeed 0
  7. ragdoll_sleepaftertime 0
  8. cl_phys_props_enable 0
  9. cl_phys_props_max 0
  10. props_break_max_pieces 0
  11. r_propsmaxdist 0
  12. violence_agibs 0
  13. violence_hgibs 0
  14. violence_hblood 0
  15. violence_ablood 0
  16.  
  17. //Model detail (0=high;1=medium;2=low)
  18. r_rootlod 2
  19. mp_usehwmmodels 0
  20. mp_usehwmvcds 0
  21.  
  22. //Textures
  23. mat_filterlightmaps 0
  24. mat_filtertextures 0
  25. mat_picmip 4
  26. mat_trilinear 0
  27. mat_bilniear 1
  28. mat_compressedtextures 1
  29. lod_TransitionDist 0
  30. mat_mipmaptextures 1
  31.  
  32. //Water detail (1-0 for most)
  33. mat_wateroverlaysize 0
  34. r_waterforceexpensive 0
  35. r_waterforcereflectentities 0
  36. r_WaterDrawReflection 0
  37. r_WaterDrawRefraction 0
  38. r_cheapwaterend 1
  39. r_cheapwaterstart 1
  40. r_forcewaterleaf 0
  41. cl_show_splashes 0
  42.  
  43. // Disable shadows (1-0)
  44. mat_shadowstate 0
  45. r_shadowmaxrendered 0
  46. r_shadowrendertotexture 0
  47. r_shadows 0
  48.  
  49. //Antialiasing (1-0)
  50. mat_antialias 0
  51. mat_aaquality 0
  52.  
  53. //Shader detail (1-0)
  54. mat_reducefillrate 1
  55.  
  56. //Windows Aero Extensions (1-0)
  57. mat_disable_d3d9ex 1 // Increases alt-tabbing and can help people who play in windowed mode
  58.  
  59. //Particle Effects (1-0)
  60. mp_decals 0 //could be from 0-200; 0 being nothing; 9 can show the spread of a scattergun
  61. r_decals 0 // ^^^^
  62. tf_particles_disable_weather 1 //Disables weather like snow/rain
  63. cl_ejectbrass 0 //No bullet shells
  64. cl_show_splashes 0 //Reduces explosions
  65. mat_clipz 1 // Reduces some useless things that go flying around
  66. muzzleflash_light 0
  67. mat_reduceparticles 1
  68.  
  69. //Lighting (0-1, less fancy and easy to see)
  70. mat_debug_autoexposure 0
  71. mat_debug_bloom 0
  72. mat_specular 0
  73. mat_fastspecular 1
  74. mat_hdr_level 0
  75. mat_hdr_enabled 0
  76. mat_disable_lightwarp 1
  77. mat_disable_ps_patch 1
  78. mat_disable_fancy_blending 1
  79. mat_autoexposure_max 0
  80. mat_autoexposure_min 0
  81. mat_filterlightmaps 0
  82. mat_disable_bloom 1
  83. mat_bloomscale 0
  84. mat_force_bloom 0
  85. mat_parallaxmap 0
  86. r_dynamic 0
  87. r_lightaverage 0
  88. r_worldlightmin 0
  89. r_worldlights 0
  90. r_maxdlights 0
  91. r_PhysPropStaticLighting 0
  92. r_dopixelvisibility 0
  93. r_ambientboost 0
  94. r_ambientfactor 1
  95. r_dopixelvisibility 0
  96. cl_new_impact_effects 0
  97. mat_phong 0
  98. mat_bumpmap 0
  99. r_occlusion 0
  100. mat_colorcorrection 0
  101. r_fastzreject 1
  102.  
  103. //Turns 3D rendering of the skybox off, improves game sometimes on big maps
  104. r_3dsky 0
  105.  
  106. //Disables HTML in the MOTD section. (1-0)
  107. cl_disablehtmlmotd 1 //Also disables plugins like SizzlingStats and Logs.tf
  108.  
  109. //FPS Cap (Set this to whatever number you want, a steady FPS is more enjoyable than simply a high one.)
  110. fps_max 132
  111.  
  112. //Facial Features (0-1; this can make them look creepy, but it's a small fps boost.)
  113. r_eyes 0
  114. r_flex 0
  115. r_lod 2
  116. r_rootlod 2
  117. r_teeth 0
  118.  
  119. //Ropes
  120. rope_smooth_maxalphawidth 0
  121. rope_smooth_maxalpha 0
  122. rope_smooth_enlarge 0
  123. rope_wind_dist 0.01
  124. rope_subdiv 0
  125. rope_smooth_minwidth 0
  126. rope_smooth_minalpha 0
  127. rope_averagelight 0
  128. rope_smooth 0
  129. rope_shake 0
  130. rope_collide 0
  131. r_ropetranslucent 0
  132.  
  133. // This config will crash your game if you try to play Matchmaking with it.
  134.  
  135. echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~"
  136. echo "FastTF2 loaded"
  137. echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~"
Advertisement
Add Comment
Please, Sign In to add comment