View Single Post
Old 08-11-2004, 09:39 PM   #6 (permalink)
jujueye
alpaca lunch for the trip
 
jujueye's Avatar
 
Location: in my computer
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 *********************************************
jujueye is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62