提升《奇诺冲突2》的帧率

0 点赞
Zeno Clash 2
转载

当我开始玩游戏时,发现帧率不超过34,玩起来很不舒服。在一个讨论中,我找到了一个提高每秒帧数的方法。修改配置文件后,进入游戏发现帧率达到了50到60! 进入文档中的my games文件夹,依次打开UnrealEngine3、ZC2Game、Config文件夹,找到ZC2SystemSettings文件。打开ini文件,用记事本打开,按住CTRL键并按F键,在搜索栏中分别输入DynamicLights、DynamicShadows、OneFrameThreadLag,并将其值设置为: DynamicLights=False DynamicShadows=False OneFrameThreadLag=True 设置完成后保存。 然后进入文档中的my games UnrealEngine3 ZC2Game Config ZC2Engine。打开ini文件,用记事本编辑,按住CTRL键并按下F,在搜索栏中分别输入bSmoothFrameRate、MinSmoothedFrameRate、MaxSmoothedFrameRate、bSmoothFrameRate、MinSmoothedFrameRate、MaxSmoothedFrameRate,并将其值修改为: bSmoothFrameRate=FALSE MinSmoothedFrameRate=0 MaxSmoothedFrameRate=0 bSmoothFrameRate=FALSE MinSmoothedFrameRate=0 MaxSmoothedFrameRate=0 完成后保存。 祝您游戏愉快。