|
马上注册领取绝版勋章
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
N网地址 作者:Deadblot2
介绍:用附件提供的ini文件替换,可以提升十几帧。
具体修改如下:(如果你是小白,请无视如下内容)
How?
Navigate to your Fallout 4 INI's Folder Usually in C:\Users\(Your name)\Documents\My Games\Fallout4
And tweak the following:
In you're Fallout4.ini
Find the following lines:
bDeferredCommands=
bMultiThreadedAccumulation=
bMultiThreadedRenderingUNP=
For you all these should narmally be set to 1. Change them all to 0.
Then, copy those lines.
Find your Fallout4Custom.ini and open it.
Below
[Archive]
bInvalidateOlderFiles=1
sResourceDataDirsFinal=
(If you do not have these lines, you've failed to follow NMM's guide to start modding)
Now, make a new header called [Display]. Copy and paste the lines you saved earlier. Now it should look a little something like this:
[Archive]
bInvalidateOlderFiles=1
sResourceDataDirsFinal=
[Display]
bMultiThreadedAccumulation=0
bMultiThreadedRenderingUNP=0
bDeferredCommands=0
Finally, add a new [General] header, still in FalloutCustom.ini. And copy these lines and paste them under it:
uInterior Cell Buffer=12
uExterior Cell Buffer=144
iNumHWThreads=xx
iPreloadSizeLimit=1048576000
Where the "xx" is, is where you put how many threads your CPU has. It should also slightly improve the framerate. A guide on how to find that can be found here.
That's it, you're all good to go.
|
评分
-
查看全部评分
|