Posted August 24, 2017
high rated
Quake 4 has issues on modern graphics cards with more than 1 Gb VRAM, it looks terrible even with Ultra Textures and 1080p resolution.
First off don't use (force) Ambient Lighting in the settings as it bleaches everything out and messes up the textures even more.
Now digging about past hour I found some cfg file fixes (Quake4Config.cfg located in q4base folder within install folder) that are working for me, these are copied from another source and not my work :
seta image_downSizeLimit "1024"
seta image_ignoreHighQuality "1"
seta image_downSizeBumpLimit "1024"
seta image_downSizeSpecularLimit "1024"
seta image_downSizeBump "1"
seta image_downSizeSpecular "1"
seta image_useCache "0"
seta image_cacheMegs "256"
seta image_cacheMinK "30"
seta image_usePrecompressedTextures "0"
seta image_useNormalCompressionLoadDDSForPal "1"
seta image_useNormalCompression "2"
seta image_useAllFormats "1"
seta image_useCompression "0"
seta image_downSize "1"
seta image_lodbias "0"
seta image_anisotropy "8"
First off don't use (force) Ambient Lighting in the settings as it bleaches everything out and messes up the textures even more.
Now digging about past hour I found some cfg file fixes (Quake4Config.cfg located in q4base folder within install folder) that are working for me, these are copied from another source and not my work :
seta image_downSizeLimit "1024"
seta image_ignoreHighQuality "1"
seta image_downSizeBumpLimit "1024"
seta image_downSizeSpecularLimit "1024"
seta image_downSizeBump "1"
seta image_downSizeSpecular "1"
seta image_useCache "0"
seta image_cacheMegs "256"
seta image_cacheMinK "30"
seta image_usePrecompressedTextures "0"
seta image_useNormalCompressionLoadDDSForPal "1"
seta image_useNormalCompression "2"
seta image_useAllFormats "1"
seta image_useCompression "0"
seta image_downSize "1"
seta image_lodbias "0"
seta image_anisotropy "8"
Post edited August 24, 2017 by Iain