100次浏览 发布时间:2024-12-24 18:45:11
首先,你需要在C盘的系统文件里找到“AppData\Local\Hogwarts Legacy\Saved\Config\WindowsNoEditor”这个位置,然后打开“Engine.ini”文件,并在该文件最底部粘贴以下内容:
[SystemSettings]
r.bForceCPUAccessToGPUSkinVerts=True
r.GTSyncType=1
r.OneFrameThreadLag=1
r.FinishCurrentFrame=0
r.TextureStreaming=1
r.Streaming.PoolSize=3072
r.Streaming.LimitPoolSizeToVRAM=1
[ConsoleVariables]
AllowAsyncRenderThreadUpdates=1
AllowAsyncRenderThreadUpdatesDuringGamethreadUpdates=1
AllowAsyncRenderThreadUpdatesEditor=1
值得注意的是,上面的“r.Streaming.PoolSize=3072”是跟用户显存大小挂钩的,6GB显存的玩家这里不要写3072,而是写2048;而如果是8GB以上的显存,那就写4096。只有这样,效果才能更好。