Advertisement
Guest User

m0rehighfps - No Network Settings

a guest
Jul 31st, 2010
9,296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.41 KB | None | 0 0
  1. // m0reoe @ qnet : http://m0re.nocrits.com/
  2. // _______________
  3. // | READ THIS |
  4. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  5. // move autoexec.cfg -> x:\Steam\steamapps\<user name>\team fortress 2\tf\cfg
  6. // clear config.cfg, dont clear bind commands
  7. // _______________
  8. // | DXLEVEL |
  9. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  10. // Use dxlevel 80 or 81, IF you prefer dxlevel 90 or don't know how to set DX80, change mat_bumpmap to 1
  11. // right click TF2 > properties > launch options > -dxlevel 80 or 81
  12. // ____________________
  13. // | LAUNCH OPTIONS |
  14. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  15. // -heapsize ;; system memory/2 (x 1024) | [ 2048 / 2 (x 1024) = 1048576]
  16. // -noforcemspd ;; Use desktop mouse speed settings.
  17. // -noforcemaccel ;; Use desktop mouse acceleration settings.
  18. // -window ;; This enables tf2 to start in a window mode, instead of fullscreen.
  19. // -full ;; This runs tf2 in full screen mode.
  20. // -freq ;; Set the Refresh Rate
  21. // -nocrashdialog ;; Suppresses some memory could not be read unhandled errors.
  22. // -dev ;; Enables developer mode. Also disables the automatic loading of menu background maps and stops the quit dialog from appearing on exit.
  23. // ___________________________________
  24. // | DEFAULT CONFIGS - AUTOCONFIG |
  25. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  26. // -autoconfig
  27. // right click TF2 > properties > launch options > -autoconfig
  28. // Restores video and performance settings to default for the current hardware detected. Ignores settings inside any .cfg files until this parameter is removed.
  29. // _________________________________________________
  30. // | DONT TOUCH UNLESS YOU KNOW WHAT YOURE DOING |
  31. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  32. // _______________
  33. // | MAT |
  34. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  35. mat_queue_mode "-1" // The queue/thread mode the material system should use: -1=default, 0=synchronous single thread, 1=queued single thread, 2=queued multithreaded
  36. mat_aaquality "0"
  37. mat_antialias "0" // Anti-aliasing on(1,2,4,8)/off(0)
  38. mat_autoexposure_max "0"
  39. mat_autoexposure_min "0"
  40. mat_alphacoverage "0"
  41. mat_bumpmap "0" // If set to 1, enables bump mapping which makes flat 2D textures appear three dimensional. Setting this to 0 will cause everyone to have a white shine on them.
  42. mat_bloomscale "0"
  43. mat_bloom_scalefactor_scalar "0"
  44. mat_bufferprimitives "1"
  45. mat_clipz "1"
  46. mat_colorcorrection "0"
  47. mat_compressedtextures "1"
  48. mat_disable_bloom "1"
  49. mat_disable_fancy_blending "1"
  50. mat_disable_lightwarp "1"
  51. mat_disable_ps_patch "1"
  52. mat_debugdepthval "0"
  53. mat_debugdepthvalmax "0"
  54. mat_diffuse "1"
  55. mat_envmapsize "0"
  56. mat_envmaptgasize "0"
  57. mat_fastspecular "1"
  58. mat_fastnobump "0"
  59. mat_filterlightmaps "0"
  60. mat_filtertextures "0"
  61. mat_forceaniso "0" // change to 0 if you notice lower fps
  62. mat_forcehardwaresync "0"
  63. mat_forcemanagedtextureintohardware "0"
  64. mat_framebuffercopyoverlaysize "0"
  65. mat_hdr_enabled "0" // Report if HDR is enabled for debugging
  66. mat_hdr_level "0" // Set to 0 for no HDR, 1 for LDR+bloom on HDR maps, and 2 for full HDR on HDR maps.
  67. mat_maxframelatency "0"
  68. mat_max_worldmesh_vertices "0"
  69. mat_mipmaptextures "1" // texture quality decreases with distance
  70. mat_non_hdr_bloom_scalefactor "0"
  71. mat_parallaxmap "1"
  72. mat_picmip "2" // Changes the resolutions of textures when they're loaded into memory. May improve FPS on graphics cards with low memory sizes.
  73. mat_reducefillrate "1" // Reduces fill rate used.
  74. mat_shadowstate "0"
  75. mat_software_aa_blur_one_pixel_lines "0"
  76. mat_software_aa_strength "0"
  77. mat_software_aa_strength_vgui "0"
  78. mat_software_aa_tap_offset "0"
  79. mat_softwarelighting "0"
  80. mat_specular "0"
  81. mat_trilinear "0" // Disables the use of Trilinear mipmapping.
  82. mat_use_compressed_hdr_textures "0"
  83. mat_wateroverlaysize "0" // Sets the resolution of water distortion. Must be multiple of 8.
  84. // _______________
  85. // | SOUND |
  86. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  87. // snd_mixahead "0.1"
  88. // dsp_enhance_stereo "0"
  89. // dsp_volume "1"
  90. // dsp_slow_cpu "1"
  91. // dsp_spatial "40"
  92. // dsp_speaker "50"
  93. // dsp_water "14"
  94. // soundscape_flush "1" // Flushes the server & client side soundscapes
  95. // _______________
  96. // | GIBS |
  97. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  98. violence_agibs "0" // Show alien gib entities
  99. violence_hgibs "0" // Show human gib entities
  100. violence_hblood "0" // Draw human blood
  101. violence_ablood "0" // Draw alien blood
  102. // _______________
  103. // | R_ |
  104. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  105. r_ambientboost "0"
  106. r_ambientmin "0"
  107. r_ambientfactor "0"
  108. r_bloomtintg "0"
  109. r_bloomtintb "0"
  110. r_bloomtintexponent "0"
  111. r_bloomtintr "0"
  112. r_cheapwaterend "1" // End of the CheapWater rendering (all behind this range is black water)
  113. r_cheapwaterstart "1" // Start of the CheapWater rendering (all before this range is expensive waterrendering)
  114. r_drawflecks "0"
  115. r_decals "0"
  116. r_decal_cullsize "0" // Decals under this size in pixels are culled // _lower texture quality at distance_
  117. r_decalstaticprops "0" // Decal static props test
  118. r_dopixelvisibility "0"
  119. r_drawbatchdecals "0"
  120. r_drawmodeldecals "0"
  121. r_dynamic "0"
  122. r_eyes "0"
  123. r_flex "0"
  124. r_forcewaterleaf "1" // Enable for optimization to water - considers view in leaf under water for purposes of culling
  125. r_hunkalloclightmaps "0"
  126. r_lightcache_zbuffercache "0"
  127. r_lightaverage "0"
  128. r_lod "2" // _adjusts model quality--set between -5 and 5_
  129. r_maxdlights "0"
  130. r_maxmodeldecal "0"
  131. r_maxnewsamples "0"
  132. r_maxsampledist "0"
  133. r_minnewsamples "0"
  134. r_fastzreject "-1" // Activate/deactivates a fast z-setting algorithm to take advantage of hardware with fast z reject. Use -1 to default to hardware
  135. r_occlusion "1" // Activate/deactivate the occlusion system.
  136. r_PhysPropStaticLighting "0"
  137. r_queued_decals "0" // Offloads a bit of decal rendering setup work to the material system queue when enabled.
  138. r_queued_post_processing "1"
  139. r_renderoverlayfragment "0"
  140. r_rootlod "2" // Root LOD
  141. r_ropetranslucent "0"
  142. r_drawdetailprops "0"
  143. r_spray_lifetime "0" // Number of rounds player sprays are visible
  144. r_shadowmaxrendered "0" // Max shadows the game will render.
  145. r_shadowrendertotexture "0" // Rendered the shadow texture causing it to match the player model.
  146. r_3dnow "1" // Enable/disable 3DNow code
  147. r_3dsky "0" // Enable the rendering of 3d sky boxes
  148. r_sse2 "1" // Enable/disable SSE2 code
  149. r_shadows "0"
  150. r_teeth "0"
  151. r_threaded_client_shadow_manager "1"
  152. r_threaded_particles "1"
  153. r_threaded_renderables "1"
  154. r_unloadlightmaps "0" // 0 because of alt tabbing causes black walls
  155. r_worldlights "0" // number of world lights to use per vertex
  156. r_waterdrawreflection "0" // If set to 0, disables all reflections on top of water. Will boost performance quite noticeably in areas with water at the cost of some realism.
  157. r_waterdrawrefraction "1" // If set to 0, disables all refraction - that is images which appear distorted under the water. This will boost performance at the cost of realism, however you may experience some graphical anomalies on the water or even in the sky for some reason.
  158. r_waterforceexpensive "0" // 1 = High (reflect world), 0 = Low (simple reflect)
  159. r_waterforcereflectentities "0" // 1 = High (reflect all), 0 = Low
  160. // _______________
  161. // | CL_ |
  162. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  163. cl_clearhinthistory "1" // Clear memory of client side hints displayed to the player
  164. cl_detaildist "0" // Distance at which detail props are no longer visible (1200)
  165. cl_detailfade "0"
  166. cl_drawmonitors "0" // Disables the rendering of ingame "monitors" which contain 3d rendered images.
  167. cl_ejectbrass "0" // Disables brass ejection
  168. cl_forcepreload "1" // Forces the game to load all texture and model information into memory on map load.
  169. cl_muzzleflash_dlight_1st "0"
  170. cl_phys_props_enable "0"
  171. cl_phys_props_max "0" // Maximum amount of physics props allowed.
  172. cl_predictweapons "1" // perform client side prediction of weapon effects.
  173. cl_predict "1" // Perform client side prediction.
  174. tf_playergib "0"
  175. cl_showhelp "0" // Set to 0 to not show on-screen help
  176. cl_showpluginmessages "0" // Allow plugins to display messages to you
  177. cl_show_splashes "0"
  178. cl_rumblescale "0" // Scale sensitivity of rumble effects (0 to 1.0)
  179. cl_debugrumble "0" // Turn on rumble debugging spew
  180. cl_playerspraydisable "1"
  181. cl_threaded_bone_setup "0"
  182. cl_threaded_client_leaf_system "0"
  183. cl_ragdoll_collide "0"
  184. cl_ragdoll_fade_time "0"
  185. cl_ragdoll_physics_enable "0"
  186. cl_ragdoll_forcefade "1"
  187. // _______________
  188. // | ROPES |
  189. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  190. rope_averagelight "0" // Makes ropes use average of cubemap lighting instead of max intensity.
  191. rope_collide "0" // Collide rope with the world
  192. rope_smooth_enlarge "0" // How much to enlarge ropes in screen space for antialiasing effect
  193. rope_smooth "0" // Do an antialiasing effect on ropes
  194. rope_subdiv "0" // Rope subdivision amount
  195. rope_wind_dist "0" // Don't use CPU applying small wind gusts to ropes when they're past this distance.
  196. // _______________
  197. // | MISC |
  198. // ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  199. sv_forcepreload "1" // forces preload to help increase performance
  200. jpeg_quality "100" // jpeg screenshot quality.
  201. mat_monitorgamma "1.8" // monitor gamma (typically 2.2 for CRT and 1.7 for LCD)
  202. commentary "0" // Desired commentary mode state.
  203. budget_show_history "0" // turn history graph off and on. . good to turn off on low end
  204. g_ragdoll_fadespeed "0"
  205. g_ragdoll_lvfadespeed "0"
  206. flex_smooth "1" // Applies smoothing/decay curve to flex animation controller changes.
  207. props_break_max_pieces "0" // Maximum prop breakable piece count (-1 = model default)
  208. r_propsmaxdist "1"
  209. prop_active_gib_limit "0"
  210. func_break_max_pieces "3"
  211. showhitlocation "1"
  212. mp_decals "0" // How many player sprays will be shown.
  213. gl_clear "0"
  214. muzzleflash_light "0"
  215. lod_transitiondist "0"
  216. overview_mode "0" // Sets overview map mode off,small,large: <0|1|2>
  217. adsp_debug "0"
  218. mp_usehwmmodels "0"
  219. mp_usehwmvcds "0"
  220. tf_particles_disable_weather "1"
  221.  
  222. exec settings.cfg
  223. exec binds.cfg
  224. clear
  225. echo
  226. echo "+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+"
  227. echo "|m0rehighfps : http://m0re.nocrits.com/ |"
  228. echo "+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement