Label Cloud

Thursday, January 17, 2008

用宽屏幕玩Doom3的解决方法

This method assumes you have the latest patch. It involves setting a game var that did not exist in the earliest retail versions.
如果想设置宽屏进行游戏,请保证升级到最新的补丁版本。它带有新的游戏环境变量设置,而这些设置在以前的版本中没有出现过。
Go to \base, and edit DoomConfig.cfg.
到<游戏目录>\base,编辑doomconfig.cfg文件。
Find these lines:
找到以下行:
seta r_customHeight "xxx"
seta r_customWidth "xxxx"
改变x,设置你的分辨率,长和宽要匹配
Change the x's to set your resolution. Now find this line:
再找到以下行:
seta r_mode "x"
Change the "x" to "-1".
改变x到-1

Find this line:
找到以下行:
seta r_aspectRatio "x"
If your screen aspect ratio is 16:9, change the "x" to "1".
If your screen aspect ratio is 16:10 or 15:9, change the "x" to "2".
如果你的屏幕是16:9,就改变为1,如果是16:10或者15:9,就改变为2。
As with any .ini solution, if you cannot find any of these lines in your DoomConfig.cfg file, just add them in manually.
如果你在这个文件中没有发现我所给出的行,你可以自己手动进行添加。

No comments: