昨天发了个解决FX系列迟延问题的补丁,对游戏速度有很大提升。我今天又找到一个更完美的方法,不用下载任何补丁,但效果比昨天那个还好,推荐大家使用。
又有更新了,国外的论坛又发现了新的解决办法。
首先有几点请注意一下:
1. 游戏在fx系列显卡上运行缓慢是因为其本身用到了大量的Shader2.0技术。这个方法,包括昨天给出的补丁,核心原理都是强制关闭该功能。
2. 既然是强制关闭,就有可能引起显示错误。大多数表现在贴图丢失等方面,但根据很多用户的反馈来看,贴图问题主要出现在前两关,后面的关卡是基本正常的。
3. 以下修改方法虽然简单,而且更快一些,但并不一定比昨天给出的补丁稳定。如果游戏进行中出现跳回桌面的情况,请用同样方法处理对应关卡目录中的M(xx)_postmission.zip文件,或许会有帮助;如果不奏效,请再试试昨天的补丁……
4. 既然是非官方修改,就不能保证没有Bug。我只是希望Geforce FX系列显卡的用户能够体验这个游戏,祝大家好运。
以下还是从www.hitmanforum.com上找的,强人真是多啊。下面是具体步骤:
1.) make sure you have a clean install of blood money. ie no patches from eidos or netraider's patch applied.
1.)确保没有打1.1补丁和netraider的补丁(netraider补丁就是我昨天发的那个,已经安装的就对不住了,麻烦恢复一下)
2.)open the "xx_main.zip" files in each of the mission folders and delete the three glowxx.fx files located in the shader folder that geoff mentioned.
2.)打开每个关卡目录下的xx_main.zip(xx是关卡编号)文件,删除\Shaders\PC\FX目录里的类似glow(xx)。fx的文件(xx代表数字。共有三个这样的文件)
3.)be sure to do this as well to "hitmanbloodmoney.zip" and "saveandcontinue.zip" otherwise, you will encounter the saving/loading crash problems.
3.)用上面说的办法修改Scenes目录中的hitmanbloodmoney.zip和saveandcontinue.zip文件,这样可以解决存盘时跳出的问题。
4.)add the shaderquality line to the ini file and execute. eveything should work.
4.)在安装目录下的ini文件里加入一行,内容是 ShaderQuality Medium
原作者:symantech
游戏中画面细节尽量调低。
同样,这个方法是非官方发布的,不保证每个人都能用。如果愿意,也可以继续使用昨天那个补丁。
修改前注意备份。
另外说一下,我用Geforce Fx 5200,打了昨天的补丁以后勉强能玩,换成这个方法流畅许多
可能又需要重新安装游戏……不过为了能玩,大家应该多一些探索精神,呵呵
下面是具体方法:
OK, any1 who wonder i found the line that causes the gun fire crash in the glow00.fx glow13.fx files.
我发现了游戏中引起异常跳出问题的代码……
open those files find this line[it apears manny times, you only alter the first 1]:
打开glow00.fx和glow13.fx文件(具体位置请参考上面的内容,这里不重复了)
FogEnable=;
你会发现这样一行:FogEnable=; (会在文件出现很多次,只需要改第一次出现的那个)
modify this line like this:
改成: FogEnable=;
you do the same in the 2 glow00.fx and glow13.fx files, save them and reupload them into the main level archive (i.e hidout_main.zip, but you do it for all the levels)。
你需要修改所有关卡目录里的*_main.zip文件,其他的可以不改
That's it, game won't crash on gunfire but still some texture is missing (sky, light glow) you probably won't feel anything missing when you play in-doors.
修改之后,游戏异常跳出的现象可以得到很大缓解,但还是有一些贴图丢失,如天空和光晕。在室内场景中,你不会感到问题。
注:此方法还是需要在ini文件中加入 ShaderQuality Medium 一行。