下载客户端

《猎人之路》画面与性能指南

2026-02-15 13:00:18
转载

AI智能总结导读

这是一份《猎人之路》的画面与性能优化指南,通过调整engine.ini文件,在不影响视觉体验的前提下,优化CPU负载、纹理流、阴影、植被、LOD等设置,还添加了DLSS选项,同时优化色彩与亮度,实现帧率提升,让游戏画面更真实流畅。

I made some improvements to the graphics: What is important for my optimization: I get the performance where nobody visually notices it, since it's lod that nobody sees (this takes a lot of resources), UE4 is very power-hungry in lighting, and like me in recent years remarked, very few studios can do that, of course the volumetric fog, with dm you can also get a lot of performance. I then invest that in better grass, and unpopin trees and bushes, and the rest is extra fps. In addition, most UE4 games are set much too brightly and are not optimized for colors. And of course to get a lot of performance with grass density and the right lod settings, it's important to me that you don't notice it visually. That's basically my job. ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬⠀▬▬▬⠀▬▬⠀▬ The engini.ini guide have: Better cpu load which brings a fps boost. Optimized and faster texture streaming. Better shadow distance, resolution and shadow fading removed. Improved grass shadows in detail, which are quite pixelated by default. Improved grass density for better performance. Pop up details, fixed corpses. Better and optimized Lod distance of buildings and other details. Better datails and Textures Quailiy. Volumetric fog density reduced, visually more realistic and fps boost. Improved colors, fade removed. Post process effects like motion blur, grain, chromatic aberration and depth of field disabled. Better and optimized TAA (anti aliasing). Added anisotropic filtering 16x for sharper textures at distance. Ui scale set to 75%. FOV (Widescreen-) Fix added. Ambient occlusion, Particle and screen space reflections optimized for Performance. Hairs better Quailiy: I also noticed (Animals...) that the hair often looks pixelated. This is now fixed. Better sky and clouds (better quality and color). No Audio when minimized is fixed. Lighting (sunrise and sunset) and Flashlight Performance optimized (+ ~20 fps). Optimized Water Shader. Tesslation: I noticed that this looked a bit blurry, especially noticeable on the tire grooves. This is now fixed and looks far sharper now. Grid Distance Shadows 100 % removed and fixed. Volumetric fog optimized: Less dense - more realistic, better performance. I noticed that the game has no dlss quality levels. I have now changed this: Added Dlss quality levels and sharpness. I'll give a short guide below. Quality viewing distance ultra setting Performance optimized details (bias) + 10 fps. ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬⠀▬▬▬⠀▬▬⠀▬ Go to the following folder: C:/Users/Name/appdata/local/WayOfTheHunter/Saved/Config/WindowsNoEditor Open the engine.ini. If you don't see the AppData folder, you have to activate show all hidden files and folders in windows via advanced folder options. Leave a space and copy it under the script below. Add the following: [SystemSettings] r.Streaming.Boost=1 r.FastVRam.EyeAdaptation=1 r.bForceCPUAccessToGPUSkinVerts=1 r.Streaming.HLODStrategy=0 r.Streaming.LimitPoolSizeToVRAM=1 r.Streaming.MaxEffectiveScreenSize=0 r.Streaming.UseFixedPoolSize=1 r.Streaming.PoolSize=6144 r.Streaming.MipBias=0 r.Streaming.DefragDynamicBounds=1 r.HZBOcclusion=1 r.MaterialQualityLevel=1 r.EmitterSpawnRateScale=2.0 r.DetailMode=2 r.MipMapLODBias=0 r.HLOD=1 r.HLOD.DistanceScale=1.5 r.HLOD.MaximumLevel=1 r.MaxAnisotropy=16 r.ViewDistance=2 r.ViewDistanceScale=2 r.LandscapeLODDistributionScale=2 r.LandscapeLOD0DistributionScale=2 foliage.LODDistanceScale=2 foliage.DitheredLOD=1 grass.CullDistanceScale=1.5 foliage.MaxOcclusionQueriesPerComponent=128 foliage.MinInstancesPerOcclusionQuery=65536 foliage.MinimumScreenSize=0.00000001 r.StaticMeshLODDistanceScale=0.50 r.SkeletalMeshLODBias=-2 grass.DisableDynamicShadows=1 grass.DensityScale=0.75 foliage.DensityScale=1.0 r.Water.WaterMesh.TessFactorBias=12 r.TessellationAdaptivePixelsPerTriangle=128 r.HairStrands.DeepShadow.SuperSampling=1 r.Fog=1 r.FogDensity=0.02 r.FogStartDistance=4 r.VolumetricFog.GridDivisor=30 r.VolumetricFog.GridPixelSize=8 r.VolumetricFog.GridSizeZ=64 r.VolumetricFog.Jitter=1 r.VolumetricFog.InjectShadowedLightsSeparately=1 r.VolumetricFog.InverseSquaredLightDistanceBiasScale=1.000000 r.VolumetricFog.LightFunctionSupersampleScale=2.000000 r.TrueSkyQuality=1 r.SkyLightingQuality=1 r.SkylightIntensityMultiplier=0.4 r.VolumetricRenderTarget=2 r.ShadowQuality=4 r.Shadow.CSMDepthBias=20 r.Shadow.FilterMethod=0 r.Shadow.DistanceScale=2.0 r.Shadow.RadiusThreshold=0.01 r.Shadow.MinResolution=2048 r.Shadow.MaxResolution=2048 r.Shadow.FadeResolution=2048 r.Shadow.PreShadowResolutionFactor=1.0 r.Shadow.AllowForegroundShadows=1 r.CapsuleShadows=1 r.CapsuleMaxDirectOcclusionDistance=600.000000 r.CapsuleMaxIndirectOcclusionDistance=400.000000 r.CapsuleShadowsFullResolution=1 r.Shadow.PerObject=1 r.DistanceFieldShadowing=1 r.DFShadowQuality=4 r.DFFullResolution=1 r.ContactShadows=0 r.DistanceFieldAO=1 r.AllowLandscapeShadows=1 r.AmbientOcclusionLevels=2 r.DefaultFeature.AntiAliasing=2 r.PostProcessAAQuality=6 r.ScreenPercentage=100 r.TemporalAASamples=32 r.TemporalAACurrentFrameWeight=0.12 r.TemporalAAFilterSize=1.0 r.TemporalAACatmullRom=1 r.TemporalAAPauseCorrect=1 r.NGX.Enable=1 r.NGX.DLSS.Quality=1 r.NGX.DLSS.Sharpness=0.25 r.NGX.DLSS.EnableAutoExposure=1 r.BloomQuality=4 r.ParticleLightQuality=2 r.RefractionQuality=2 r.LensFlareQuality=3 r.LightShafts=1 r.LightShaftQuality=2 r.LightMaxDrawDistanceScale=3 r.TransluzenzLightingVolumeDim=4 r.EyeAdaptationQuality=2 r.SSR.Quality=3 r.SSR.MaxRoughness=1 r.SSS.Scale=1 r.SSS.SampleSet=2 r.SSGI.Quality=3 r.Color.Mid=0.35 r.SceneColorFormat=4 r.TonemapperGamma=2.2 r.Tonemapper.Quality=3 r.TonemapperFilm=1 r.FastBlurThreshold=0 r.MotionBlurQuality=0 r.MotionBlur.Amount=0 r.MotionBlurSeparable=0 r.DepthOfFieldQuality=0 r.DepthOfField.FarBlur=0 r.DefaultFeature.MotionBlur=0 r.SceneColorFringe.Max=0 r.SceneColorFringeQuality=0 r.MotionBlur.Max=0 r.Tonemapper.GrainQuantization=0 [/script/engine.localplayer] AspectRatioAxisConstraint=AspectRatio_MaintainYFOV [/script/engine.userinterfacesettings] ApplicationScale=0.75 [Audio] UnfocusedVolumeMultiplier=1 Close and save. ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬⠀▬▬▬⠀▬▬⠀▬ DLSS: r.NGX.Enable=1 or 0 DLSS - Enable to use DLSS when you need more performance. Turn off for better image and no ghosting. DLSS quality=1 Ultra Performance=-2, Performance (default)=-1, Balanced=0, Quality=1, Ultra Quality=2 r.NGX.DLSS.Sharpness=0.25 Enable to allow DLSS to adjust auto exposure to reduce ghosting. 0 is disabled and no arming, maximum value is 1.0. r.NGX.DLSS.EnableAutoExposure=1 Enable these too when enabling dlss ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬⠀▬▬▬⠀▬▬⠀▬ Change Brightness: r.Color.Mid= to 0.40-0.50 ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬⠀▬▬▬⠀▬▬⠀▬ Color and brightness optimization of the system: Nvidia: Go to digital color enhancement (desktop color setting) and select a value between 60-80%. Go to Change Resolution, scroll down and select: Nvidia Color Setting. Dynamic Output Range: Full. Color format: RGB. ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬⠀▬▬▬⠀▬▬⠀▬ Have fun. New graphic and color:

评论

共0条评论
face
inputImg
相关阅读
最新更新

通过超高设置实现游戏内图形最大化

If you have trouble with game graphic with Ultra Setting try to use this for rea…

2026-02-15 07:000赞 · 0评论

感恩节更新

火鸡季来啦!也许你已经在想着感恩节了——馅料、馅饼、火鸡。不过在你惹恼它们之前,万众期待的火鸡已正式加入《猎人之路》,所有玩家均可免费获取。目前,它们可能很容易…

2025-11-25 14:020赞 · 0评论

即将到来的更新

《猎人之路》即将迎来一个全新品牌。他们的吉祥物已经开始在部分山区活动了。大家有什么猜测吗?

2025-10-07 13:180赞 · 0评论

Begone Blurred Graphics

仅消除模糊画质。 消除模糊画质: 前往文件夹“C: Users ANYUSER AppData Local F1Manager24 Saved Config W…

2026-02-13 09:030赞 · 0评论

《维京之地》真实画面指南

我对画面进行了一些优化,几乎涵盖所有方面。 树木的LOD(细节层次)不再突然弹出,所有物体的LOD都有所提升,包括灌木丛、岩石和细节物件,现在完全不会出现突然加…

2026-03-21 16:000赞 · 0评论

《最后的神迹》画面与性能优化简易指南

这份简易指南将帮助你进行一些设置调整,以提升游戏体验。 开始备份! 在对文件进行任何修改前,建议先备份文件。我们将修改一个名为RushEngine.ini的文件…

2026-03-18 22:000赞 · 0评论

优化你的电脑以运行《战地模拟器》[2026]

本指南将为你介绍一些改进和优化《战地模拟器》游戏设置的方法。 前言 《战地模拟器》的最低配置要求存在一定误导性。

2026-02-20 10:000赞 · 0评论

“肥皂大作战”或更精细的图形设置

想必很多人都不喜欢《鬼泣4:特别版》中由于大量花哨的新图形效果(如动态模糊和景深),使得画面变成了一幅近视眼看油画的样子。目前无法在游戏设置中直接关闭这些效果,…

2026-02-13 10:000赞 · 0评论

《喵喵的结合》0.26.42版本更新内容

各位中世纪爱好者们! 最新补丁(0.26.42)已在全平台上线。请保存进度并重启游戏客户端以进行更新。更新后可正常加载并继续游戏。如有任何问题,请告知我们。 生…

2025-08-15 06:340赞 · 0评论

更新日志:补丁16d

提升性能 增加完全禁用赛博研磨中雾气的选项 通过敌人台阶进行的冲刺跳跃现在只消耗1格耐力 光辉偶像现在拥有彩虹色光环,使其更容易区分 霰弹枪的备用模式现在可以击…

2025-03-26 15:260赞 · 0评论
暂无更多

最新更新

  • 动物栖息地 / 动物地图 — 游戏内动物栖息地地图 / 动物地图 内兹珀斯山谷
  • 《猎人之路》 — 《猎人之路》
  • 教程:如何寻找动物? — 对于《猎人之路》的新手来说,追踪动物并非易事,这很容易让人感到沮丧。在其他狩猎游戏中,寻找和猎杀动物要简单得多。因此,我制作了一个小教程来帮助大家追踪动物。希望…
  • 基础控制、21:9及超宽屏视野设置和手动按键绑定 — 按键绑定 控制: WASD - 移动 上箭头 - 抬高瞄准镜归零 下箭头 - 降低瞄准镜归零 按C - 蹲下 按住C - 趴下 按X - 探索标记 按住X - …
  • 《猎人之路》非方块化图形优化 — Эта настройка оптимизирована под моё оборудование. Возможно, она подойдёт и друг…
  • 《猎人之路》入门指南 — 猎人之路指南,不定时更新 游戏目标是什么? 淘汰地图内奖杯等级较低的动物,提高动物整体奖杯评级 狩猎地图内奖杯等级最高的动物,制作/展示动物标本 动物奖杯是什么…
  • 猎人之路 — 无法识别或无法翻译,已删除。
  • 基因系统与畜群管理 — 在本指南中,你将了解《猎人之路》的基因潜力系统和兽群管理机制,这也是你在游戏中看不到五星 trophy 动物的原因。 什么是游戏中的基因潜力?
  • 动物成长 — 动物生长随年龄变化详情 遗传 遗传指数在个体的整个生命周期中不会改变。 动物在出生时获得遗传指数,并保持到死亡。 体重 体重在个体的整个生命周期中会定期增加。 …
  • 林图科托岛上所有【低语】位置 - Forbidden Knowledge 成就 — 一段展示林图科托所有可收集品【低语】位置的视频,这些是解锁成就所需的!林图科托所有可收集品【低语】的位置如下:视频展示了林图科托地图上所有可收集品的位置,收集全…