Quote:
Originally Posted by Mindweaver
I'm close to beating this.. I think?.. lol but so far I think it's a great game.. Once I used Steam Mover to move the game files from my 3x 250GB Raid0 (159 read and write) to my Intel 40GB SSD (200 Read 40 write).. It was like night and day! The texture popin was so bad on my old drives.. So, I had to do something to stop that popin.. I noticed the internal benchmark only tested texture read speed from the drive.
|
I had that on my 570GTX but i fixed it with this autoexec.cfg, some lines might not work, but overall I got the effected I wanted.
First I've set desired config (dont change after or it conflicts with autoexec)
then added this autoexec.cfg
Code:
//main settings
seta fc_maxcachememoryMB "2048"
seta com_videoRam "1280" //your vram size
//Virtual Textures
seta vt_pageimagesizeuniquediffuseonly2 "16384"
seta vt_pageimagesizeuniquediffuseonly "16384"
seta vt_pageimagesizeunique "16384" ///lower to 8192 if you're running out of vram
seta vt_pageimagesizevmtr "16384"
seta vt_qualityhdplossless "1"
seta vt_qualityhdppower "0"
seta vt_qualityhdpspecular "0"
seta vt_qualityhdpnormal "0"
seta vt_qualityhdpdiffuse "0"
seta vt_qualitydctpower "100"
seta vt_qualitydctspecular "100"
seta vt_qualitydctnormal "100"
seta vt_qualitydctchroma "100"
seta vt_qualitydctluma "100"
seta vt_usecudatranscode "2"
seta vt_cudaBudget "256"
seta vt_maxppf "512"
seta vt_maxlockedpages "1024"
seta vt_maxaniso "12"
seta vt_uncompressedvmtr "1"
seta vt_preload "1"
seta vt_vmtrcompression "none" //HDP DXT DCT
vt_restart
//Renderer
g_fov 95
r_gamma "0.88"
seta r_shadows "1" //default
seta r_displayRefresh "0" //default
seta r_multiSamples "4"
seta jobs_numthreads "2"
//Image
seta image_preload "1"
seta image_blend "GL_LINEAR_MIPMAP_LINEAR"
seta image_filter "GL_LINEAR_MIPMAP_LINEAR"
seta image_anisotropy "12"
seta image_usecompression "0"
seta image_screenshotquality "100"
vid_restart
and add this to Rage.exe shortcut;
Rage.exe +seta com_AllowConsole 1 +seta com_SkipIntroVideo 1 +seta mem_phymemblocksizem "2048" +exec "autoexec.cfg"
Although i didnt try this after 1.2 patch and texture sharpening pack.