超级玩家
 
- 贡献度
- 76
- 金元
- 6503
- 积分
- 954
- 精华
- 0
- 注册时间
- 2010-4-28
|
看不懂的也别自己瞎tweak
有风险 不少人调错了就游戏蓝屏crash一类的
目前我调了以后帧数没有下降 不过鉴于本人配置尚可 就不做评价 其中有句话比较精品
However the textures are what they are so you can’t expect miracles
其实我对画面还挺满意 虽然阴影都是假的 贴图一靠近就蛋疼
但是总体风格相当漂亮 尤其在城外时候 天空比其它游戏都要精细
就是连续玩了五个钟头了 场景有点太过于相似了吧 我知道这是风格 但看点树或者河也不会死.....
RAGE3D's user JonasBeckman, has revealed some commands that will tweak RAGE. Although console command gives a better idea of what the following tweaks are affecting, however we strongly recommend you to create a configuration file named "rageconfig.cfg" and put it in "Rage\base\rageconfig.cfg".
By following the above step, the file will be auto-loaded each and every time players launch RAGE, and so need to type the commands again and again is eliminated.
Check out the commands below that can be used, once again thanks to "Rage3D's user, JonasBeckman.":
com_AllowConsole 1
com_SkipIntroVideo 1
These two just allow the console to work and skips the logo videos.
vt_qualityhdplossless 1
vt_qualityhdppower 0
vt_qualityhdpspecular 0
vt_qualityhdpnormal 0
vt_qualityhdpdiffuse 0
vt_qualitydctpower 100
vt_qualitydctspecular 100
vt_qualitydctnormal 100
vt_qualitydctchroma 100
vt_qualitydctluma 100
These set overall quality level, lower on the HDP and higher (percentage) on the DCT with lossless support. (However the textures are what they are so you can’t expect miracles.)
vt_usecudatranscode 2
This is the CUDA function but 2 enables all of it not just smart mode.
vt_maxppf 1024
vt_maxlockedpages 256
These are what I’m struggling with now, a value of 2048 and 1024 respectively will cut down texture streaming to less than a second but will also cause possible glitches and stability problems so I’m testing various compromises here.(This is the number of paged\cached megatexture pages or what to call them.)
vt_pageimagesizeuniquediffuseonly2 8192
vt_pageimagesizeuniquediffuseonly 8192
vt_pageimagesizeunique 8192
vt_pageimagesizevmtr 8192
This is max texture resolution, again the textures are what they are and you can not get them to be better than that other than with some small tricks.
vt_minlod -1
Slightly negative LOD for a sharper image
vt_uncompressedvmtr 1
vt_uncompressedphysicalimages 1
vt_vmtrcompression none
Use uncompressed data (If available, it’s not.) instead of compressed and compression method. (Tab two times will cycle compression levels, that’s also how I found the CUDA = 2 thing.)
vt_maxaniso 16
Tell the megatextures to use full 16x AF filtering instead of 2x, sharper unless forced via CCC / NVCP already.
vt_restart
Change anything with the virtual textures / vt and you’ll need to restart them, best is to execute the config (exec rageconfig.cfg for example.) in the main menu.
More Tips:
PC gamers who want to change FOV, all they need to do is add "+cvaradd g_fov 20" command to RAGE's launch option. By adding this players are telling the game to run at its default FOV that is increased by 20 degrees. The default FOV is 80, and so if player add 20, they will get a FOV of 100. Players can lower the number to find their sweet spot.
In addition to this, players can edit "render_controls.xml" file, which is located at "C:\Users\[username]\AppData\Local\LAG\data\settings" folder. By editing this file, players can easily turn on and off SSAO, Depth of Field, and other graphical options with simple "TRUE/FALSE" value. |
|