游戏达人
  
- 贡献度
- 298
- 金元
- 9604
- 积分
- 2152
- 精华
- 0
- 注册时间
- 2008-5-8
|
本帖最后由 lakira 于 2011-10-5 18:33 编辑
看到田鼠同学的帖子我也网上找了下,在某网站发现了以下的秘籍
英文不好请勿见笑,简单翻译一下,请大家多多指正我的错误
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.":
RAGE3D的JonasBeckman透露了一些可以调整RAGE的参数,虽然控制台命令可以调整游戏效果,但是强烈建议玩家可以在游戏目录下新建一个配置文件rageconfig.cfg ( 游戏Rage\base\rageconfig.cfg ),在里面写入配置参数。
通过上述步骤后,该文件里面的参数将被自动加载进RAGE,只需要再次键入命令,就可以让选项失效
大家可以查看以下参数,再次感谢RAGE3D的JonasBeckman。
com_AllowConsole 1
com_SkipIntroVideo 1
These two just allow the console to work and skips the logo videos.
上面两个命令是打开控制台和跳过LOGO影片的
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.)
设置全局质量等级,HDP下调低,DCT下调高(使用百分比)以最少地降低性能消耗,......................(你不要指望通过调节材质能够让画面发生奇迹的改变)
vt_usecudatranscode 2
This is the CUDA function but 2 enables all of it not just smart mode.
使用全局CUDA转码(N卡专有),如果不是在智能模式下
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.)
这是我现在正在努力解决的,把值设为2048和1024可以将材质渲染延迟降低到一秒以内(不知道翻译地对不对),但是也会照成稳定性问题
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为了清晰的图像轻微的降低LOD
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.)
使用未压缩的数据(如果有的话,但它没有。)来代替压缩的算法(两次切换之后会循环压缩级别,这也是我发现设置CUDA = 2会出现的效果)
vt_maxaniso 16
Tell the megatextures to use full 16x AF filtering instead of 2x, sharper unless forced via CCC / NVCP already.
让megatextures(元纹理材质)使用16倍各向异性过滤 以代替 2倍各向异性过滤
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.
改变 virtual textures(虚拟纹理材质)的所有设置,你需要重新启动游戏,最好是在主菜单执行此命令
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.
PC玩家可以修改FOV,需要在RAGE的快捷方式里加入" +cvaradd g_fov 20"的命令,默认的FOV值是80,如果用户加上20("+cvaradd g_fov 20"),则FOV为100,用户可以通过改变数值以达到自己喜欢的效果。
这里就是田鼠同学帖子里面提到的FOV的修改,参见他的帖子http://bbs.3dmgame.com/thread-2417123-1-1.html
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.
此外,玩家可以编辑“render_controls.xml”的文件,该文件位于“C:\Users\[username]\AppData\Local\LAG\data\settings”文件夹。通过编辑这个文件,玩家可以很容易地打开和关闭SSAO,景深,和其他图形选项,使用 "TRUE/FALSE"值。
LZ表示木有找到C:\Users\[username]\AppData\Local\LAG\data\settings这个目录 ...................  |
评分
-
2
查看全部评分
-
|