无法进入游戏的解决方案 - Game Engine Failed to Initialize(使用独显,亲测可行)
本帖最后由 妈妈说用户名不能太长 于 2011-11-16 19:05 编辑双显卡用户所遇到的问题之一.
该问题同样出现在"兽人必须死"游戏中,但是"兽人"可以通过更新Update1解决此问题.
而要塞3我更新了Update1+2测试表明问题没有解决.
于是狗哥了半天,找到了一个解决方案.
Go to -
C:\Program Files\Steam\steamapps\common\stronghold3\bin\config.xml
(Depends on if you installed steam in default location or have a x64 OS)
Open the file in notepad. At the end of the resolution part put "windowed=1"
So for example my one looks like this -
<resolution width=1024 height=768 windowed=1/>
来源地址(此链接为Steam用户论坛连接)
中文:
找到confi g.xml
C:\Program Files\Steam\steamapps\common\stronghold3\bin\config.xml
根据你Steam安装的位置和是否使用64位系统,可能有所变化。
注:目测64位非Steam用户路径为游戏根目录下Bin文件夹下win32_release文件夹中
使用记事本打开该文件,在分辨率设置的末尾添加“ windowed=1”
更改后的结果类似下方
<resolution width=1024 height=768 windowed=1/>
之后游戏将会以窗口化启动,并且不再弹出初始化失败对话框。
==============================================
PS:最开始听说可以禁用Intel集显。。。我跟着做了,尼玛然后黑屏了有木有啊!!
这就算了,我这记性,前几天又看见一篇英文的,说你可以尝试禁用集显。。。尼玛 我又做了。。草!!!!
今天,我终于进游戏了。用独显! 谢谢楼主分享
页:
[1]