Rage - Post your config

Soldato
Joined
12 Sep 2003
Posts
11,216
Location
Newcastle, UK
Hey

OK, so the Official Rage Thread is doing the rounds, here, http://forums.overclockers.co.uk/showthread.php?t=18303596 but it's currently 53 pages long and I fear a config may soon disappear. Hence my new thread. :)

So, at first I found Rage to be a graphical nightmare. I'm not far into the game but I've got flashing flag textures, I can see all the edges of the textures and some textures look a bit low res. I came across a config by "FusedCore" here, http://forums.steampowered.com/forums/showthread.php?t=2156747 and used the "High-Definition" config.

I've since tweaked it ever so slightly and below are 3 quick screenshots. So far, it's looking very nice! :cool:

(Screenshots downsized from 1920x1200 to 1024x640)

fe0dc55c.jpg


997ff085.jpg


fe8cbfe7.jpg



Here are my small tweaks, everything else as is in the "High-Definition" config. I've upped the RAM and cache from 1024 to 2048 as I run a 6970 and I've upped the texture quality from 8k textures to 16k. I've also reduced mega texture max ansio from 4 to 2 to help reduce any graphical glitches:-

Code:
seta com_videoRam "2048"
seta image_cacheMegs "2048" 
seta vt_pageimagesizeuniquediffuseonly2 "16384"
seta vt_pageimagesizeuniquediffuseonly "16384"
seta vt_pageimagesizeunique "16384"
seta vt_pageimagesizevmtr "16384"
seta vt_cacheMegs "2048"
seta vt_maxaniso "2"
Hope this helps some people out, like I say, it's not my config so please visit the link at the top of my post. But I'm (so far) more than happy with the results!

If you have a tweak that works, perhaps post it in here?

EDIT: Here are my CCC settings as well:-

8ac620aa.jpg


Happy gaming! :cool:
 
Last edited:
Running textures at 16K is meaningless because their maximum size is 8K anyway.

I run the game at 1920*1200, 8*AA, GPU Transcode enabled, plus this rageconfig:

vt_pageimagesizeuniquediffuseonly2 8192
vt_pageimagesizeuniquediffuseonly 8192
vt_pageimagesizeunique 8192
vt_pageimagesizevmtr 8192
vt_restart
vt_maxaniso 4
image_anisotropy 4

+ the cache recreation tweak.

Game looks beautiful (when not examining textures from up close) and those buttery smooth 60fps are utterly gloooorious.
No texture pop-in or any other problems whatsoever.
 
Running textures at 16K is meaningless because their maximum size is 8K anyway.

I run the game at 1920*1200, 8*AA, GPU Transcode enabled, plus this rageconfig:

vt_pageimagesizeuniquediffuseonly2 8192
vt_pageimagesizeuniquediffuseonly 8192
vt_pageimagesizeunique 8192
vt_pageimagesizevmtr 8192
vt_restart
vt_maxaniso 4
image_anisotropy 4

+ the cache recreation tweak.

Game looks beautiful (when not examining textures from up close) and those buttery smooth 60fps are utterly gloooorious.
No texture pop-in or any other problems whatsoever.

What is the cache recreation tweak? :)

One more screenshot:-

b4b68078.jpg
 
vt_pageimagesizeuniquediffuseonly2 8192
vt_pageimagesizeuniquediffuseonly 8192
vt_pageimagesizeunique 8192
vt_pageimagesizevmtr 8192
vt_restart
vt_maxaniso 4
image_anisotropy 4

Then I run

+com_skipIntroVideo 1

In the launch options to skip to the press enter menu :)
 
This is my config, from someone over on the Steam forums. I have a 1280mb 470 GTX and it runs smooth and looks great, texture popup is barely noticeable.

seta com_videoRam "1280" //sets the Video Card memory Set this to the amount you have in MB
seta com_maxfps "60" //limits the frames to 60 can be changed to what you desire

seta image_anisotropy "4" //can set as 2, 4, 8, or 16
seta image_usecompression 0
seta image_filter "GL_LINEAR_MIPMAP_LINEAR" //filtering for light maps
seta image_preload "1" //Use preload images when ever possible
seta image_lodbias "-1" //LoD settings
seta image_ignoreHighQuality "0" //Sets up for using HQ gfx
seta image_ignoreLowQuality "1" //ignores the low textures
seta image_useCache "1" //Enabled Cache to allow the textures to load properly without popping
seta image_cacheMegs "125" //Cache size in Megabytes
seta image_cacheMinK "50" //Cache minimum size in kilobytes

seta r_useHighQualityPostProcess "1" //Fore High Quality post proccessing
seta r_shadowsHighQuality "1" //Fore High Quality shadows
seta r_displayRefresh "0" //keep it so the engine doesn't double render a frame
seta r_renderer "best" //highest rendering options
seta r_multiSamples "32" //Set this to 16 or 8 if you're having low-fps as 32 is the Max Multi-sampling
seta r_useHBAO "1"
seta r_useRenderThread "1" // 0 Disable or 1 Enable threaded rendering useful for newer cards to increase performance.
seta r_visDistMult "1"
seta r_useMotionBlur "1" //use blur
seta r_skipBump "0"
seta r_skipSpecular "0"
seta r_skipNewAmbient "0"
seta r_shadows "1"
seta r_cgFragmentProfile "best"
seta r_cgVertexProfile "best"

//below is cache settings
seta vt_useCudaTranscode "1" //0 OFF, 1 ON, 2 FORCED- distributes rendering between GPU/CPU for efficency
seta vt_pageimagesizeuniquediffuseonly "8192"
seta vt_pageimagesizeuniquediffuseonly2 "8192"
seta vt_pageimagesizeunique "8192"
seta vt_pageimagesizevmtr "4096"
seta vt_maxppf "24" //max pages per frame, allow more textures to render at a time
seta vt_maxlockedpages "256"
seta vt_minlod "-2"
seta vt_lodBias "-2" //LoD settings
seta vt_maxaniso "4"
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_restart
 
Last edited:
Just using a config consisting of

vt_pageimagesizeuniquediffuseonly2 8192
vt_pageimagesizeuniquediffuseonly 8192
vt_pageimagesizeunique 8192
vt_pageimagesizevmtr 8192
vt_restart
vt_maxaniso 4
image_anisotropy 4

and launch options of

+cvaradd g_fov 20 +set com_skipIntroVideo 1

Still having some minor pop in but overall it looks really nice, only played 15 minutes so far though.

Constant 60 FPS with an ageing 5850.

1920x1080 resized to 1024x576

71900117.png


79319535.png


13608442.png
 
Could someone post an idiot's guide to locating the config file that needs to be changed & how to make the changes. I'm using an MSI GTX 560Ti with 2048RAM. Thanks.
 
I followed all the tips in the video above but still getting pop in - not too bad but still there; forced vsync and thankfully no more screen tearing.

How do you create a config file? Its quite a while since I had to tweak something so much to get running right.

Particularly interested in the 8k textures tweak. Thanks.
 
is it just a case of adding a text document called rageconfig.cfg to Rages base folders and then editing with notepad to add the configs?

Cos thats what i did and now i just get a black screen when loading the games :confused: Even when the rageconfig.cfg files have been deleted :mad:
 
Back
Top Bottom