关于MC Forge开启多线程优化
[Meting]
[Music server="netease" id="4010201" type="song"/]
[/Meting]
进入Minecraft/Config
这里储存了各种用户configuration
用文本编辑器打开Forge的配置文件forge.cfg
,如果是较高版本,forge
配置文件改成了`forge-client.toml
,内容大致如下(不同版本可能会有差异)
#Client only settings, mostly things related to rendering
[client]
#Disable culling of hidden faces next to stairs and slabs. Causes extra rendering, but may fix some resource packs that exploit this vanilla mechanic.
disableStairSlabCulling = false
#Toggle off to make missing model text in the gui fit inside the slot.
zoomInMissingModelTextInGui = false
#Enable Forge to queue all chunk updates to the Chunk Update thread.
#May increase FPS significantly, but may also cause weird rendering lag.
#Not recommended for computers without a significant number of cores available.
alwaysSetupTerrainOffThread = false
#EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models.
experimentalForgeLightPipelineEnabled = false
#Enable the Forge block rendering pipeline - fixes the lighting of custom models.
forgeLightPipelineEnabled = true
#When enabled, Forge will show any warnings that occurred during loading.
showLoadWarnings = true
#Enable uploading cloud geometry to the GPU for faster rendering.
forgeCloudsEnabled = true
#When enabled, makes specific reload tasks such as language changing quicker to run.
selectiveResourceReloadEnabled = true
找到下面这行并将false
改为true
alwaysSetupTerrainOffThread = false
教程部分到此结束
初步测试
因为本来就是低U高显的机子,所以优化比较给力,同条件下帧数提高了20左右,同时8G的内存有点瓶颈了
测试CPU为志强E3-1231 V3
4Core 8Thread
志强洋垃圾狂喜
内存才8G,现在内存便宜,再加一条#(不出所料)
存钱大学上ddr4,就不在ddr3浪费钱了@(吐舌)
感谢分享 赞一个
小建议,代码部分最好鼠标特效关一下
这个没办法,鼠标是全局事件@(吐舌)
没啊评论区只有键入文本才有特效,没有鼠标特效id="body-bottom"
网站真的好看,大赞!
主题是另外一位大佬做的@(哈哈),你可以通过网站底部的链接访问
为什么我开了之后反而把cpu频率干下来了,还不如不开流畅 ,不开的话能保持在最高睿频的,但是开了之后就全核占满然后就不能达到最高睿频了
这片文章是2020年的,年代有点久远了,不知道现在的forge优化如何,不一定有用@(笑尿)