Cut and pat all (yes, all!!!) of the following to a file named autoexec.cfg:
// Set "image_cacheMegs" to about 1/4 of your total system RAM
// Set "image_cacheMinK", using the formulas below.
//
// "image_cacheMegs" / 8 = n
// n * 1024 = "image_cacheMinK"
seta image_cacheMegs "256"
seta image_cacheMinK "32768"
seta image_useCache "1"
seta image_downSizeLimit "512"
seta image_ignoreHighQuality "1"
seta image_downSizeBumpLimit "512"
seta image_downSizeSpecularLimit "64"
seta image_downSizeBump "1"
seta image_downSizeSpecular "1"
seta image_downSize "1"
seta image_forceDownSize "1"
seta image_lodbias "0"
seta r_preload "1"
seta r_skipBump "0"
seta r_shadows "0"
seta r_useOptimizedShadows "1"
seta r_useTurboShadow "1"
seta g_bloodEffects "1"
seta g_decals "0"
seta g_showBrass "0"
seta g_muzzleFlash "1"
seta g_projectileLights "1"
seta g_doublevision "0"
seta g_showPlayerShadow "0"
seta image_anisotropy "0"
seta image_filter "GL_LINEAR_MIPMAP_NEAREST"
bind MOUSE3 _Speed
bind "F11" "con_noprint 1; set ui_showGun 0;set g_showHud 0; wait; screenshot 4000 3000 16; set g_showHud 1; set ui_showGun 1; con_noprint 0"
//exec p13_single.cfg
echo *********************************************
echo Changes made. Send the Demons back to hell.
echo *********************************************
|