Ultra high settings/pt

From Team Fortress Wiki
Jump to: navigation, search

Ultra high settings is an informal term which refers to high-fidelity graphic settings which cannot be enabled through in-game menus, but rather through console variables (also known as "cvars") or launch flags. Because enabling these settings can cause heavy GPU and CPU usage, their use is mostly media-oriented, such as when taking screenshots and producing video content such as machinimas.

mat_picmip

Comparison of mat_picmip levels.

The console command mat_picmip controls texture resolution and has one of the biggest visual "gains". It accepts values from '2' to '-10', 2 being the worst quality and -10 being the best (refer to the comparison image).

The reason why some textures could see vast improvements in quality is because with the initial release of the Orange Box, Valve added a resource data system to the Valve Texture Format, which could be used to set the default quality of a texture to one lower than that of the texture file. This means that an offset can be induced at the baseline quality level (mat_picmip 0 is the highest), and mat_picmip -1 ("very high") makes textures go one mip level up if they are set to be using a lower mip level in the VTF — which is the case for some of TF2's world textures, and most of its very small props, for video memory optimization purposes.

Level of detail

With the default value of '-1', the game lowers the level of detail on objects at a distance from the camera to increase performance. Setting r_lod to '0' disables this, forcing the game to display a constant level of detail of each model regardless of distance. With the variable r_rootlod also being set to the maximum of '0', the game always uses the highest level of detail for models.

cl_new_impact_effects

If cl_new_impact_effects is set to '1', Source Engine's updated, threaded particle system (as opposed to the original engine's system) is used to render bullet impact effects. The results are most noticeable on glass.

cl_burninggibs

Setting cl_burninggibs to '1' causes the gibs from players who are killed while on fire to display fire effects.

Disable Texture Streaming

Adding -no_texture_stream in the Steam launch options for the game disables texture streaming, forcing the game to always load high quality textures for objects. This makes decorated weapons appear sharp and clear the moment they are rendered.

Texture streaming was added in the Tough Break Update to maintain support and performance of older systems, as loading weapon skins could cause stuttering on systems with limited memory. It also helps load the game faster as it loads textures on the fly as they appear, rather than preloading them. A side effect of texture streaming is that certain textures appear with lower quality mipmap levels (and thus are visually blurry) for the first few seconds of them being in view. This mainly affects skinned weapons, and the Engineer's blueprints that appear when using the build tool.

See also