> 单机游戏 > 单机秘籍 > 正文内容 >

《使命召唤6:现代战争2》MW2增加视野和作弊

发布时间:2013-11-15 23:48 来源:网络 作者:翼风 [我要评论]

Modern Warfare2增加视野和作弊 - TeknoGods Update: You need to do these changes each time you run the game since .cfg is reset. I will fix this today b

Modern Warfare2增加视野和作弊 - TeknoGods

Update: You need to do these changes each time you run the game since .cfg is reset. I will fix this today by writing a loader.

更新:你需要在每次游戏运行的时候做这些修改,因为每次游戏运行的时候cfg文件都会重置,我会在今天写一个loader解决这个问题。

Update #2: Thanks epidema for pointing out that FOV doesn’t work unless you add set sv_cheats “1″.

更新2:感谢epidema,指出要对FOV进行修改,必须先修改参数sv_cheats为1。


打开你的 MW2/players/ 文件夹

Note that it’s not MW2\players for all people. Search config.cfg in your c:\documents and settings folder, and you should find the config file.

注:你有可能需要在你的c:\documents and settings文件夹(也就是“我的文档”)内搜索config.cfg,并不是所有人都能在MW2/players/文件夹里找到这个文件。

用记事本打开config.cfg,并且在后面加上以下几行:

set developer “1″
set sv_cheats “1″
set thereisacow “1337″
bind M “cg_fov 90″

这样,你在游戏的时候就可以使用M键增加你的FOV(FOV就是视野,增加FOV就是扩大视野,将镜头拉远)。

同样的,如果你不想总是点M修改视野,那么你可以把修改视野的命令加入你的前进键(W键)当中:
搜索bind W “+forward”一行,并且把它改成:
bind W “+forward;cg_fov 90″
这样,你就可以非常快的在每一关的开始修改掉FOV。

在config_mp.cfg(也就是多人游戏)中修改FOV并没有测试过,但是有可能成功的(不知道会不会被steam的VAC检测到)。