level 1
niceJonh
楼主
老cod玩家刚买游戏,打战役的时候会时不时的卡顿掉帧,甚至在主菜单和过场动画的时候都会偶尔卡顿。
16G内存,i5-8400,1070,画质开的高,大多数情况下都能120帧,就是突然卡顿非常烦人。网上有说改config.ini文件里的WorkerThreads,但是并没有这一项了,只有一个类似的
//0 use two threads, one thread update frame N while the second render N-1. 1 concatenate update and render. 2 concatenate update render and frame presentation.
//0 is the default for the best performance, 1 and 2 improve latency but require a powerful CPU.
SerializeRender = "0" // 0 to 2
这意思是0最好,所以我没动它。
还有一个
//Number of frames the driver is allowed to enqueue, a lower value improves input latency but may decrease performance. Set it to 0 to use the system default, usually 3.
MaxFrameLatency = "3" // 0 to 4
默认是0,我给改成了3,还没进游戏试验。
有大佬帮帮我吗?买了编年史想玩僵尸的,想先进战役体验一下,体验非常不好。。。
2020年03月08日 15点03分
1
16G内存,i5-8400,1070,画质开的高,大多数情况下都能120帧,就是突然卡顿非常烦人。网上有说改config.ini文件里的WorkerThreads,但是并没有这一项了,只有一个类似的
//0 use two threads, one thread update frame N while the second render N-1. 1 concatenate update and render. 2 concatenate update render and frame presentation.
//0 is the default for the best performance, 1 and 2 improve latency but require a powerful CPU.
SerializeRender = "0" // 0 to 2
这意思是0最好,所以我没动它。
还有一个
//Number of frames the driver is allowed to enqueue, a lower value improves input latency but may decrease performance. Set it to 0 to use the system default, usually 3.
MaxFrameLatency = "3" // 0 to 4
默认是0,我给改成了3,还没进游戏试验。
有大佬帮帮我吗?买了编年史想玩僵尸的,想先进战役体验一下,体验非常不好。。。