Highquality (Material stage keyword)
From modwiki
Description
The highquality or uncompressed stage keywords cause Doom 3 to render the associated stage without using texture compression in Medium or High quality modes. Without this keyword, the map would be compressed according to the defaults for the selected quality mode (bumpmaps only in High, bumpmaps and diffusemaps in Medium).
This keyword is useful for sky textures that can look very ugly when compressed.
Usage
highquality
Parameters
None.
Example
Forces the diffusemap stage to high quality:
{
blend diffusemap
map textures/path/to/image.tga
highquality
}
Notes
This keyword has no effect in Low quality mode, and the forceHighQuality keyword must be used instead.
If the image_ignoreHighQuality CVar is set to 1, this keyword will be ignored.

